-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
baa02eb
commit 4bb617f
Showing
23 changed files
with
63 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: default | ||
title: MIT 6.006 - Introduction to Algorithms (Spring 2020) | ||
nav_order: 2 | ||
has_children: true | ||
has_toc: false | ||
--- | ||
|
||
# MIT 6.006 - Introduction to Algorithms | ||
Taught by Prof. Erik Demaine, Dr. Jason Ku, and Prof. Justin Solomon | ||
|
||
## Course Description | ||
This is an introductory course covering elementary data structures (dynamic arrays, heaps, balanced binary search trees, hash tables) and algorithmic approaches to solve classical problems (sorting, graph searching, dynamic programming). Introduction to mathematical modeling of computational problems, as well as common algorithms, algorithmic paradigms, and data structures used to solve these problems. Emphasizes the relationship between algorithms and programming, and introduces basic performance measures and analysis techniques for these problems. | ||
|
||
[Course Website](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-spring-2020/) | ||
[Lecture Videos (YouTube)](https://www.youtube.com/playlist?list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY) | ||
|
||
## Lectures | ||
1. [Algorithms and Computation]({% link 6.006/spring-2020/lec1.md %}) | ||
2. [Data Structures and Dynamic Arrays]({% link 6.006/spring-2020/lec2.md %}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: default | ||
title: Lecture 1 - Algorithms and Computation | ||
parent: MIT 6.006 - Introduction to Algorithms (Spring 2020) | ||
nav_order: 1 | ||
--- | ||
|
||
# Lecture 1 - Algorithms and Computation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: default | ||
title: Lecture 2 - Data Structures and Dynamic Arrays | ||
parent: MIT 6.006 - Introduction to Algorithms (Spring 2020) | ||
nav_order: 2 | ||
--- | ||
|
||
# Lecture 2 - Data Structures and Dynamic Arrays |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters