/books

Tasks from books I read

Primary LanguageKotlin

Books

Hello there! Here you can find tasks from books I read.

Read list

  • Grokking Algorithms (A. Bhargava)
  • Cracking the Coding Interview (G. McDowell)
  • Computer Science Distilled (W. F. Filho)

What I did

  • Data structures

    • Graph
    • Hash table
  • Algorithms

    • Binary search
    • Some recursive algorithms (find max, count sum etc)
    • Selection sort
    • Quick sort
    • BFS

TODO

  • Data structures

    • Priority queue
    • Binary search tree
    • Binary heap
  • Algorithms

    • DFS
    • Merge sort