https://github.com/ghophp/cs
computer science fun
https://github.com/ghophp/cs
Last synced: 5 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T08:23:24.000Z (about 6 years ago)
- Last Synced: 2025-02-14T23:47:11.967Z (5 months 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