Curriculum
- 12 Sections
- 89 Lessons
- 24 Weeks
Expand all sectionsCollapse all sections
- ABOUT THE COURSE/*! CSS Used from: Embedded */ *, ::after, ::before { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; } ::after, ::before { --tw-content: ''; } h2 { font-size: inherit; font-weight: inherit; } a { color: inherit; text-decoration: inherit; } h2, p { margin: 0; } :disabled { cursor: default; } *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; } .mx-auto { margin-left: auto; margin-right: auto; } .mb-2 { margin-bottom: 0.5rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mr-2 { margin-right: 0.5rem; } .max-w-screen-sm { max-width: 640px; } .max-w-screen-xl { max-width: 1280px; } .rounded-lg { border-radius: 0.5rem; } .bg-primary-700 { --tw-bg-opacity: 1; background-color: rgb(29 78 216 / var(--tw-bg-opacity)); } .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .px-4 { padding-left: 1rem; padding-right: 1rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .py-2.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .text-center { text-align: center; } .text-4xl { font-size: 3rem; line-height: 2.5rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .font-extrabold { font-weight: 800; } .font-light { font-weight: 300; } .font-medium { font-weight: 500; } .leading-tight { line-height: 1.25; } .tracking-tight { letter-spacing: -0.025em; } .text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); } .text-gray-900 { --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .hover:bg-primary-800:hover { --tw-bg-opacity: 1; background-color: rgb(30 64 175 / var(--tw-bg-opacity)); } .focus:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .focus:ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } .focus:ring-primary-300:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)); } @media (min-width: 640px) { .sm:py-16 { padding-top: 4rem; padding-bottom: 4rem; } } @media (min-width: 768px) { .md:text-lg { font-size: 1.5rem; line-height: 1.75rem; } } @media (min-width: 1024px) { .lg:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } } .imgdata { width: 35% } @media (max-width: 767px) { .imgdata { width: 40% } } .course-payment { display: none !important; } .thim-course-landing-button { display: none !important; }0
- [DSA] Introduction6
- [DSA] Stacks4
- [DSA] Queues6
- [DSA] Linked Lists18
- 28.1Introduction To Linked List5 Minutes
- 28.2Array Vs Linked List7 Minutes
- 28.3Linked List Implementation Part – 117 Minutes
- 28.4Linked List Implementation Part – 210 Minutes
- 28.5Linked List Implementation Part – 310 Minutes
- 28.6Linked List Implementation Part – 414 Minutes
- 28.7Linked List Implementation Part – 59 Minutes
- 28.8Linked List Implementation Part – 610 Minutes
- 28.9Stack Implementation Using Linked List – Part 19 Minutes
- 28.10Stack Implementation Using Linked List – Part 26 Minutes
- 28.11Queue Using Linked List Part – 110 Minutes
- 28.12Queue Using Linked List Part – 27 Minutes
- 28.13Circular Queue Using Linked List10 Minutes
- 28.14Doubly Linked List – Part 114 Minutes
- 28.15Doubly Linked List – Part 28 Minutes
- 28.16Doubly Linked List – Part 310 Minutes
- 28.17Doubly Linked List – Part 410 Minutes
- 28.18Doubly Linked List – Part 512 Minutes
- [DSA] Trees14
- 29.1Introduction to Tree Data Structure & Binary Tree6 Minutes
- 29.2Binary Tree Implementation Part 1 – Insertion & Traversing14 Minutes
- 29.3Binary Tree Implementation Part 2 – Traversing & Deletion12 Minutes
- 29.4Binary tree Traversal14 Minutes
- 29.5Tree traversal methods: Pre, post and in-order traversal14 Minutes
- 29.6(Binary Search Tree) – Traverse the Tree in In-Order, Pre-Order and Post-Order11 Minutes
- 29.7Height Balaced Binary Search Tree12 Minutes
- 29.8AVL Tree16 Minutes
- 29.9AVL Tree Solved Example – #117 Minutes
- 29.10AVL Tree Solved Example – #217 Minutes
- 29.11B-Tree Introduction13 Minutes
- 29.12B-Tree Solved Example – #114 Minutes
- 29.13B-Tree Solved Example – #212 Minutes
- 29.14Huffman Coding7 Minutes
- [DSA] Graphs5
- [DSA] Recursion and Storage Management5
- [DSA] Searching & Sorting18
- 32.1Hashing Collision12 Minutes
- 32.2Hashing concept6 Minutes
- 32.3Linear Probing – #113 Minutes
- 32.4Linear Probing – #212 Minutes
- 32.5Linear Probing With Collisions – Solved10 Minutes
- 32.6Linear + Quadratic Probing – Solved Example15 Minutes
- 32.7Searching & Sorting Introduction12 Minutes
- 32.8Selection Sorting – #112 Minutes
- 32.9Selection Sorting – #212 Minutes
- 32.10Insertion Sort – #112 Minutes
- 32.11Insertion Sort – #212 Minutes
- 32.12Merge Sort – #112 Minutes
- 32.13Merge Sort – #212 Minutes
- 32.14Merge Sort – #310 Minutes
- 32.15Quick Sort – #110 Minutes
- 32.16Quick Sort – #29 Minutes
- 32.17Radix Sort – #110 Minutes
- 32.18Radix Sort – #210 Minutes
- [DSA] Applications of Data Structures6
- [DSA] Viva Questions1
- [DSA] MU - Dec-2024 Importance Solutions6