You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algorithmic problems from past USA Computing Olympiad contests, problem database available [here](http://www.usaco.org/index.php?page=contests)
135
+
124
136
# Additional Resources
125
137
If you're interested in expanding your knowledge of algorithms, I've included a list of resources that you can take a look at.
126
138
@@ -129,7 +141,6 @@ Some helpful books to formally introduce algorithims:
129
141
*[Introduction to Algorithms (CLRS)](https://web.njit.edu/~wl256/download/cs610/Introduction-to-algorithm-3rdEdition.pdf) by Cormen, Leiserson, Rivest, Stein - Standard text for introductory algorithms courses; proof-based, very rigorous, comprehensive explanations.
130
142
*[The Art of Computer Programming](https://www.amazon.com/Computer-Programming-Volumes-1-4A-Boxed/dp/0321751043) by Knuth - Extremely high level, incredibly detailed text; should be used primarily as a reference.
131
143
*[Algorithms Unlocked](https://book-store.github.io/cse/thirdyear/[Thomas_H._Cormen]_Algorithms_unlocked(BookZZ.org).pdf) by Cormen - More accessible, beginner-friendly text; read this if you find CLRS too daunting.
132
-
*[
133
144
134
145
## Websites
135
146
Websites that offer detailed explanations and complexity analyses for some of the above algorithims:
0 commit comments