Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

Selection Sort Trace

## 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.