Starting a new Lecture Notes Series on Data Structures and Algorithm
Youtube Lecture Playlist CreditsChannel Name: Telusko
So Let Us Start to This Journey of Learning
Data Structures and Algorithm By Lecture Notes together!
Lecture 1: What are Data Structures?
Lecture 2: Abstract Data Types | DSA
Lecture 3: Array Data Structure
Lecture 4: Big O Notation, Time Complexity | DSA
Lecture 5: Linear & Binary Search Code | Big O Notation
Lecture 6: Bubble Sort Theory | DSA
Lecture 7: Bubble Sort Code in Java | DSA
Lecture 8: Selection Sort Theory in Java | DSA
Lecture 9: Selection Sort Code in Java | DSA
Lecture 10: Insertion Sort | DSA
Lecture 11: Insertion Sort Code | DSA
Lecture 12: Quick Sort Theory | DSA
Lecture 13: Quick Sort Code | DSA
Lecture 14: Merge Sort Theory | DSA
Lecture 15: Merge Sort Code | DSA
Lecture 16: #4 Introduction to Linked List | Data Structures
Lecture 20: #9 What is Stack? | Theory
Lecture 27: #16 Tree Data Structure
Lecture 28: Tree Implementation in Java | DSA