Skip to main content

5 docs tagged with "strings"

View all tags

Arrays & Strings

Master the most fundamental data structures: arrays and strings. Learn essential techniques like two pointers, sliding window, and string manipulation.

Sliding Window

Master sliding window technique to efficiently process contiguous subarrays and substrings, reducing time complexity from O(n²) to O(n).

String Manipulation

Master string processing techniques including parsing, validation, anagrams, pattern matching, and transformations essential for problem-solving.

Two Pointers Technique

Master the two pointers approach for efficiently solving array and string problems by reducing time complexity from O(n²) to O(n).