mikedanylov / algorithms-pack

Different algorithmic problems of all levels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithms-pack

Different algorithmic problems

List of problems solved

  • mergin tables (path compression)
  • job queue (priority queues)
  • build heap (generate heap datastructure)
  • check brackets in code (stack)
  • phone book (direct addresing with two maps)
  • hash chains (hash table using the chaining scheme)
  • find pattern in text (Rabin-Karp's algorithm with precomputed hashes)

About

Different algorithmic problems of all levels


Languages

Language:JavaScript 77.9%Language:TypeScript 18.2%Language:Python 3.9%