Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 526 Bytes

File metadata and controls

22 lines (12 loc) · 526 Bytes

LeetCode

My own practice with LeetCode exercises and the like

NOTES

useful way to configure Visual Studio (think of .vimrc) https://editorconfig.org/

Arrays and Strings

why arrays are O(1) access time

https://vtorosyan.github.io/arrays-why-constant-time-access/

moar practice problems

https://leetcode.com/explore/interview/card/leetcodes-interview-crash-course-data-structures-and-algorithms/703/arraystrings/4705/

Hashing

actually hash tables & math hash set, not Hash as in Dictionary or Perl hash.