Skip to content

Commit 978f35b

Browse files
committed
Fixed up readme
1 parent e94e245 commit 978f35b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Algorithms and Data Structures implemented in Java
77
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. All code is Java 1.6 compliant and was tested on a Intel Core 2 Duo Processor which has 2.0 GHz per core and 2 Gbytes of memory. The following VM Arguments were used: "-server -Xms1500m -Xmx1500m".
88

99
* Created by Justin Wetherell
10-
* google: http://code.google.com/p/java-algorithms-implementation
11-
* github: http://github.com/phishman3579/java-algorithms-implementation
12-
* linkedIn: http://www.linkedin.com/in/phishman3579
13-
* e-mail: phishman3579@gmail.com
10+
* Google: http://code.google.com/p/java-algorithms-implementation
11+
* Github: http://github.com/phishman3579/java-algorithms-implementation
12+
* LinkedIn: http://www.linkedin.com/in/phishman3579
13+
* E-mail: phishman3579@gmail.com
1414
* Twitter: http://twitter.com/phishman3579
1515

1616
# What's been implemented:

0 commit comments

Comments
 (0)