Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghophp/cs

computer science fun
https://github.com/ghophp/cs

Last synced: 10 days ago
JSON representation

computer science fun

Awesome Lists containing this project

README

        

# cs
computer science fun

This repository is my practice board, here I will repeat and repeat again all the basic algorthims until my brain stick with it forever :D

# some of them

- Dijkstra’s
- Floyd-Warshall
- Traveling Salesman
- A*
- bloom filter
- breadth-first iterative search
- binary search
- k-way merge
- bubble/selection/insertion sort
- in-place quick sort
- bucket/radix sort
- closest pair

# reimplement and test

- vector (dynamic array)
- linked list
- stack, queue
- circular queue
- hash map
- set
- priority queue
- binary search tree