https://github.com/rubix982/mike-mirzayanov---ds-and-algo-implementation
This repository is not affiliated with Mike Mirzayanov in any way. It's an implementation of the Data Structures and Algorithms mentioned in his course, "ADVANCED ALGORITHMS AND DATA STRUCTURES", found here( https://in.harbour.space/data-science/advanced-algorithms-and-data-structures-mikhail-mirzayanov/ ) by me and my friends for the sole sake of self-learning. Background vector created by starline - www.freepik.com .
https://github.com/rubix982/mike-mirzayanov---ds-and-algo-implementation
competitive-coding competitive-programming cpp cpp17 datastructuresandalgorithm implementation-of-algorithms implementation-of-data-structures
Last synced: 4 months ago
JSON representation
This repository is not affiliated with Mike Mirzayanov in any way. It's an implementation of the Data Structures and Algorithms mentioned in his course, "ADVANCED ALGORITHMS AND DATA STRUCTURES", found here( https://in.harbour.space/data-science/advanced-algorithms-and-data-structures-mikhail-mirzayanov/ ) by me and my friends for the sole sake of self-learning. Background vector created by starline - www.freepik.com .
- Host: GitHub
- URL: https://github.com/rubix982/mike-mirzayanov---ds-and-algo-implementation
- Owner: Rubix982
- Created: 2019-12-27T10:18:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:38:58.000Z (almost 2 years ago)
- Last Synced: 2025-07-07T07:44:01.131Z (5 months ago)
- Topics: competitive-coding, competitive-programming, cpp, cpp17, datastructuresandalgorithm, implementation-of-algorithms, implementation-of-data-structures
- Language: C++
- Homepage: https://in.harbour.space/data-science/advanced-algorithms-and-data-structures-mikhail-mirzayanov/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Hi, I'm Saif! I made this repository after looking at the course outline for Mike Mirzayanov's course for
***Advanced Data Structures and Algorithms***, which can be seen here,
> https://in.harbour.space/data-science/advanced-algorithms-and-data-structures-mikhail-mirzayanov/
I'm basically learning Speed Programming, and wanted to implement all of the things mentioned in the
outline, so here's my repo containing just that.
### Can I use this?
It's MIT license, use it wherever you feel like it.
### Report bugs, please
Send me a pull request, open up an issue, or mail me at *saifulislam84210@gmail.com*, or at *su.islam404@gmail.com*
regarding any issues that you have.
### Want me to implement some Algorithm or Data Structure?
Send me an email at the above mentioned gmail accounts ; I would love to, it would help you reuse bug-free code, and
help me to learn those things at my own pace as well.
##### Files compiled using C++17