Skip to content

Commit 0d584ca

Browse files
authored
Update README.md
1 parent 33c8568 commit 0d584ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ This respository is a collection of various useful algorithms and data structure
133133
* LinkedList
134134

135135
## [Project Euler](https://github.com/jpa99/Algorithms/tree/master/ProjectEuler)
136-
Interesting math problems that can be solved computationally; full problem set available [here](https://projecteuler.net/archives). The Project Euler folder contains the full inventory of problems with it's own table of contents [here](https://github.com/jpa99/Algorithms/tree/master/ProjectEuler).
136+
Interesting math problems that can be solved computationally; full problem set available [here](https://projecteuler.net/archives). The Project Euler folder contains the full inventory of problems I've implemented with it's own table of contents [here](https://github.com/jpa99/Algorithms/tree/master/ProjectEuler).
137137

138138
## [Google Code Jam](https://github.com/jpa99/Algorithms/tree/master/GoogleCodeJam)
139-
Competitive programming style problems from [previous competitions](https://code.google.com/codejam/past-contests). The Google Code Jam folder contains the full inventory of problems with it's own table of contents [here](https://github.com/jpa99/Algorithms/tree/master/GoogleCodeJam).
139+
Competitive programming style problems from [previous competitions](https://code.google.com/codejam/past-contests). The Google Code Jam folder contains the full inventory of problems I've implemented with it's own table of contents [here](https://github.com/jpa99/Algorithms/tree/master/GoogleCodeJam).
140140

141141
## [USACO](https://github.com/jpa99/Algorithms/tree/master/USACO)
142-
Algorithmic problems from past USA Computing Olympiad contests, check out the full [problem database](http://www.usaco.org/index.php?page=contests). The USACO folder contains the full inventory of problems with it's own table of contents [here](https://github.com/jpa99/Algorithms/tree/master/USACO).
142+
Algorithmic problems from past USA Computing Olympiad contests, check out the full [problem database](http://www.usaco.org/index.php?page=contests). The USACO folder contains the full inventory of problems I've implemented with it's own table of contents [here](https://github.com/jpa99/Algorithms/tree/master/USACO).
143143

144144
# Additional Resources
145145
If you're interested in expanding your knowledge of algorithms, I've included a list of resources that you can take a look at.

0 commit comments

Comments
 (0)