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

https://github.com/danilqa/sedgewick-course

Coursera implementation
https://github.com/danilqa/sedgewick-course

Last synced: 3 months ago
JSON representation

Coursera implementation

Awesome Lists containing this project

README

          

# Sedgewick's Course Implementation

# Checklist

- [ ] [Part I](https://www.coursera.org/learn/algorithms-part1/)
- [ ] Dynamic Connectivity
- [x] Quick find
- [x] Quick union
- [x] Quick union weighted
- [x] Quick union with path compression
- [x] Social network
- [ ] Union-find with specific canonical element (find returns max)
- [ ] Successor with delete