https://github.com/rajeevranjancom/mit_notes
MIT algorithm Notes
https://github.com/rajeevranjancom/mit_notes
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures mit notes
Last synced: 10 days ago
JSON representation
MIT algorithm Notes
- Host: GitHub
- URL: https://github.com/rajeevranjancom/mit_notes
- Owner: rajeevranjancom
- License: gpl-3.0
- Created: 2020-09-10T13:59:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T19:00:03.000Z (about 5 years ago)
- Last Synced: 2025-01-22T10:36:41.161Z (9 months ago)
- Topics: algorithm-challenges, algorithms, algorithms-and-data-structures, algorithms-datastructures, mit, notes
- Homepage: https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/
- Size: 73.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIT_NOTES (MITOPENCOURSEWARE)
contains Alorithms concept from fall 2011-2012.
Also contains TEST questions with Solution
Best Resources: Basic - Advance
| links |
|-------|
| http://developer.mantidproject.org/Standards/AlgorithmDocumentation.html (Algorithm Documentation) |
| https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/syllabus/ ( Introduction to Algorithms Syllabus) |
| https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/readings/ (Introduction to Algorithms Readings) |
| https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-notes/ ( Introduction to Algorithms Lecture Notes) |
| https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/ (Introduction to Algorithms Lecture Videos) |
| https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/recitation-videos/ ( Introduction to Algorithms Recitation Videos) |
| https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/related-resources/ ( Introduction to Algorithms Related Resources) |
| https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/download-course-materials/ (Introduction to Algorithms Download Course Materials) |
| https://www.geeksforgeeks.org/fundamentals-of-algorithms/ (fundamentals-of-algorithms) |