zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeTutorials.Us] Udemy - algorithms-and-data-structures-in-python
magnet:?xt=urn:btih:2fa144f7cdc0b9b88d16c8410e12dcfd260ec792&dn=[FreeTutorials.Us] Udemy - algorithms-and-data-structures-in-python
磁力链接详情
Hash值:
2fa144f7cdc0b9b88d16c8410e12dcfd260ec792
点击数:
188
文件大小:
1.63 GB
文件数量:
126
创建日期:
2017-12-16 01:11
最后访问:
2024-11-5 07:52
访问标签:
FreeTutorials
Us
Udemy
-
algorithms-and-data-structures-in-python
文件列表详情
01 Introduction/001 Introduction.mp4 4.36 MB
01 Introduction/002 Why to use data structures.mp4 8.32 MB
01 Introduction/003 Data structures and abstract data types.mp4 8.53 MB
02 Setup/005 Installing python.mp4 7.97 MB
03 Data Structures - Arrays/006 Arrays introduction - basics.mp4 12.58 MB
03 Data Structures - Arrays/007 Arrays introduction - operations.mp4 12.21 MB
03 Data Structures - Arrays/008 Arrays in Python.mp4 19.19 MB
04 Data Structures - Linked Lists/009 Linked list introduction - basics.mp4 15.65 MB
04 Data Structures - Linked Lists/010 Linked list introduction - operations.mp4 20.21 MB
04 Data Structures - Linked Lists/011 Linked list theory - doubly linked list.mp4 3.7 MB
04 Data Structures - Linked Lists/012 Linked list introduction - linked lists versus arrays.mp4 14.24 MB
04 Data Structures - Linked Lists/013 Linked list implementation I - insert.mp4 12.46 MB
04 Data Structures - Linked Lists/014 Linked list implementation II - traverse.mp4 8.49 MB
04 Data Structures - Linked Lists/015 Linked list implementation III - remove.mp4 7.31 MB
04 Data Structures - Linked Lists/016 Linked list implementation IV - testing.mp4 9.18 MB
04 Data Structures - Linked Lists/017 Doubly linked list introduction.mp4 13.28 MB
05 Data Structures - Stacks & Queues/018 Stack introduction.mp4 8.43 MB
05 Data Structures - Stacks & Queues/019 Stacks in memory management ( stacks_ heaps ).mp4 16.16 MB
05 Data Structures - Stacks & Queues/020 Stacks and recursive method calls.mp4 15.58 MB
05 Data Structures - Stacks & Queues/021 Stack implementation.mp4 14.84 MB
05 Data Structures - Stacks & Queues/022 Queue introduction.mp4 10.94 MB
05 Data Structures - Stacks & Queues/023 Queue implementation.mp4 11.82 MB
06 Data Structures - Binary Search Trees/024 Binary search trees theory - basics.mp4 22.59 MB
06 Data Structures - Binary Search Trees/025 Binary search trees theory - search_ insert.mp4 9.38 MB
06 Data Structures - Binary Search Trees/026 Binary search trees theory - delete.mp4 12.95 MB
06 Data Structures - Binary Search Trees/027 Binary search trees theory - in-order traversal.mp4 9.37 MB
06 Data Structures - Binary Search Trees/028 Binary search trees theory - running times.mp4 4.52 MB
06 Data Structures - Binary Search Trees/029 Binary search tree implementation I - Node class.mp4 5.31 MB
06 Data Structures - Binary Search Trees/030 Binary Search Tree implementation II - insert.mp4 13.25 MB
06 Data Structures - Binary Search Trees/031 Binary Search Tree implementation III - traverse_ min_ max.mp4 12.96 MB
06 Data Structures - Binary Search Trees/032 Binary Search Tree implementation IV - testing insertion.mp4 5.1 MB
06 Data Structures - Binary Search Trees/033 Binary Search Tree implementation V - deletion.mp4 17.95 MB
06 Data Structures - Binary Search Trees/034 Binary Search Tree implementation VI - testing deletion.mp4 8.19 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/035 AVL trees introduction - motivation.mp4 8.96 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/036 AVL trees introduction - basics.mp4 11.43 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/037 AVL trees introduction - height.mp4 18.67 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/038 AVL trees introduction - rotations cases.mp4 21.84 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/039 AVL trees introduction - illustration.mp4 22.25 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/040 AVL trees introduction - applications.mp4 7.8 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/041 AVL tree implementation I - Node.mp4 7.32 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/042 AVL tree implementation II - height_ balance.mp4 8.44 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/043 AVL tree implementation III - rotations.mp4 14.33 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/044 AVL tree implementation IV - insertion.mp4 5.97 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/045 AVL tree implementation V - violations.mp4 16.88 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/046 AVL tree implementation VI - testing insertion.mp4 13.06 MB
07 Data Structures - Balanced Binary Trees (AVL Trees)/047 AVL tree implementation VII - remove.mp4 18.28 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/048 Red-black trees introduction - basics.mp4 23.74 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/049 The logic behind red-black trees.mp4 11.37 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/050 Red-black trees rotations- cases I.mp4 11.72 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/051 Red-black trees rotations- cases II.mp4 10.16 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/052 Red-black trees rotations- cases III.mp4 7.73 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/053 Red-black trees rotations- cases IV.mp4 6.17 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/054 Red-black trees introduction - example I.mp4 9.97 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/055 Red-black trees introduction - example II.mp4 9.12 MB
08 Data Structures - Balanced Binary Trees (Red-Black Trees)/056 Red-black tree versus AVL tree.mp4 7.28 MB
09 Data Structures - Heaps/057 Priority queues introduction.mp4 18.3 MB
09 Data Structures - Heaps/058 Heap introduction - basics.mp4 18.86 MB
09 Data Structures - Heaps/059 Heap introduction - array representation.mp4 20.36 MB
09 Data Structures - Heaps/060 Heap introduction - remove operation.mp4 10.75 MB
09 Data Structures - Heaps/061 Heap introduction - heapsort.mp4 11.72 MB
09 Data Structures - Heaps/062 Heap introduction - operations complexities.mp4 11.1 MB
09 Data Structures - Heaps/063 Other types of heaps_ binomial and Fibonacci heap.mp4 13.26 MB
09 Data Structures - Heaps/064 Heap implementation I - insert.mp4 16.65 MB
09 Data Structures - Heaps/065 Heap implementation II - heapsort.mp4 8.67 MB
09 Data Structures - Heaps/066 Heap implementation III - fixing heap properties.mp4 14.54 MB
09 Data Structures - Heaps/067 Heaps in Python.mp4 7.01 MB
10 Data Structures - Associative Arrays _ Dictionaries/068 Associative array ADT.mp4 5.58 MB
10 Data Structures - Associative Arrays _ Dictionaries/069 Hashtable introduction - basics.mp4 19.81 MB
10 Data Structures - Associative Arrays _ Dictionaries/070 Hashtable introduction - collisions.mp4 15.06 MB
10 Data Structures - Associative Arrays _ Dictionaries/071 Hashtable introduction - dynamic resizing.mp4 13.6 MB
10 Data Structures - Associative Arrays _ Dictionaries/072 Linear probing implementation I - hashfunction.mp4 14.58 MB
10 Data Structures - Associative Arrays _ Dictionaries/073 Linear probing implementation II - insert.mp4 13.3 MB
10 Data Structures - Associative Arrays _ Dictionaries/074 Linear probing implementation III - retrieve.mp4 8.04 MB
10 Data Structures - Associative Arrays _ Dictionaries/075 Dictionaires in Python.mp4 11.91 MB
11 Data Structures - Tries/076 Tries introduction.mp4 15.02 MB
11 Data Structures - Tries/077 Ternary search trees introduction - insert.mp4 12.77 MB
11 Data Structures - Tries/078 Ternary search trees introduction - get.mp4 10.49 MB
11 Data Structures - Tries/079 Ternary search trees introduction - applications.mp4 12.51 MB
11 Data Structures - Tries/080 Ternary search trees implementation I.mp4 18.25 MB
11 Data Structures - Tries/081 Ternary search trees implementation II.mp4 13.85 MB
12 Graph Algorithms/082 Graph theory.mp4 18.7 MB
13 Graph Algorithms - Graph Traversal Algorithms/083 Breadth-first search introduction.mp4 21.45 MB
13 Graph Algorithms - Graph Traversal Algorithms/084 Breadth-first search implementation.mp4 18.52 MB
13 Graph Algorithms - Graph Traversal Algorithms/085 Depth-first search introduction.mp4 22.74 MB
13 Graph Algorithms - Graph Traversal Algorithms/086 Depth-first search implementation.mp4 15.8 MB
13 Graph Algorithms - Graph Traversal Algorithms/087 Memory management_ BFS vs DFS.mp4 11.83 MB
14 Graph Algorithms - Shortest Paths/088 Dijkstra algorithm introduction - basics.mp4 12.66 MB
14 Graph Algorithms - Shortest Paths/089 Dijkstra algorithm introduction - algorithm.mp4 13.33 MB
14 Graph Algorithms - Shortest Paths/090 Dijkstra algorithm introduction - example.mp4 23.48 MB
14 Graph Algorithms - Shortest Paths/091 Dijkstra algorithm implementation I - Edge_ Node.mp4 14.51 MB
14 Graph Algorithms - Shortest Paths/092 Dijkstra algorithm implementation II - algorithm.mp4 12.85 MB
14 Graph Algorithms - Shortest Paths/093 Dijkstra algorithm implementation III - testing.mp4 8.43 MB
14 Graph Algorithms - Shortest Paths/094 Bellman-Ford algorithm introduction.mp4 21.37 MB
14 Graph Algorithms - Shortest Paths/095 Bellman-Ford algorithm implementation I - Node_ Edge.mp4 4.56 MB
14 Graph Algorithms - Shortest Paths/096 Bellman-Ford algorithm implementation II - the algorithm.mp4 16.33 MB
14 Graph Algorithms - Shortest Paths/097 Bellman-Ford algorithm implementation III - testing.mp4 12.2 MB
14 Graph Algorithms - Shortest Paths/098 Shortest path algorithms applications.mp4 20.48 MB
15 Graph Algorithms - Spanning Trees/099 Union find data structure introduction.mp4 23.86 MB
15 Graph Algorithms - Spanning Trees/100 Spanning trees introduction - Kruskal algorithm.mp4 23.46 MB
15 Graph Algorithms - Spanning Trees/101 Kruskal algorithm implementation I - basic classes.mp4 14.93 MB
15 Graph Algorithms - Spanning Trees/102 Kruskal algorithm implementation II - disjoint set.mp4 26.12 MB
15 Graph Algorithms - Spanning Trees/103 Kruskal algorithm implementation III - algorithm.mp4 11.35 MB
15 Graph Algorithms - Spanning Trees/104 Kruskal algorithm implementation VI - testing.mp4 7.51 MB
15 Graph Algorithms - Spanning Trees/105 Spanning trees introduction - Prim's algorithm.mp4 16.35 MB
15 Graph Algorithms - Spanning Trees/106 Prims-Jarnik algorithm implementation I - basic classes.mp4 6.56 MB
15 Graph Algorithms - Spanning Trees/107 Prims-Jarnik algorithm implementation II - algorithm.mp4 13.86 MB
15 Graph Algorithms - Spanning Trees/108 Prims-Jarnik algorithm implementation III - testing.mp4 7.14 MB
15 Graph Algorithms - Spanning Trees/109 Applications of spanning trees.mp4 16.78 MB
16 Basic Sorting Algorithms/110 Sorting introduction.mp4 18.39 MB
16 Basic Sorting Algorithms/111 Adaptive sorting algorithms.mp4 7.31 MB
16 Basic Sorting Algorithms/112 Bubble sort introduction.mp4 12.77 MB
16 Basic Sorting Algorithms/113 Bubble sort implementation.mp4 6.32 MB
16 Basic Sorting Algorithms/114 Selection sort introduction.mp4 15.33 MB
16 Basic Sorting Algorithms/115 Selection sort implementation.mp4 8.09 MB
16 Basic Sorting Algorithms/116 Insertion sort introduction.mp4 17.04 MB
16 Basic Sorting Algorithms/117 Insertion sort implementation.mp4 5.95 MB
16 Basic Sorting Algorithms/118 Quicksort introduction I.mp4 22.06 MB
16 Basic Sorting Algorithms/119 Quicksort introduction II.mp4 18.13 MB
16 Basic Sorting Algorithms/120 Quicksort implementation.mp4 8.83 MB
16 Basic Sorting Algorithms/121 Merge sort introduction - divide.mp4 16.04 MB
16 Basic Sorting Algorithms/122 Merge sort introduction - conquer.mp4 21.74 MB
16 Basic Sorting Algorithms/123 Merge sort implementation.mp4 15.32 MB
16 Basic Sorting Algorithms/124 Hybrid algorithms introduction.mp4 13.16 MB
16 Basic Sorting Algorithms/125 Non-comparison based algorithms.mp4 5.69 MB
16 Basic Sorting Algorithms/126 Counting sort introduction.mp4 18.53 MB
16 Basic Sorting Algorithms/127 Radix sort introduction.mp4 20.15 MB
其他位置