Skip to content

jimon/letslearn

Repository files navigation

Lets learn

Stuff to recall forgotten knowledge

Stuff

  • sorts
    • exchange sorts
      • bubble sort
      • quicksort
    • selection sorts
      • heap sort
    • insection sorts
      • tree sort
    • merge sorts
      • merge sort
    • distribution sorts
      • radix sort
    • concurrent sorts
      • bitonic sorter
    • hybrid sorts
      • tim sort
  • data structures
    • containers
      • linked list in one array
      • hash table
      • hashed array tree
      • skip list ???
    • trees
      • b-tree
      • avl-tree
      • red-black tree
      • binary heap
      • fibonacci heap
      • prefix tree
    • space partitioning
      • quad tree
      • k-d tree
      • r-tree ???
      • bsp ???
    • probabilistic data structures
  • graphs
    • path search
      • A*
      • Dijkstra

About

Stuff to recall forgotten knowledge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published