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.
- Host: GitHub
- URL: https://github.com/kunalkeshan/programming-data-structures-and-algorithms-using-python-nptel-course
- Owner: kunalkeshan
- Created: 2022-07-28T15:58:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T08:51:13.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T04:05:07.738Z (about 2 years ago)
- Topics: algorithms, data-structures, dsa-practice, nptel, programming, python
- Language: Python
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)