Search Torrents

[FreeTutorials Us] Udemy - algorithms-and-data-st...


[FreeTutorials Us] Udemy - algorithms-and-data-structures Torrent content (File list)
01 Introduction/001 Introduction.mp4 2.6 MB
01 Introduction/001 Introduction-subtitle-en.vtt 1.5 KB
01 Introduction/002 Why to use data structures.mp4 8.3 MB
01 Introduction/002 Why to use data structures-subtitle-en.vtt 4.5 KB
01 Introduction/003 Data structures and abstract data types.mp4 8.5 MB
01 Introduction/003 Data structures and abstract data types-subtitle-en.vtt 4.5 KB
01 Introduction/004 Complexity theory.html 1.2 KB
01 Introduction/004 free-complexity-theory.zip 0.3 KB
02 Arrays/005 Arrays introduction - basics.mp4 12.6 MB
02 Arrays/005 Arrays introduction - basics-subtitle-en.vtt 6.3 KB
02 Arrays/006 Arrays introduction - operations.mp4 12.2 MB
02 Arrays/006 Arrays introduction - operations-subtitle-en.vtt 6.7 KB
02 Arrays/007 Using arrays.mp4 17.8 MB
02 Arrays/007 Using arrays-subtitle-en.vtt 10.3 KB
02 Arrays/008 ArraysLists in Java.mp4 18.3 MB
02 Arrays/008 ArraysLists in Java-subtitle-en.vtt 9.6 KB
03 Linked Lists/009 Linked lists theory - basics.mp4 15.9 MB
03 Linked Lists/009 Linked lists theory - basics-subtitle-en.vtt 7.9 KB
03 Linked Lists/010 Linked list theory - operations.mp4 20.5 MB
03 Linked Lists/010 Linked list theory - operations-subtitle-en.vtt 10.5 KB
03 Linked Lists/011 Linked list theory - doubly linked lists.mp4 3.8 MB
03 Linked Lists/011 Linked list theory - doubly linked lists-subtitle-en.vtt 1.8 KB
03 Linked Lists/012 Linked list theory - linked lists versus arrays.mp4 14.4 MB
03 Linked Lists/012 Linked list theory - linked lists versus arrays-subtitle-en.vtt 7.6 KB
03 Linked Lists/013 Linked list implementation I.mp4 9.3 MB
03 Linked Lists/013 Linked list implementation I-subtitle-en.vtt 5.1 KB
03 Linked Lists/014 Linked list implementation II.mp4 23.8 MB
03 Linked Lists/014 Linked list implementation II-subtitle-en.vtt 12.0 KB
03 Linked Lists/015 Linked list implementation III.mp4 16.0 MB
03 Linked Lists/015 Linked list implementation III-subtitle-en.vtt 7.6 KB
03 Linked Lists/016 Doubly linked list introduction.mp4 13.3 MB
03 Linked Lists/016 Doubly linked list introduction-subtitle-en.vtt 7.0 KB
03 Linked Lists/017 Linked lists in java_util.mp4 17.6 MB
03 Linked Lists/017 Linked lists in java_util-subtitle-en.vtt 8.7 KB
04 Stacks & Queues/018 Stack introduction.mp4 8.4 MB
04 Stacks & Queues/018 Stack introduction-subtitle-en.vtt 4.6 KB
04 Stacks & Queues/019 Stacks in memory management ( stacks_ heaps ).mp4 16.2 MB
04 Stacks & Queues/019 Stacks in memory management ( stacks_ heaps )-subtitle-en.vtt 8.3 KB
04 Stacks & Queues/020 Stacks and recursive method calls.mp4 15.6 MB
04 Stacks & Queues/020 Stacks and recursive method calls-subtitle-en.vtt 7.9 KB
04 Stacks & Queues/021 Stack implementation with linked list I.mp4 14.2 MB
04 Stacks & Queues/021 Stack implementation with linked list I-subtitle-en.vtt 7.6 KB
04 Stacks & Queues/022 Stack implementation with linked list II.mp4 6.9 MB
04 Stacks & Queues/022 Stack implementation with linked list II-subtitle-en.vtt 3.7 KB
04 Stacks & Queues/023 Stack implementation with arrays.mp4 21.4 MB
04 Stacks & Queues/023 Stack implementation with arrays-subtitle-en.vtt 11.2 KB
04 Stacks & Queues/024 Dijkstra's interpreter introduction.mp4 2.8 MB
04 Stacks & Queues/024 Dijkstra's interpreter introduction-subtitle-en.vtt 1.4 KB
04 Stacks & Queues/025 Dijkstra's interpreter implementation.mp4 18.9 MB
04 Stacks & Queues/025 Dijkstra's interpreter implementation-subtitle-en.vtt 8.5 KB
04 Stacks & Queues/026 Java built in java_util_Stack.mp4 10.8 MB
04 Stacks & Queues/026 Java built in java_util_Stack-subtitle-en.vtt 5.5 KB
04 Stacks & Queues/027 Queues introduction.mp4 10.9 MB
04 Stacks & Queues/027 Queues introduction-subtitle-en.vtt 5.9 KB
04 Stacks & Queues/028 Queue implementation with linked list.mp4 19.3 MB
04 Stacks & Queues/028 Queue implementation with linked list-subtitle-en.vtt 9.2 KB
04 Stacks & Queues/029 Java built in java_util_Queue.mp4 14.1 MB
04 Stacks & Queues/029 Java built in java_util_Queue-subtitle-en.vtt 6.7 KB
05 Binary Search Trees/030 Binary search trees theory - basics.mp4 22.6 MB
05 Binary Search Trees/030 Binary search trees theory - basics-subtitle-en.vtt 11.8 KB
05 Binary Search Trees/031 Binary search trees theory - search_ insert.mp4 9.4 MB
05 Binary Search Trees/031 Binary search trees theory - search_ insert-subtitle-en.vtt 5.2 KB
05 Binary Search Trees/032 Binary search trees theory - delete.mp4 13.0 MB
05 Binary Search Trees/032 Binary search trees theory - delete-subtitle-en.vtt 7.3 KB
05 Binary Search Trees/033 Binary search trees theory - in-order traversal.mp4 9.4 MB
05 Binary Search Trees/033 Binary search trees theory - in-order traversal-subtitle-en.vtt 4.7 KB
05 Binary Search Trees/034 Binary search trees theory - running times.mp4 4.5 MB
05 Binary Search Trees/034 Binary search trees theory - running times-subtitle-en.vtt 2.6 KB
05 Binary Search Trees/035 Binary search trees implementation I - Node_ Tree.mp4 13.5 MB
05 Binary Search Trees/035 Binary search trees implementation I - Node_ Tree-subtitle-en.vtt 7.7 KB
05 Binary Search Trees/036 Binary search trees implementation II - insertion.mp4 20.8 MB
05 Binary Search Trees/036 Binary search trees implementation II - insertion-subtitle-en.vtt 11.3 KB
05 Binary Search Trees/037 Binary search tree implementation III - maximum_ minimum.mp4 15.4 MB
05 Binary Search Trees/037 Binary search tree implementation III - maximum_ minimum-subtitle-en.vtt 7.8 KB
05 Binary Search Trees/038 Binary search tree implementation IV - traversal.mp4 12.0 MB
05 Binary Search Trees/038 Binary search tree implementation IV - traversal-subtitle-en.vtt 5.9 KB
05 Binary Search Trees/039 Binary search tree implementation V - remove.mp4 20.6 MB
05 Binary Search Trees/039 Binary search tree implementation V - remove-subtitle-en.vtt 10.0 KB
05 Binary Search Trees/040 Binary search tree implementation VI - remove II.mp4 12.2 MB
05 Binary Search Trees/040 Binary search tree implementation VI - remove II-subtitle-en.vtt 6.0 KB
05 Binary Search Trees/041 Custom objects in a tree.mp4 13.2 MB
05 Binary Search Trees/041 Custom objects in a tree-subtitle-en.vtt 6.5 KB
06 Balanced Trees_ AVL Trees/042 AVL trees introduction - motivation.mp4 9.0 MB
06 Balanced Trees_ AVL Trees/042 AVL trees introduction - motivation-subtitle-en.vtt 5.0 KB
06 Balanced Trees_ AVL Trees/043 AVL trees introduction - basics.mp4 11.4 MB
06 Balanced Trees_ AVL Trees/043 AVL trees introduction - basics-subtitle-en.vtt 6.4 KB
06 Balanced Trees_ AVL Trees/044 AVL trees introduction - height.mp4 18.7 MB
06 Balanced Trees_ AVL Trees/044 AVL trees introduction - height-subtitle-en.vtt 10.3 KB
06 Balanced Trees_ AVL Trees/045 AVL trees introduction - rotations cases.mp4 21.4 MB
06 Balanced Trees_ AVL Trees/045 AVL trees introduction - rotations cases-subtitle-en.vtt 11.8 KB
06 Balanced Trees_ AVL Trees/046 AVL trees introduction - illustration.mp4 22.0 MB
06 Balanced Trees_ AVL Trees/046 AVL trees introduction - illustration-subtitle-en.vtt 12.9 KB
06 Balanced Trees_ AVL Trees/047 AVL trees introduction - sorting.mp4 7.8 MB
06 Balanced Trees_ AVL Trees/047 AVL trees introduction - sorting-subtitle-en.vtt 4.1 KB
06 Balanced Trees_ AVL Trees/048 AVL implementation - Node and Tree.mp4 6.5 MB
06 Balanced Trees_ AVL Trees/048 AVL implementation - Node and Tree-subtitle-en.vtt 3.4 KB
06 Balanced Trees_ AVL Trees/049 AVL implementation - balance and height parameters.mp4 9.0 MB
06 Balanced Trees_ AVL Trees/049 AVL implementation - balance and height parameters-subtitle-en.vtt 5.0 KB
06 Balanced Trees_ AVL Trees/050 AVL implementation - implementing the rotations.mp4 16.9 MB
06 Balanced Trees_ AVL Trees/050 AVL implementation - implementing the rotations-subtitle-en.vtt 7.6 KB
06 Balanced Trees_ AVL Trees/051 AVL implementation - insertion I.mp4 12.0 MB
06 Balanced Trees_ AVL Trees/051 AVL implementation - insertion I-subtitle-en.vtt 6.4 KB
06 Balanced Trees_ AVL Trees/052 AVL implementation - insertion II.mp4 19.9 MB
06 Balanced Trees_ AVL Trees/052 AVL implementation - insertion II-subtitle-en.vtt 8.9 KB
06 Balanced Trees_ AVL Trees/053 AVL implementation - testing.mp4 6.4 MB
06 Balanced Trees_ AVL Trees/053 AVL implementation - testing-subtitle-en.vtt 3.2 KB
06 Balanced Trees_ AVL Trees/054 AVL tree remove introduction.mp4 13.7 MB
06 Balanced Trees_ AVL Trees/054 AVL tree remove introduction-subtitle-en.vtt 8.3 KB
06 Balanced Trees_ AVL Trees/055 AVL tree remove implementation I.mp4 21.7 MB
06 Balanced Trees_ AVL Trees/055 AVL tree remove implementation I-subtitle-en.vtt 9.7 KB
06 Balanced Trees_ AVL Trees/056 AVL tree generic implementation.mp4 8.2 MB
06 Balanced Trees_ AVL Trees/056 AVL tree generic implementation-subtitle-en.vtt 4.2 KB
07 Balanced Trees_ Red-Black Trees/057 Red-black trees introduction - basics.mp4 22.8 MB
07 Balanced Trees_ Red-Black Trees/057 Red-black trees introduction - basics-subtitle-en.vtt 12.6 KB
07 Balanced Trees_ Red-Black Trees/058 The logic behind red-black trees.mp4 11.4 MB
07 Balanced Trees_ Red-Black Trees/058 The logic behind red-black trees-subtitle-en.vtt 4.8 KB
07 Balanced Trees_ Red-Black Trees/059 Red-black trees rotations- cases I.mp4 11.5 MB
07 Balanced Trees_ Red-Black Trees/059 Red-black trees rotations- cases I-subtitle-en.vtt 5.7 KB
07 Balanced Trees_ Red-Black Trees/060 Red-black trees rotations- cases II.mp4 9.9 MB
07 Balanced Trees_ Red-Black Trees/060 Red-black trees rotations- cases II-subtitle-en.vtt 5.0 KB
07 Balanced Trees_ Red-Black Trees/061 Red-black trees rotations- cases III.mp4 7.6 MB
07 Balanced Trees_ Red-Black Trees/061 Red-black trees rotations- cases III-subtitle-en.vtt 3.8 KB
07 Balanced Trees_ Red-Black Trees/062 Red-black trees rotations- cases IV.mp4 6.0 MB
07 Balanced Trees_ Red-Black Trees/062 Red-black trees rotations- cases IV-subtitle-en.vtt 3.3 KB
07 Balanced Trees_ Red-Black Trees/063 Red-black trees introduction - example I.mp4 9.7 MB
07 Balanced Trees_ Red-Black Trees/063 Red-black trees introduction - example I-subtitle-en.vtt 5.8 KB
07 Balanced Trees_ Red-Black Trees/064 Red-black trees introduction - example II.mp4 8.8 MB
07 Balanced Trees_ Red-Black Trees/064 Red-black trees introduction - example II-subtitle-en.vtt 5.0 KB
07 Balanced Trees_ Red-Black Trees/065 Red-black tree versus AVL tree.mp4 7.3 MB
07 Balanced Trees_ Red-Black Trees/065 Red-black tree versus AVL tree-subtitle-en.vtt 3.9 KB
07 Balanced Trees_ Red-Black Trees/066 Red-black tree implementation I - Node class.mp4 8.8 MB
07 Balanced Trees_ Red-Black Trees/066 Red-black tree implementation I - Node class-subtitle-en.vtt 4.1 KB
07 Balanced Trees_ Red-Black Trees/067 Red-black tree implementation II - traverse.mp4 4.0 MB
07 Balanced Trees_ Red-Black Trees/067 Red-black tree implementation II - traverse-subtitle-en.vtt 2.2 KB
07 Balanced Trees_ Red-Black Trees/068 Red-black tree implementation III - insert.mp4 7.4 MB
07 Balanced Trees_ Red-Black Trees/068 Red-black tree implementation III - insert-subtitle-en.vtt 3.7 KB
07 Balanced Trees_ Red-Black Trees/069 Red-black tree implementation IV - rotate left _ right.mp4 12.5 MB
07 Balanced Trees_ Red-Black Trees/069 Red-black tree implementation IV - rotate left _ right-subtitle-en.vtt 5.4 KB
07 Balanced Trees_ Red-Black Trees/070 Red-black tree implementation V - fixing the violations.mp4 22.4 MB
07 Balanced Trees_ Red-Black Trees/070 Red-black tree implementation V - fixing the violations-subtitle-en.vtt 9.5 KB
07 Balanced Trees_ Red-Black Trees/071 Red-black tree implementation VI - fixing the violations.mp4 14.3 MB
07 Balanced Trees_ Red-Black Trees/071 Red-black tree implementation VI - fixing the violations-subtitle-en.vtt 6.3 KB
07 Balanced Trees_ Red-Black Trees/072 Red-black tree implementation VII - testing.mp4 4.0 MB
07 Balanced Trees_ Red-Black Trees/072 Red-black tree implementation VII - testing-subtitle-en.vtt 2.0 KB
08 Splay Trees/073 Splay tree introduction I - basics.mp4 27.3 MB
08 Splay Trees/073 Splay tree introduction I - basics-subtitle-en.vtt 14.8 KB
08 Splay Trees/074 Splay tree introduction II - example.mp4 7.9 MB
08 Splay Trees/074 Splay tree introduction II - example-subtitle-en.vtt 4.4 KB
08 Splay Trees/075 Splay tree implementation I - find_ rotate.mp4 21.5 MB
08 Splay Trees/075 Splay tree implementation I - find_ rotate-subtitle-en.vtt 11.1 KB
08 Splay Trees/076 Splay tree implementation II - spalying.mp4 13.5 MB
08 Splay Trees/076 Splay tree implementation II - spalying-subtitle-en.vtt 7.0 KB
08 Splay Trees/077 Splay tree implementation III - testing.mp4 7.5 MB
08 Splay Trees/077 Splay tree implementation III - testing-subtitle-en.vtt 3.9 KB
09 B-Trees/078 B-tree introduction - basics.mp4 28.8 MB
09 B-Trees/078 B-tree introduction - basics-subtitle-en.vtt 14.1 KB
09 B-Trees/079 B-tree and external memory.mp4 9.3 MB
09 B-Trees/079 B-tree and external memory-subtitle-en.vtt 4.5 KB
09 B-Trees/080 Disk access times.mp4 12.1 MB
09 B-Trees/080 Disk access times-subtitle-en.vtt 6.6 KB
09 B-Trees/081 B-tree introduction - search.mp4 5.5 MB
09 B-Trees/081 B-tree introduction - search-subtitle-en.vtt 3.2 KB
09 B-Trees/082 B-tree introduction - insertion.mp4 14.6 MB
09 B-Trees/082 B-tree introduction - insertion-subtitle-en.vtt 7.8 KB
09 B-Trees/083 B-tree introduction - deletion.mp4 11.5 MB
09 B-Trees/083 B-tree introduction - deletion-subtitle-en.vtt 5.9 KB
09 B-Trees/084 In-order traversal.mp4 8.2 MB
09 B-Trees/084 In-order traversal-subtitle-en.vtt 4.7 KB
10 Binary Heaps/085 Priority queues introduction.mp4 18.3 MB
10 Binary Heaps/085 Priority queues introduction-subtitle-en.vtt 9.5 KB
10 Binary Heaps/086 Heap introduction - basics.mp4 18.9 MB
10 Binary Heaps/086 Heap introduction - basics-subtitle-en.vtt 9.7 KB
10 Binary Heaps/087 Heap introduction - array representation.mp4 20.4 MB
10 Binary Heaps/087 Heap introduction - array representation-subtitle-en.vtt 11.0 KB
10 Binary Heaps/088 Heap introduction - remove operation.mp4 10.8 MB
10 Binary Heaps/088 Heap introduction - remove operation-subtitle-en.vtt 5.5 KB
10 Binary Heaps/089 Heap introduction - heapsort.mp4 11.7 MB
10 Binary Heaps/089 Heap introduction - heapsort-subtitle-en.vtt 6.2 KB
10 Binary Heaps/090 Heap introduction - running times.mp4 11.1 MB
10 Binary Heaps/090 Heap introduction - running times-subtitle-en.vtt 6.0 KB
10 Binary Heaps/091 Other types of heaps_ binomial and Fibonacci heap.mp4 13.3 MB
10 Binary Heaps/091 Other types of heaps_ binomial and Fibonacci heap-subtitle-en.vtt 3.4 KB
10 Binary Heaps/092 Heap implementation - insertion.mp4 16.4 MB
10 Binary Heaps/092 Heap implementation - insertion-subtitle-en.vtt 7.6 KB
10 Binary Heaps/093 Heap implementation - get the minimum_maximum.mp4 15.1 MB
10 Binary Heaps/093 Heap implementation - get the minimum_maximum-subtitle-en.vtt 6.5 KB
10 Binary Heaps/094 Heap implementation - heapsort.mp4 6.8 MB
10 Binary Heaps/094 Heap implementation - heapsort-subtitle-en.vtt 3.3 KB
10 Binary Heaps/095 Heap implementation - testing.mp4 4.5 MB
10 Binary Heaps/095 Heap implementation - testing-subtitle-en.vtt 2.2 KB
10 Binary Heaps/096 Heaps in java_util_PriorityQueue.mp4 18.9 MB
10 Binary Heaps/096 Heaps in java_util_PriorityQueue-subtitle-en.vtt 8.6 KB
11 Hashtables/097 Associative array ADT.mp4 5.6 MB
11 Hashtables/097 Associative array ADT-subtitle-en.vtt 3.0 KB
11 Hashtables/098 Hashtables introduction - basics.mp4 19.8 MB
11 Hashtables/098 Hashtables introduction - basics-subtitle-en.vtt 10.1 KB
11 Hashtables/099 Hashtables introduction - collisions.mp4 15.1 MB
11 Hashtables/099 Hashtables introduction - collisions-subtitle-en.vtt 8.0 KB
11 Hashtables/100 Hashtables introduction - load factor & dynamic resizing.mp4 13.6 MB
11 Hashtables/100 Hashtables introduction - load factor & dynamic resizing-subtitle-en.vtt 6.7 KB
11 Hashtables/101 --------------- Chaining -----------------.html 1.2 KB
11 Hashtables/102 Chaining method summary.mp4 8.7 MB
11 Hashtables/102 Chaining method summary-subtitle-en.vtt 4.7 KB
11 Hashtables/103 Chaining implementation I - put.mp4 19.1 MB
11 Hashtables/103 Chaining implementation I - put-subtitle-en.vtt 9.6 KB
11 Hashtables/104 Chaining implementation II - get.mp4 9.4 MB
11 Hashtables/104 Chaining implementation II - get-subtitle-en.vtt 5.0 KB
11 Hashtables/105 Chaining implementation III - testing.mp4 16.8 MB
11 Hashtables/105 Chaining implementation III - testing-subtitle-en.vtt 8.4 KB
11 Hashtables/106 ------------------------------ Linear Probing -------------------------.html 1.2 KB
11 Hashtables/107 Linear probing summary.mp4 8.5 MB
11 Hashtables/107 Linear probing summary-subtitle-en.vtt 4.8 KB
11 Hashtables/108 Linear probing implementation I - put.mp4 11.4 MB
11 Hashtables/108 Linear probing implementation I - put-subtitle-en.vtt 5.8 KB
11 Hashtables/109 Linear probing implementation II - get.mp4 6.0 MB
11 Hashtables/109 Linear probing implementation II - get-subtitle-en.vtt 3.3 KB
11 Hashtables/110 Linear probing implementation III - testing.mp4 9.9 MB
11 Hashtables/110 Linear probing implementation III - testing-subtitle-en.vtt 5.0 KB
11 Hashtables/111 --------------- Generic Linear Probing -----------------.html 1.2 KB
11 Hashtables/112 Generic linear probing implementation I - basics.mp4 13.3 MB
11 Hashtables/112 Generic linear probing implementation I - basics-subtitle-en.vtt 7.2 KB
11 Hashtables/113 Generic linear probing implementation II - get.mp4 9.0 MB
11 Hashtables/113 Generic linear probing implementation II - get-subtitle-en.vtt 4.9 KB
11 Hashtables/114 Generic linear probing implementation III - put.mp4 11.1 MB
11 Hashtables/114 Generic linear probing implementation III - put-subtitle-en.vtt 6.0 KB
11 Hashtables/115 Generic linear probing implementation IV - remove.mp4 14.0 MB
11 Hashtables/115 Generic linear probing implementation IV - remove-subtitle-en.vtt 6.8 KB
11 Hashtables/116 Generic linear probing implementation V - resize.mp4 12.8 MB
11 Hashtables/116 Generic linear probing implementation V - resize-subtitle-en.vtt 6.0 KB
11 Hashtables/117 Generic linear probing implementation VI - testing.mp4 6.5 MB
11 Hashtables/117 Generic linear probing implementation VI - testing-subtitle-en.vtt 2.4 KB
11 Hashtables/118 Generic linear probing implementation - hashCode.mp4 4.4 MB
11 Hashtables/118 Generic linear probing implementation - hashCode-subtitle-en.vtt 2.3 KB
11 Hashtables/119 Maps in Java Collections.mp4 12.5 MB
11 Hashtables/119 Maps in Java Collections-subtitle-en.vtt 6.2 KB
12 Source Code & Slides/120 JavaAlgoDataStructSlides.zip 11.0 MB
12 Source Code & Slides/120 Slides.html 1.1 KB
12 Source Code & Slides/121 Source code.html 1.2 KB
12 Source Code & Slides/121 sourcecode.zip 88.3 KB
12 Source Code & Slides/122 DISCOUNT FOR OTHER COURSES!.html 1.3 KB
12 Source Code & Slides/122 FINAL-COUPONS.txt 3.5 KB
[Discuss.FreeTutorials.us].url 0.2 KB
[FreeCoursesOnline.Us].url 0.1 KB
[FreeTutorials.Us].url 0.1 KB
Use VLC Player for Subtitles.url 0.1 KB



  • Torrent indexed: 7 years

  • Torrent updated: Friday 22nd of December 2017 02:38:51 AM
  • Torrent hash: F3845F4E06DFAB887BF0FE01162B62E2DAB0F77A

  • Torrent size: 1.5 GB

  • Torrent category: Movies




Comments



Report suspicious or fake torrent



Community - Add torrent to search results - Stats - DMCA - Removal Request - TOR - Contact
BTC: 13uHKcvKFUuJvkmX2XbDuxFHueDoqaeBSi