Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.24 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.24 KB

Data structures

  • linked lists
  • heaps

Hashing

  • open addressing - array
  • chaining - linked lists

More information about hashign on wikipedia.

Assignments

  • frontend-masters:
    • computer science 2

Katas

  • property testing
  • see ./leetcode
  • see ./ctci

Search

Sort

Trees

Interview questions

  • ./interview-io/word-break.test.js
  • ./interview-io/shortest-continuous-subarray.test.js

Games

  • ./games/tower-of-hanoi.test.js

Sources