Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghophp/cs
computer science fun
https://github.com/ghophp/cs
Last synced: 10 days ago
JSON representation
computer science fun
- Host: GitHub
- URL: https://github.com/ghophp/cs
- Owner: ghophp
- License: mit
- Created: 2016-04-18T07:35:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T08:23:24.000Z (over 5 years ago)
- Last Synced: 2024-12-23T13:52:31.508Z (15 days ago)
- Language: Java
- Size: 289 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cs
computer science funThis 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