zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeTutorials.Us] Udemy - algorithms-and-data-structures
magnet:?xt=urn:btih:f3845f4e06dfab887bf0fe01162b62e2dab0f77a&dn=[FreeTutorials.Us] Udemy - algorithms-and-data-structures
磁力链接详情
Hash值:
f3845f4e06dfab887bf0fe01162b62e2dab0f77a
点击数:
99
文件大小:
1.44 GB
文件数量:
115
创建日期:
2019-4-4 01:41
最后访问:
2024-11-2 23:59
访问标签:
FreeTutorials
Us
Udemy
-
algorithms-and-data-structures
文件列表详情
01 Introduction/001 Introduction.mp4 2.61 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 Arrays/005 Arrays introduction - basics.mp4 12.58 MB
02 Arrays/006 Arrays introduction - operations.mp4 12.21 MB
02 Arrays/007 Using arrays.mp4 17.76 MB
02 Arrays/008 ArraysLists in Java.mp4 18.26 MB
03 Linked Lists/009 Linked lists theory - basics.mp4 15.9 MB
03 Linked Lists/010 Linked list theory - operations.mp4 20.54 MB
03 Linked Lists/011 Linked list theory - doubly linked lists.mp4 3.76 MB
03 Linked Lists/012 Linked list theory - linked lists versus arrays.mp4 14.43 MB
03 Linked Lists/013 Linked list implementation I.mp4 9.32 MB
03 Linked Lists/014 Linked list implementation II.mp4 23.79 MB
03 Linked Lists/015 Linked list implementation III.mp4 16.04 MB
03 Linked Lists/016 Doubly linked list introduction.mp4 13.28 MB
03 Linked Lists/017 Linked lists in java_util.mp4 17.63 MB
04 Stacks & Queues/018 Stack introduction.mp4 8.43 MB
04 Stacks & Queues/019 Stacks in memory management ( stacks_ heaps ).mp4 16.16 MB
04 Stacks & Queues/020 Stacks and recursive method calls.mp4 15.58 MB
04 Stacks & Queues/021 Stack implementation with linked list I.mp4 14.2 MB
04 Stacks & Queues/022 Stack implementation with linked list II.mp4 6.93 MB
04 Stacks & Queues/023 Stack implementation with arrays.mp4 21.4 MB
04 Stacks & Queues/024 Dijkstra's interpreter introduction.mp4 2.8 MB
04 Stacks & Queues/025 Dijkstra's interpreter implementation.mp4 18.93 MB
04 Stacks & Queues/026 Java built in java_util_Stack.mp4 10.83 MB
04 Stacks & Queues/027 Queues introduction.mp4 10.94 MB
04 Stacks & Queues/028 Queue implementation with linked list.mp4 19.3 MB
04 Stacks & Queues/029 Java built in java_util_Queue.mp4 14.05 MB
05 Binary Search Trees/030 Binary search trees theory - basics.mp4 22.59 MB
05 Binary Search Trees/031 Binary search trees theory - search_ insert.mp4 9.38 MB
05 Binary Search Trees/032 Binary search trees theory - delete.mp4 12.95 MB
05 Binary Search Trees/033 Binary search trees theory - in-order traversal.mp4 9.37 MB
05 Binary Search Trees/034 Binary search trees theory - running times.mp4 4.52 MB
05 Binary Search Trees/035 Binary search trees implementation I - Node_ Tree.mp4 13.53 MB
05 Binary Search Trees/036 Binary search trees implementation II - insertion.mp4 20.76 MB
05 Binary Search Trees/037 Binary search tree implementation III - maximum_ minimum.mp4 15.38 MB
05 Binary Search Trees/038 Binary search tree implementation IV - traversal.mp4 11.97 MB
05 Binary Search Trees/039 Binary search tree implementation V - remove.mp4 20.59 MB
05 Binary Search Trees/040 Binary search tree implementation VI - remove II.mp4 12.19 MB
05 Binary Search Trees/041 Custom objects in a tree.mp4 13.23 MB
06 Balanced Trees_ AVL Trees/042 AVL trees introduction - motivation.mp4 8.96 MB
06 Balanced Trees_ AVL Trees/043 AVL trees introduction - basics.mp4 11.43 MB
06 Balanced Trees_ AVL Trees/044 AVL trees introduction - height.mp4 18.67 MB
06 Balanced Trees_ AVL Trees/045 AVL trees introduction - rotations cases.mp4 21.36 MB
06 Balanced Trees_ AVL Trees/046 AVL trees introduction - illustration.mp4 21.97 MB
06 Balanced Trees_ AVL Trees/047 AVL trees introduction - sorting.mp4 7.8 MB
06 Balanced Trees_ AVL Trees/048 AVL implementation - Node and Tree.mp4 6.53 MB
06 Balanced Trees_ AVL Trees/049 AVL implementation - balance and height parameters.mp4 9.02 MB
06 Balanced Trees_ AVL Trees/050 AVL implementation - implementing the rotations.mp4 16.85 MB
06 Balanced Trees_ AVL Trees/051 AVL implementation - insertion I.mp4 11.99 MB
06 Balanced Trees_ AVL Trees/052 AVL implementation - insertion II.mp4 19.86 MB
06 Balanced Trees_ AVL Trees/053 AVL implementation - testing.mp4 6.43 MB
06 Balanced Trees_ AVL Trees/054 AVL tree remove introduction.mp4 13.75 MB
06 Balanced Trees_ AVL Trees/055 AVL tree remove implementation I.mp4 21.68 MB
06 Balanced Trees_ AVL Trees/056 AVL tree generic implementation.mp4 8.24 MB
07 Balanced Trees_ Red-Black Trees/057 Red-black trees introduction - basics.mp4 22.77 MB
07 Balanced Trees_ Red-Black Trees/058 The logic behind red-black trees.mp4 11.37 MB
07 Balanced Trees_ Red-Black Trees/059 Red-black trees rotations- cases I.mp4 11.51 MB
07 Balanced Trees_ Red-Black Trees/060 Red-black trees rotations- cases II.mp4 9.91 MB
07 Balanced Trees_ Red-Black Trees/061 Red-black trees rotations- cases III.mp4 7.57 MB
07 Balanced Trees_ Red-Black Trees/062 Red-black trees rotations- cases IV.mp4 6.04 MB
07 Balanced Trees_ Red-Black Trees/063 Red-black trees introduction - example I.mp4 9.68 MB
07 Balanced Trees_ Red-Black Trees/064 Red-black trees introduction - example II.mp4 8.85 MB
07 Balanced Trees_ Red-Black Trees/065 Red-black tree versus AVL tree.mp4 7.28 MB
07 Balanced Trees_ Red-Black Trees/066 Red-black tree implementation I - Node class.mp4 8.76 MB
07 Balanced Trees_ Red-Black Trees/067 Red-black tree implementation II - traverse.mp4 4.02 MB
07 Balanced Trees_ Red-Black Trees/068 Red-black tree implementation III - insert.mp4 7.36 MB
07 Balanced Trees_ Red-Black Trees/069 Red-black tree implementation IV - rotate left _ right.mp4 12.52 MB
07 Balanced Trees_ Red-Black Trees/070 Red-black tree implementation V - fixing the violations.mp4 22.39 MB
07 Balanced Trees_ Red-Black Trees/071 Red-black tree implementation VI - fixing the violations.mp4 14.31 MB
07 Balanced Trees_ Red-Black Trees/072 Red-black tree implementation VII - testing.mp4 4.01 MB
08 Splay Trees/073 Splay tree introduction I - basics.mp4 27.3 MB
08 Splay Trees/074 Splay tree introduction II - example.mp4 7.89 MB
08 Splay Trees/075 Splay tree implementation I - find_ rotate.mp4 21.53 MB
08 Splay Trees/076 Splay tree implementation II - spalying.mp4 13.47 MB
08 Splay Trees/077 Splay tree implementation III - testing.mp4 7.52 MB
09 B-Trees/078 B-tree introduction - basics.mp4 28.81 MB
09 B-Trees/079 B-tree and external memory.mp4 9.33 MB
09 B-Trees/080 Disk access times.mp4 12.14 MB
09 B-Trees/081 B-tree introduction - search.mp4 5.47 MB
09 B-Trees/082 B-tree introduction - insertion.mp4 14.65 MB
09 B-Trees/083 B-tree introduction - deletion.mp4 11.52 MB
09 B-Trees/084 In-order traversal.mp4 8.23 MB
10 Binary Heaps/085 Priority queues introduction.mp4 18.3 MB
10 Binary Heaps/086 Heap introduction - basics.mp4 18.86 MB
10 Binary Heaps/087 Heap introduction - array representation.mp4 20.36 MB
10 Binary Heaps/088 Heap introduction - remove operation.mp4 10.75 MB
10 Binary Heaps/089 Heap introduction - heapsort.mp4 11.72 MB
10 Binary Heaps/090 Heap introduction - running times.mp4 11.1 MB
10 Binary Heaps/091 Other types of heaps_ binomial and Fibonacci heap.mp4 13.26 MB
10 Binary Heaps/092 Heap implementation - insertion.mp4 16.37 MB
10 Binary Heaps/093 Heap implementation - get the minimum_maximum.mp4 15.13 MB
10 Binary Heaps/094 Heap implementation - heapsort.mp4 6.79 MB
10 Binary Heaps/095 Heap implementation - testing.mp4 4.46 MB
10 Binary Heaps/096 Heaps in java_util_PriorityQueue.mp4 18.95 MB
11 Hashtables/097 Associative array ADT.mp4 5.58 MB
11 Hashtables/098 Hashtables introduction - basics.mp4 19.81 MB
11 Hashtables/099 Hashtables introduction - collisions.mp4 15.06 MB
11 Hashtables/100 Hashtables introduction - load factor & dynamic resizing.mp4 13.6 MB
11 Hashtables/102 Chaining method summary.mp4 8.66 MB
11 Hashtables/103 Chaining implementation I - put.mp4 19.09 MB
11 Hashtables/104 Chaining implementation II - get.mp4 9.39 MB
11 Hashtables/105 Chaining implementation III - testing.mp4 16.77 MB
11 Hashtables/107 Linear probing summary.mp4 8.46 MB
11 Hashtables/108 Linear probing implementation I - put.mp4 11.43 MB
11 Hashtables/109 Linear probing implementation II - get.mp4 6 MB
11 Hashtables/110 Linear probing implementation III - testing.mp4 9.86 MB
11 Hashtables/112 Generic linear probing implementation I - basics.mp4 13.26 MB
11 Hashtables/113 Generic linear probing implementation II - get.mp4 8.98 MB
11 Hashtables/114 Generic linear probing implementation III - put.mp4 11.12 MB
11 Hashtables/115 Generic linear probing implementation IV - remove.mp4 13.97 MB
11 Hashtables/116 Generic linear probing implementation V - resize.mp4 12.77 MB
11 Hashtables/117 Generic linear probing implementation VI - testing.mp4 6.52 MB
11 Hashtables/118 Generic linear probing implementation - hashCode.mp4 4.36 MB
11 Hashtables/119 Maps in Java Collections.mp4 12.53 MB
其他位置