Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godfanmiao/algorithms_java
About 50 fundamental algorithms that a programmer must know written in Java. 程序员必须知道的50种算法(数据结构)
https://github.com/godfanmiao/algorithms_java
Last synced: about 5 hours ago
JSON representation
About 50 fundamental algorithms that a programmer must know written in Java. 程序员必须知道的50种算法(数据结构)
- Host: GitHub
- URL: https://github.com/godfanmiao/algorithms_java
- Owner: godfanmiao
- Created: 2013-04-10T15:11:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T12:40:49.000Z (over 11 years ago)
- Last Synced: 2023-05-19T12:45:34.663Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 293 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Algorithms_Java
===============Author: Miao Fan
Affiliation: Computer Science and Technology in Tsinghua University
Email: [email protected]
About 50 fundamental algorithms that a programmer must know written in Java
Here is the list:
UnionFind: QuickFind, QuickUnion, WeightedQuickUnion
Search: BinarySearch
ThreeSum: ThreeSum, ThreeSumFast
The dataset can be downloaded from
http://algs4.cs.princeton.edu/code/algs4-data.zip
Acknowledgements:
Princeton University