MIT6.006
MIT6.006 copied to clipboard
This contains solutions to problems discussed in the lectures for the "Intro to Algorithms" course. Video playlist for the course is available here: https://www.youtube.com/playlist?list=PLUl4u3cNGP61...
MIT6.006
This repository contains solutions to problems discussed in the lectures for the "Intro to Algorithms" course taught at MIT. The course material can be found here. The solutions to the algorithms presented in the lectures are shown as interactive notebooks in this repo. Happy learning!
Table of contents:
Introduction, asymptotic complexity
Sorting
- Sorting: Insertion, Merge Sort
- Heaps, Heapsort
- Binary Search Trees
- Balanced BST, AVL Trees
- Counting Sort, Radix Sort