Skip to content

uldissturms/exercises

Repository files navigation

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