Skip to main content

01_Sequences

Arrays and Strings.

https://www.techinterviewhandbook.org/algorithms/array/

Techniques

https://www.techinterviewhandbook.org/coding-interview-techniques/

Array Cheatsheet

Arrays Arrays hold values of the same type at contiguous memory locations. In an array, we're us...

01_Arrays

String Cheatsheet

A string is a sequence of characters. Many tips that apply to Arrays also apply to Strings. Time...

02_Strings