(Offered By UNIVERSITY OF CALIFORNIA SAN DIEGO NATIONAL RESEARCH UNIVERSITY HIGHER SCHOOL OF ECONOMICS)
This repository contains all solutions for the the Data Structures and Algorithms Specialization Data Structures and Algorithms Specialization offered on Coursera. The assignment solutions are in CPP.
Disclaimer: The below solutions are for reference only. Please design and implement your own algorithms to pass the course.
Course 01 - Algorithmic Toolbox Algorithmic Toolbox
Course 02 - Data Structures Data Structures
Course 03 - Algorithms on Graphs Algorithms on Graphs
All contributions are welcome. Just make a PR. Below is a list of general improvements that need to be added that I would love help with:
- Improve documentation
- Clean up code (adding docstrings)
- Better algorithms that reduce time complexity