[03-2020] introduction-to-data-structures

mp4   Hot:276   Size:1.32 GB   Created:2021-09-08 22:44:16   Update:2023-02-08 19:49:48  

File List

  • 12 Indexed Priority Queue/045 Introduction to indexed priority queues.mp4 164.22 MB
    01 Introduction/001 Abstract data types Introduction.mp4 8.01 MB
    01 Introduction/002 Understanding time_space complexity.en_US.srt 12.85 KB
    01 Introduction/002 Understanding time_space complexity.mp4 21.93 MB
    01 Introduction/003 [quiz] QUIZ_ time complexity.html 4.74 KB
    02 Static and dynamic arrays/003 Static and dynamic arrays.en_US.srt 12.07 KB
    02 Static and dynamic arrays/003 Static and dynamic arrays.mp4 20.2 MB
    02 Static and dynamic arrays/004 [quiz] QUIZ_ dynamic arrays.html 3.06 KB
    02 Static and dynamic arrays/004 Dynamic array source code.en_US.srt 6.28 KB
    02 Static and dynamic arrays/004 Dynamic array source code.mp4 16.85 MB
    03 Linked lists/005 Linked list introduction.en_US.srt 16.13 KB
    03 Linked lists/005 Linked list introduction.mp4 24.52 MB
    03 Linked lists/006 [quiz] QUIZ_ linked lists.html 6.16 KB
    03 Linked lists/006 Doubly linked list source code.en_US.srt 9.96 KB
    03 Linked lists/006 Doubly linked list source code.mp4 24.74 MB
    04 Stacks/007 Understanding stacks.en_US.srt 13.18 KB
    04 Stacks/007 Understanding stacks.mp4 19.5 MB
    04 Stacks/008 Stack implementation details.en_US.srt 3.81 KB
    04 Stacks/008 Stack implementation details.mp4 5.69 MB
    04 Stacks/009 [quiz] QUIZ_ stacks.html 4.14 KB
    04 Stacks/009 Stack source code.en_US.srt 3.67 KB
    04 Stacks/009 Stack source code.mp4 8.66 MB
    05 Queues/010 Understanding queues.en_US.srt 6.98 KB
    05 Queues/010 Understanding queues.mp4 10.96 MB
    05 Queues/011 [quiz] QUIZ_ queues I.html 5.74 KB
    05 Queues/011 Breadth first search and queue implementation.en_US.srt 6.22 KB
    05 Queues/011 Breadth first search and queue implementation.mp4 9.61 MB
    05 Queues/012 [quiz] QUIZ_ queues II.html 4.98 KB
    05 Queues/012 Queue source code.en_US.srt 4.25 KB
    05 Queues/012 Queue source code.mp4 10.94 MB
    06 Priority queues/013 What is a priority queue_.en_US.srt 14.26 KB
    06 Priority queues/013 What is a priority queue_.mp4 23.01 MB
    06 Priority queues/014 Min heaps and Max heaps.en_US.srt 6.59 KB
    06 Priority queues/014 Min heaps and Max heaps.mp4 11.19 MB
    06 Priority queues/015 Priority queue inserting elements.en_US.srt 10.95 KB
    06 Priority queues/015 Priority queue inserting elements.mp4 17.46 MB
    06 Priority queues/016 [quiz] QUIZ_ priority queue.html 5.84 KB
    06 Priority queues/016 Priority queue removing elements.en_US.srt 14.89 KB
    06 Priority queues/016 Priority queue removing elements.mp4 24.73 MB
    06 Priority queues/017 Priority queue source code.en_US.srt 15.75 KB
    06 Priority queues/017 Priority queue source code.mp4 47.21 MB
    07 Union find_Disjoint set/018 Union find introduction.en_US.srt 5.89 KB
    07 Union find_Disjoint set/018 Union find introduction.mp4 9.89 MB
    07 Union find_Disjoint set/019 Kruskal's Algorithm.en_US.srt 6.57 KB
    07 Union find_Disjoint set/019 Kruskal's Algorithm.mp4 11.58 MB
    07 Union find_Disjoint set/020 Union and find operations.en_US.srt 10.25 KB
    07 Union find_Disjoint set/020 Union and find operations.mp4 19.05 MB
    07 Union find_Disjoint set/021 Path compression.en_US.srt 6.57 KB
    07 Union find_Disjoint set/021 Path compression.mp4 11.11 MB
    07 Union find_Disjoint set/022 Union find source code.en_US.srt 7.54 KB
    07 Union find_Disjoint set/022 Union find source code.mp4 19.65 MB
    07 Union find_Disjoint set/023 [quiz] QUIZ_ union find.html 7.54 KB
    08 Binary search trees/023 Introduction to binary trees.en_US.srt 13.45 KB
    08 Binary search trees/023 Introduction to binary trees.mp4 21.93 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.31 MB
    08 Binary search trees/025 Binary search tree removals.en_US.srt 15.32 KB
    08 Binary search trees/025 Binary search tree removals.mp4 24.69 MB
    08 Binary search trees/026 Binary tree traversals.en_US.srt 11.23 KB
    08 Binary search trees/026 Binary tree traversals.mp4 20.93 MB
    08 Binary search trees/027 [quiz] QUIZ_ tree traversals.html 4.78 KB
    08 Binary search trees/027 Binary search tree source code.en_US.srt 12.84 KB
    08 Binary search trees/027 Binary search tree source code.mp4 43.08 MB
    09 Hash tables/028 Hash table hash functions.en_US.srt 18.45 KB
    09 Hash tables/028 Hash table hash functions.mp4 31.57 MB
    09 Hash tables/029 Hash table separate chaining.en_US.srt 8.86 KB
    09 Hash tables/029 Hash table separate chaining.mp4 14.66 MB
    09 Hash tables/030 Hash table separate chaining source code.en_US.srt 12.91 KB
    09 Hash tables/030 Hash table separate chaining source code.mp4 37.56 MB
    09 Hash tables/031 [quiz] QUIZ_ hash functions and separate chaining.html 6.94 KB
    09 Hash tables/031 Hash table open addressing.en_US.srt 12.55 KB
    09 Hash tables/031 Hash table open addressing.mp4 20.82 MB
    09 Hash tables/032 Hash table linear probing.en_US.srt 14.27 KB
    09 Hash tables/032 Hash table linear probing.mp4 25.17 MB
    09 Hash tables/033 Hash table quadratic probing.en_US.srt 9.97 KB
    09 Hash tables/033 Hash table quadratic probing.mp4 17.11 MB
    09 Hash tables/034 Hash table double hashing.en_US.srt 14.99 KB
    09 Hash tables/034 Hash table double hashing.mp4 26.1 MB
    09 Hash tables/035 [quiz] QUIZ_ open addressing.html 9.07 KB
    09 Hash tables/035 Hash table removing key-value pairs.en_US.srt 7.99 KB
    09 Hash tables/035 Hash table removing key-value pairs.mp4 13.43 MB
    09 Hash tables/036 Hash table open addressing source code.en_US.srt 16.36 KB
    09 Hash tables/036 Hash table open addressing source code.mp4 46.29 MB
    10 Fenwick tree_Binary indexed tree/037 Fenwick tree range queries.en_US.srt 13.67 KB
    10 Fenwick tree_Binary indexed tree/037 Fenwick tree range queries.mp4 24.21 MB
    10 Fenwick tree_Binary indexed tree/038 Fenwick tree point updates.en_US.srt 4.23 KB
    10 Fenwick tree_Binary indexed tree/038 Fenwick tree point updates.mp4 8.19 MB
    10 Fenwick tree_Binary indexed tree/039 Fenwick tree construction.en_US.srt 6.85 KB
    10 Fenwick tree_Binary indexed tree/039 Fenwick tree construction.mp4 11.19 MB
    10 Fenwick tree_Binary indexed tree/040 Fenwick tree source code.en_US.srt 6.14 KB
    10 Fenwick tree_Binary indexed tree/040 Fenwick tree source code.mp4 15.03 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.56 KB
    11 AVL Tree/041 Tree rotations.mp4 15.47 MB
    11 AVL Tree/042 AVL tree insertions.en_US.srt 10.83 KB
    11 AVL Tree/042 AVL tree insertions.mp4 17.13 MB
    11 AVL Tree/043 AVL tree removals.en_US.srt 10.41 KB
    11 AVL Tree/043 AVL tree removals.mp4 15.65 MB
    11 AVL Tree/044 AVL tree source code.en_US.srt 16.81 KB
    11 AVL Tree/044 AVL tree source code.mp4 50.78 MB
    12 Indexed Priority Queue/045 Introduction to indexed priority queues.en_US.srt 31.75 KB
    01 Introduction/001 Abstract data types Introduction.en_US.srt 5 KB
    12 Indexed Priority Queue/046 Indexed priority queue source code.en_US.srt 10.17 KB
    12 Indexed Priority Queue/046 Indexed priority queue source code.mp4 88.33 MB
    13 Sparse Tables/047 Sparse Table.en_US.srt 25.68 KB
    13 Sparse Tables/047 Sparse Table.mp4 151.42 MB
    13 Sparse Tables/048 Sparse Table Source Code.en_US.srt 8.34 KB
    13 Sparse Tables/048 Sparse Table Source Code.mp4 64.46 MB

Download Info

  • Tips

    “[03-2020] introduction-to-data-structures” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.