uldissturms / exercises

exercises from leetcode and others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

exercises from leetcode and others


Languages

Language:JavaScript 96.0%Language:Python 4.0%