Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentlaucsb/algorithms-sedgewick-wayne
My personal collection of notes, drawings, and code created while reading Algorithms (Fourth Edition) by Robert Sedgewick and Kevin Wayne.
https://github.com/vincentlaucsb/algorithms-sedgewick-wayne
algorithms data-structures java sedgewick
Last synced: 21 days ago
JSON representation
My personal collection of notes, drawings, and code created while reading Algorithms (Fourth Edition) by Robert Sedgewick and Kevin Wayne.
- Host: GitHub
- URL: https://github.com/vincentlaucsb/algorithms-sedgewick-wayne
- Owner: vincentlaucsb
- Created: 2017-06-28T03:07:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T08:56:32.000Z (about 7 years ago)
- Last Synced: 2024-11-06T20:44:26.566Z (2 months ago)
- Topics: algorithms, data-structures, java, sedgewick
- Language: Java
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
This is my personal collection of notes, exercise solutions, and code I've made while reading Algorithms, Fourth Edition by Robert Sedgewick and Kevin Wayne.
Most of the code is in Java, although some are translated into Python and C++.## Snapshot from [Visual Selection Sort](https://github.com/vincentlaucsb/Algorithms-Sedgewick-Wayne/blob/master/2.1%20Elementary%20Sorts/Visual%20Selection%20Sort.ipynb)
## A Note on Correctness
While I do my best to avoid errors, some of these exercises are pretty challenging and sometimes I get lazy so take my answers with a grain of salt.