8000 add link to algorithms on readme · AllAlgorithms/java@f1fd304 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit f1fd304

Browse files
committed
add link to algorithms on readme
1 parent d300f1d commit f1fd304

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,21 @@
1616

1717
## Contents
1818

19-
- [Arithmetic Analysis]()
20-
- [File Transfer Protocol]()
21-
- [Graphs]()
22-
- [Math]()
23-
- [Neutral Network]()
24-
- [Ciphers]()
25-
- [Data Structures]()
26-
- [Dynamic Programming]()
27-
- [Hashes]()
28-
- [Searches]()
29-
- [Sorting]()
30-
- [Strings]()
31-
- [Traversals]()
19+
- [Arithmetic Analysis](arithmetic-analysis)
20+
- [File Transfer Protocol](file-transfer-protocol)
21+
- [Greedy Algorithms](greedy-algorithms)
22+
- [Graphs](graphs)
23+
- [Math](math)
24+
- [Neutral Network](neutral-network)
25+
- [Ciphers](ciphers)
26+
- [Data Structures](data-structures)
27+
- [Dynamic Programming](dynamic-programming)
28+
- [Hashes](hashes)
29+
- [Searches](searches)
30+
- [Sorting](sorting)
31+
- [Strings](strings)
32+
- [Traversals](traversals)
33+
3234

3335
## License
3436

0 commit comments

Comments
 (0)
0