An open API service indexing awesome lists of open source software.

https://github.com/kunalkeshan/programming-data-structures-and-algorithms-using-python-nptel-course

Weekly notes and programs for the Programming, Data Structures and Algorithms using Python - NPTEL Course.
https://github.com/kunalkeshan/programming-data-structures-and-algorithms-using-python-nptel-course

algorithms data-structures dsa-practice nptel programming python

Last synced: 2 months ago
JSON representation

Weekly notes and programs for the Programming, Data Structures and Algorithms using Python - NPTEL Course.

Awesome Lists containing this project

README

        

# Programming, Data Structures and Algorithms using Python - NPTEL Course

Weekly notes and programs for the Programming, Data Structures and Algorithms using Python - NPTEL Course.

- [Week 1](/Week%201)
- [Lecture 1: Greatest Common Denominator](/Week%201/Greatest%20Common%20Divisor%20of%20Two%20Numbers)
- [Lecture 2: Improved GCD](/Week%201/Improved%20GCD)
- [Lecture 3: Euclids Algorithm for GCD](/Week%201/Euclids%20Algorithm%20for%20GCD)
- [Week 2](/Week%202)
- [Lecture 1: Assignment Statements, Basic Types](/Week%202/Assignment%20Statements%2C%20Basic%20Types)
- [Lecture 2: String](/Week%202/Strings)
- [Lecture 3: Lists](/Week%202/Lists)
- [Lecture 4: Control Flow](/Week%202/Control%20Flow)
- [Lecture 5: Functions](/Week%202/Functions)
- [Lecture 6: Examples](/Week%202/Examples)
- [Programming Assignment](/Week%202/Programming%20Assignment)
- [Week 3](/Week%203)
- [Lecture 1: More about `range()`](/Week%203/More%20About%20range())
- [Lecture 2: Manipulating Lists](/Week%203/Manipulating%20Lists)
- [Lecture 3: Breaking out of a Loop](/Week%203/Breaking%20out%20of%20a%20Loop)
- [Lecture 4: Arrays vs Lists, Binary Search](/Week%203/Arrays%20vs%20Lists%2C%20Binary%20Search)
- [Lecture 5: Efficiency](/Week%203/Efficiency)
- [Lecture 6: Selection Sort](/Week%203/Selection%20Sort)
- [Lecture 7: Insertion Sort](/Week%203/Insertion%20Sort)
- [Lecture 8: Recursion](/Week%203/Recursion)