Skip to content

Prefix XOR Sum

Table of Contents

1177. Can Make Palindrome from Substring

  • LeetCode | LeetCode CH (Medium)

  • Tags: array, hash table, string, bit manipulation, prefix sum

1371. Find the Longest Substring Containing Vowels in Even Counts

1542. Find Longest Awesome Substring

1915. Number of Wonderful Substrings

2791. Count Paths That Can Form a Palindrome in a Tree

  • LeetCode | LeetCode CH (Hard)

  • Tags: dynamic programming, bit manipulation, tree, depth first search, bitmask

Comments