https://github.com/danilqa/sedgewick-course
Coursera implementation
https://github.com/danilqa/sedgewick-course
Last synced: 3 months ago
JSON representation
Coursera implementation
- Host: GitHub
- URL: https://github.com/danilqa/sedgewick-course
- Owner: Danilqa
- Created: 2019-12-13T20:35:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:57:59.000Z (about 3 years ago)
- Last Synced: 2025-02-02T03:44:28.509Z (12 months ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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