Welcome to the official code repository for the Data Structures in Python series! This repository is a one-stop resource for students and developers to master core Computer Science concepts using Python with simple, "layman-style" explanations.
- YouTube Channel: Study Trigger
- Full Playlist: [Data Structure in Python | Linked List Complete Course]
Total Videos: 24 A deep dive into Singly, Doubly, and Circular Linked Listsβfrom memory basics to advanced logic.
| Part | Topic | Code Link | Video Link |
|---|---|---|---|
| 01 | Introduction to Linked Lists | View Code | Watch Video |
| 02 | Manual Node Connection & Display | View Code | Watch Video |
| 03 | Insert Node at Beginning | View Code | Watch Video |
| 04 | Display Only Even Elements | View Code | Watch Video |
| 05 | Count, Sum, and Average Logic | View Code | Coming Soon |
| 06 | Display Alternate Elements | Coming Soon | Coming Soon |
| 07-24 | Insertion, Deletion, Reversing, & more... | In Progress | In Progress |
- Implementation using Arrays & Linked Lists.
- Practical applications and Infix/Postfix logic.
- Binary Search Trees (BST) and Traversals (Inorder, Preorder, Postorder).
- Graph Algorithms: BFS and DFS.
- Navigate to the specific folder (e.g.,
/LinkedList). - Each folder/file is numbered according to the Video Parts in the YouTube playlist.
- If you find this repository helpful, please Star β it to stay updated with new uploads!
Hi, I'm Mahesh Verma, the founder of Study Trigger. My mission is to simplify complex programming concepts for students and help them build a rock-solid foundation for their careers.
Happy Coding! π»