|
1 | 1 | Java : Algorithms and Data Structure  |
2 | 2 | ============================== |
3 | 3 |
|
4 | | -Algorithms and Data Structures implemented in Java |
| 4 | +The algorithms and data structures are implemented in Java. |
5 | 5 |
|
6 | | -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. |
| 6 | +This is a collection of algorithms and data structures I've implemented in my academic and professional life. The code isn't optimized but is written to be correct and readable. The algorithms and data structures are tested and, unless noted, believed to be correct. |
7 | 7 |
|
8 | 8 | ## Created by Justin Wetherell |
9 | 9 |
|
|
0 commit comments