Filename Size 01 Introduction/001 Abstract data types Introduction.mp4 8 MB 01 Introduction/002 Understanding time_space complexity.en_US.srt 12.8 KB 01 Introduction/002 Understanding time_space complexity.mp4 21.9 MB 01 Introduction/003 [quiz] QUIZ_ time complexity.html 4.7 KB 02 Static and dynamic arrays/003 Static and dynamic arrays.en_US.srt 12.1 KB 02 Static and dynamic arrays/003 Static and dynamic arrays.mp4 20.2 MB 02 Static and dynamic arrays/004 Dynamic array source code.en_US.srt 6.3 KB 02 Static and dynamic arrays/004 Dynamic array source code.mp4 16.8 MB 02 Static and dynamic arrays/004 [quiz] QUIZ_ dynamic arrays.html 3.1 KB 03 Linked lists/005 Linked list introduction.en_US.srt 16.1 KB 03 Linked lists/005 Linked list introduction.mp4 24.5 MB 03 Linked lists/006 Doubly linked list source code.en_US.srt 10 KB 03 Linked lists/006 Doubly linked list source code.mp4 24.7 MB 03 Linked lists/006 [quiz] QUIZ_ linked lists.html 6.2 KB 04 Stacks/007 Understanding stacks.en_US.srt 13.2 KB 04 Stacks/007 Understanding stacks.mp4 19.5 MB 04 Stacks/008 Stack implementation details.en_US.srt 3.8 KB 04 Stacks/008 Stack implementation details.mp4 5.7 MB 04 Stacks/009 Stack source code.en_US.srt 3.7 KB 04 Stacks/009 Stack source code.mp4 8.7 MB 04 Stacks/009 [quiz] QUIZ_ stacks.html 4.1 KB 05 Queues/010 Understanding queues.en_US.srt 7 KB 05 Queues/010 Understanding queues.mp4 11 MB 05 Queues/011 Breadth first search and queue implementation.en_US.srt 6.2 KB 05 Queues/011 Breadth first search and queue implementation.mp4 9.6 MB 05 Queues/011 [quiz] QUIZ_ queues I.html 5.7 KB 05 Queues/012 Queue source code.en_US.srt 4.2 KB 05 Queues/012 Queue source code.mp4 10.9 MB 05 Queues/012 [quiz] QUIZ_ queues II.html 5 KB 06 Priority queues/013 What is a priority queue_.en_US.srt 14.3 KB 06 Priority queues/013 What is a priority queue_.mp4 23 MB 06 Priority queues/014 Min heaps and Max heaps.en_US.srt 6.6 KB 06 Priority queues/014 Min heaps and Max heaps.mp4 11.2 MB 06 Priority queues/015 Priority queue inserting elements.en_US.srt 10.9 KB 06 Priority queues/015 Priority queue inserting elements.mp4 17.5 MB 06 Priority queues/016 Priority queue removing elements.en_US.srt 14.9 KB 06 Priority queues/016 Priority queue removing elements.mp4 24.7 MB 06 Priority queues/016 [quiz] QUIZ_ priority queue.html 5.8 KB 06 Priority queues/017 Priority queue source code.en_US.srt 15.8 KB 06 Priority queues/017 Priority queue source code.mp4 47.2 MB 07 Union find_Disjoint set/018 Union find introduction.en_US.srt 5.9 KB 07 Union find_Disjoint set/018 Union find introduction.mp4 9.9 MB 07 Union find_Disjoint set/019 Kruskal's Algorithm.en_US.srt 6.6 KB 07 Union find_Disjoint set/019 Kruskal's Algorithm.mp4 11.6 MB 07 Union find_Disjoint set/020 Union and find operations.en_US.srt 10.3 KB 07 Union find_Disjoint set/020 Union and find operations.mp4 19 MB 07 Union find_Disjoint set/021 Path compression.en_US.srt 6.6 KB 07 Union find_Disjoint set/021 Path compression.mp4 11.1 MB 07 Union find_Disjoint set/022 Union find source code.en_US.srt 7.5 KB 07 Union find_Disjoint set/022 Union find source code.mp4 19.7 MB 07 Union find_Disjoint set/023 [quiz] QUIZ_ union find.html 7.5 KB 08 Binary search trees/023 Introduction to binary trees.en_US.srt 13.5 KB 08 Binary search trees/023 Introduction to binary trees.mp4 21.9 MB 08 Binary search trees/024 Binary search tree insertions.en_US.srt 7 KB 08 Binary search trees/024 Binary search tree insertions.mp4 10.3 MB 08 Binary search trees/025 Binary search tree removals.en_US.srt 15.3 KB 08 Binary search trees/025 Binary search tree removals.mp4 24.7 MB 08 Binary search trees/026 Binary tree traversals.en_US.srt 11.2 KB 08 Binary search trees/026 Binary tree traversals.mp4 20.9 MB 08 Binary search trees/027 Binary search tree source code.en_US.srt 12.8 KB 08 Binary search trees/027 Binary search tree source code.mp4 43.1 MB 08 Binary search trees/027 [quiz] QUIZ_ tree traversals.html 4.8 KB 09 Hash tables/028 Hash table hash functions.en_US.srt 18.4 KB 09 Hash tables/028 Hash table hash functions.mp4 31.6 MB 09 Hash tables/029 Hash table separate chaining.en_US.srt 8.9 KB 09 Hash tables/029 Hash table separate chaining.mp4 14.7 MB 09 Hash tables/030 Hash table separate chaining source code.en_US.srt 12.9 KB 09 Hash tables/030 Hash table separate chaining source code.mp4 37.6 MB 09 Hash tables/031 Hash table open addressing.en_US.srt 12.5 KB 09 Hash tables/031 Hash table open addressing.mp4 20.8 MB 09 Hash tables/031 [quiz] QUIZ_ hash functions and separate chaining.html 6.9 KB 09 Hash tables/032 Hash table linear probing.en_US.srt 14.3 KB 09 Hash tables/032 Hash table linear probing.mp4 25.2 MB 09 Hash tables/033 Hash table quadratic probing.en_US.srt 10 KB 09 Hash tables/033 Hash table quadratic probing.mp4 17.1 MB 09 Hash tables/034 Hash table double hashing.en_US.srt 15 KB 09 Hash tables/034 Hash table double hashing.mp4 26.1 MB 09 Hash tables/035 Hash table removing key-value pairs.en_US.srt 8 KB 09 Hash tables/035 Hash table removing key-value pairs.mp4 13.4 MB 09 Hash tables/035 [quiz] QUIZ_ open addressing.html 9.1 KB 09 Hash tables/036 Hash table open addressing source code.en_US.srt 16.4 KB 09 Hash tables/036 Hash table open addressing source code.mp4 46.3 MB 10 Fenwick tree_Binary indexed tree/037 Fenwick tree range queries.en_US.srt 13.7 KB 10 Fenwick tree_Binary indexed tree/037 Fenwick tree range queries.mp4 24.2 MB 10 Fenwick tree_Binary indexed tree/038 Fenwick tree point updates.en_US.srt 4.2 KB 10 Fenwick tree_Binary indexed tree/038 Fenwick tree point updates.mp4 8.2 MB 10 Fenwick tree_Binary indexed tree/039 Fenwick tree construction.en_US.srt 6.9 KB 10 Fenwick tree_Binary indexed tree/039 Fenwick tree construction.mp4 11.2 MB 10 Fenwick tree_Binary indexed tree/040 Fenwick tree source code.en_US.srt 6.1 KB 10 Fenwick tree_Binary indexed tree/040 Fenwick tree source code.mp4 15 MB 10 Fenwick tree_Binary indexed tree/041 [quiz] QUIZ_ fenwick tree.html 6.5 KB 11 AVL Tree/041 Tree rotations.en_US.srt 9.6 KB 11 AVL Tree/041 Tree rotations.mp4 15.5 MB 11 AVL Tree/042 AVL tree insertions.en_US.srt 10.8 KB 11 AVL Tree/042 AVL tree insertions.mp4 17.1 MB 11 AVL Tree/043 AVL tree removals.en_US.srt 10.4 KB 11 AVL Tree/043 AVL tree removals.mp4 15.6 MB 11 AVL Tree/044 AVL tree source code.en_US.srt 16.8 KB 12 Indexed Priority Queue/045 Introduction to indexed priority queues.mp4 164.2 MB
No related downloads found.