|
66 | 66 |
|
67 | 67 | ### References:
|
68 | 68 |
|
69 |
| -* MIT's Introduction to Algorithms: |
70 |
| - * [MIT OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/) |
71 |
| - * [Youtube](https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb). |
72 |
| - * [CSAIL](http://courses.csail.mit.edu/6.006/fall11/notes.shtml). |
73 |
| -* MIT's Advanced Data Structures Course: |
74 |
| - * [CSAIL](https://courses.csail.mit.edu/6.851/). |
75 |
| - * [MIT OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-851-advanced-data-structures-spring-2012/). |
76 |
| - * [Youtube](https://www.youtube.com/playlist?list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf). |
77 |
| -* MIT's Design and Analysis of Algorithms Course: |
78 |
| - * [Stellar Site](http://stellar.mit.edu/S/course/6/sp15/6.046J/materials.html) |
79 |
| - * [MIT OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2012/). |
80 |
| - * [Youtube](https://www.youtube.com/playlist?list=PL8B24C31197EC371C) |
81 |
| -* [List of Algorithms, Wikipedia](https://en.wikipedia.org/wiki/List_of_algorithms). |
82 |
| -* [List of Data Structures, Wikipedia](https://en.wikipedia.org/wiki/List_of_data_structures). |
83 |
| -* GeeksForGeeks: |
84 |
| - * [Algorithms](http://www.geeksforgeeks.org/fundamentals-of-algorithms/) |
85 |
| - * [Data Structures](http://www.geeksforgeeks.org/data-structures/#AdvancedDataStructure) |
| 69 | + * MIT's Introduction to Algorithms (6.006): |
| 70 | + + [MIT OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/) |
| 71 | + + [Youtube](https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb). |
| 72 | + + [CSAIL](http://courses.csail.mit.edu/6.006/fall11/notes.shtml). |
| 73 | + * MIT's Advanced Data Structures Course (6.851): |
| 74 | + + [CSAIL](https://courses.csail.mit.edu/6.851/). |
| 75 | + + [MIT OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-851-advanced-data-structures-spring-2012/). |
| 76 | + + [Youtube](https://www.youtube.com/playlist?list=PLUl4u3cNGP61hsJNdULdudlRL493b-XZf). |
| 77 | + * MIT's Design and Analysis of Algorithms Course (6.046J): |
| 78 | + + 2012: |
| 79 | + * [MIT OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2012/). |
| 80 | + * [Youtube](https://www.youtube.com/playlist?list=PL8B24C31197EC371C). |
| 81 | + + 2015: |
| 82 | + * [Stellar Site](http://stellar.mit.edu/S/course/6/sp15/6.046J/materials.html). |
| 83 | + * [MIT OCW](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-design-and-analysis-of-algorithms-spring-2015/). |
| 84 | + * [Youtube](https://www.youtube.com/playlist?list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp). |
| 85 | + * [List of Algorithms, Wikipedia](https://en.wikipedia.org/wiki/List_of_algorithms). |
| 86 | + * [List of Data Structures, Wikipedia](https://en.wikipedia.org/wiki/List_of_data_structures). |
| 87 | + * GeeksForGeeks: |
| 88 | + + [Algorithms](http://www.geeksforgeeks.org/fundamentals-of-algorithms/). |
| 89 | + + [Data Structures](http://www.geeksforgeeks.org/data-structures/#AdvancedDataStructure). |
0 commit comments