Filename Size 01. Introduction/1. Welcome to the course.mp4 8.5 MB 01. Introduction/1. Welcome to the course.vtt 1.3 KB 01. Introduction/2. A quick note.mp4 18.2 MB 01. Introduction/2. A quick note.vtt 2.4 KB 01. Introduction/3. What are data structures.mp4 18.1 MB 01. Introduction/3. What are data structures.vtt 4.9 KB 02. Introduction to algorithms/1. 1.Introduction.mp4 21.5 MB 02. Introduction to algorithms/1. 1.Introduction.vtt 4 KB 02. Introduction to algorithms/10. Rate of growth.mp4 72.6 MB 02. Introduction to algorithms/10. Rate of growth.vtt 7.2 KB 02. Introduction to algorithms/2. Characteristics of an algorithm.mp4 24.2 MB 02. Introduction to algorithms/2. Characteristics of an algorithm.vtt 4.8 KB 02. Introduction to algorithms/3. Why to analyse an algorithm.mp4 30 MB 02. Introduction to algorithms/3. Why to analyse an algorithm.vtt 4 KB 02. Introduction to algorithms/4. What is O(1) constant time.mp4 25.8 MB 02. Introduction to algorithms/4. What is O(1) constant time.vtt 3.6 KB 02. Introduction to algorithms/5. What is O(n) linear time.mp4 37.2 MB 02. Introduction to algorithms/5. What is O(n) linear time.vtt 4.2 KB 02. Introduction to algorithms/6. What is O(log n) logarithmic time.mp4 13.1 MB 02. Introduction to algorithms/6. What is O(log n) logarithmic time.vtt 2.8 KB 02. Introduction to algorithms/7. What is O(n^2) quadratic time.mp4 19.9 MB 02. Introduction to algorithms/7. What is O(n^2) quadratic time.vtt 3 KB 02. Introduction to algorithms/8. What is O(n^3) cubic time.mp4 16 MB 02. Introduction to algorithms/8. What is O(n^3) cubic time.vtt 2.1 KB 02. Introduction to algorithms/9. Best case,worst case and average case of an algorithm.mp4 46 MB 02. Introduction to algorithms/9. Best case,worst case and average case of an algorithm.vtt 5.3 KB 03. Recursion/1. Introduction to recursion.mp4 58.8 MB 03. Recursion/1. Introduction to recursion.vtt 11 KB 03. Recursion/2. Recursion example 1- factorial of a given number.mp4 50.6 MB 03. Recursion/2. Recursion example 1- factorial of a given number.vtt 6 KB 03. Recursion/2.1 factorial.zip.zip 250 B 03. Recursion/2.2 A detail article on factorial you may want to read. From wikipedia.html 100 B 04. Arrays/1. A breif about PHP arrays.mp4 41.1 MB 04. Arrays/1. A breif about PHP arrays.vtt 8.8 KB 04. Arrays/1.1 arraydemo.zip.zip 369 B 04. Arrays/2. SplFixedArray in PHP.mp4 26.5 MB 04. Arrays/2. SplFixedArray in PHP.vtt 5.3 KB 04. Arrays/2.1 Splfixedarray.zip.zip 366 B 05. Problems on arrays/1. 1.Sum of the array - Two pointer approach.mp4 8.6 MB 05. Problems on arrays/1. 1.Sum of the array - Two pointer approach.vtt 2.1 KB 05. Problems on arrays/1.1 sum-by-two-pointers.zip.zip 394 B 05. Problems on arrays/2. 2.Sum of maximum sub array - Naive approach.mp4 24.9 MB 05. Problems on arrays/2. 2.Sum of maximum sub array - Naive approach.vtt 4.3 KB 05. Problems on arrays/2.1 maximumSubArray.zip.zip 415 B 05. Problems on arrays/3. 3.Sum of maximum sub array - Kadanes algorithm.mp4 21.7 MB 05. Problems on arrays/3. 3.Sum of maximum sub array - Kadanes algorithm.vtt 4 KB 05. Problems on arrays/3.1 kadanes.zip.zip 405 B 06. Linked list/1. 1.Introduction to linked list.mp4 5.7 MB 06. Linked list/1. 1.Introduction to linked list.vtt 2 KB 06. Linked list/1.1 A detail article on linked list you may want to read. From wikipedia.html 102 B 06. Linked list/10. Deleting the given node.mp4 20.5 MB 06. Linked list/10. Deleting the given node.vtt 3.4 KB 06. Linked list/10.1 deleting-given-singly-ll.zip.zip 1.5 KB 06. Linked list/2. 2.Why to use linked list.mp4 13.3 MB 06. Linked list/2. 2.Why to use linked list.vtt 2.1 KB 06. Linked list/3. Implementing linked list.mp4 5.7 MB 06. Linked list/3. Implementing linked list.vtt 1.6 KB 06. Linked list/3.1 implementing-linked-list.zip.zip 442 B 06. Linked list/4. Inserting an element to the linked list.mp4 30.9 MB 06. Linked list/4. Inserting an element to the linked list.vtt 4.3 KB 06. Linked list/4.1 inserting-elements-singly-ll.zip.zip 638 B 06. Linked list/5. Inserting at front of the list.mp4 36.9 MB 06. Linked list/5. Inserting at front of the list.vtt 3.9 KB 06. Linked list/5.1 inserting-at-front-singly-ll.zip.zip 763 B 06. Linked list/6. Inserting at given position.mp4 31.1 MB 06. Linked list/6. Inserting at given position.vtt 4 KB 06. Linked list/6.1 inserting-at-position-singly-ll.zip.zip 969 B 06. Linked list/7. Displaying the elements of the list.mp4 16.1 MB 06. Linked list/7. Displaying the elements of the list.vtt 1.6 KB 06. Linked list/7.1 displaying-singly-ll.zip.zip 1 KB 06. Linked list/8. Deleting the head node.mp4 30.9 MB 06. Linked list/8. Deleting the head node.vtt 2.6 KB 06. Linked list/8.1 deleting-head-singly-ll.zip.zip 1.2 KB 06. Linked list/9. Deleting the last node.mp4 19.7 MB 06. Linked list/9. Deleting the last node.vtt 2.3 KB 06. Linked list/9.1 deleting-last-singly-ll.zip.zip 1.3 KB 07. Doubly linked list/1. Introduction to doubly linked list.mp4 16.9 MB 07. Doubly linked list/1. Introduction to doubly linked list.vtt 2.7 KB 07. Doubly linked list/1.1 implementing-doubly-linked-list.zip.zip 351 B 07. Doubly linked list/2. Base condition for doubly linked list operations.mp4 4.7 MB 07. Doubly linked list/2. Base condition for doubly linked list operations.vtt 827 B 07. Doubly linked list/3. Inserting the element at front.mp4 34.7 MB 07. Doubly linked list/3. Inserting the element at front.vtt 4.3 KB 07. Doubly linked list/3.1 inserting-at-front-doubly-ll.zip.zip 472 B 07. Doubly linked list/4. Inserting at given position.mp4 42.6 MB 07. Doubly linked list/4. Inserting at given position.vtt 5.5 KB 07. Doubly linked list/4.1 inserting-at-given-position-doubly-ll.zip.zip 601 B 07. Doubly linked list/5. Insert at last.mp4 6.1 MB 07. Doubly linked list/5. Insert at last.vtt 1.1 KB 07. Doubly linked list/5.1 inserting-at-last-position-doubly-ll.zip.zip 630 B 07. Doubly linked list/6. Deleting the head node.mp4 15.5 MB 07. Doubly linked list/6. Deleting the head node.vtt 1.8 KB 07. Doubly linked list/6.1 deleting-head-doubly-ll.zip.zip 641 B 07. Doubly linked list/7. Deleting the tail node.mp4 24.2 MB 07. Doubly linked list/7. Deleting the tail node.vtt 2.6 KB 07. Doubly linked list/7.1 deleting-tail-doubly-ll.zip.zip 693 B 07. Doubly linked list/8. Deleting the given node.mp4 22.7 MB Udemy Course downloader.txt 94 B