Skip to content

mikedanylov/algorithms-pack

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published