CSArrays & Strings: The Workhorse Data Structure
How arrays use contiguous memory for O(1) indexing but O(n) search and insert, and why strings are immutable arrays of characters, with a live two-pointer scan and Python.
6 min
3 articles
All articles tagged with #strings.