8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa5605 commit 452ccd3Copy full SHA for 452ccd3
README.md
@@ -4,6 +4,8 @@ javaalgorithm
4
模仿Java标准库的一些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。
5
使用Java实现的集合库都经过完整的测试,实际上,我在实现的过程中基本上用的都是自己实现的数据结构。另外的一些算法和工具来自《程序员面试金典》和《剑指offer》中的习题。
6
7
+注意:项目需要使用java 8编译,因为用到了lambda和stream类库。
8
+
9
在实现的过程中也发现了Java集合类库中的一些问题。
10
=========
11
0 commit comments