Skip to content

Commit 4a9a462

Browse files
authored
Update README.md
1 parent 8515c7f commit 4a9a462

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ Algorithms and Data Structures implemented in Java
55

66
This is a collection of algorithms and data structures which I've implement over the years in my academic and professional life. The code isn't overly-optimized but is written to be correct and readable. The algorithms and data structures are well tested and, unless noted, are believe to be 100% correct.
77

8-
## Table of Contents
9-
- [Data Structures](#data-structures)
10-
- [Mathematics](#mathematics)
11-
- [Numbers](#numbers)
12-
- [Graphs](#graphs)
13-
- [Search](#search)
14-
- [Sequences](#sequences)
15-
- [Sorts](#sorts)
16-
- [String Functions](#string-functions)
17-
188
## * Created by Justin Wetherell
199

2010
* For questions use: http://groups.google.com/forum/#!forum/java-algorithms-implementation
@@ -30,6 +20,16 @@ This is a collection of algorithms and data structures which I've implement over
3020

3121
# What's been implemented:
3222

23+
## Table of Contents
24+
- [Data Structures](#data-structures)
25+
- [Mathematics](#mathematics)
26+
- [Numbers](#numbers)
27+
- [Graphs](#graphs)
28+
- [Search](#search)
29+
- [Sequences](#sequences)
30+
- [Sorts](#sorts)
31+
- [String Functions](#string-functions)
32+
3333
## Data Structures
3434
* [AVL Tree](src/com/jwetherell/algorithms/data_structures/AVLTree.java)
3535
* [B-Tree](src/com/jwetherell/algorithms/data_structures/BTree.java)

0 commit comments

Comments
 (0)