FileMood

Download [FreeTutorials.Us] Udemy - algorithms-and-data-structures

FreeTutorials Us Udemy algorithms and data structures

Name

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

 DOWNLOAD Copy Link

Total Size

1.6 GB

Total Files

245

Hash

F3845F4E06DFAB887BF0FE01162B62E2DAB0F77A

/01 Introduction/

001 Introduction.mp4

2.7 MB

001 Introduction-subtitle-en.vtt

1.5 KB

002 Why to use data structures.mp4

8.7 MB

002 Why to use data structures-subtitle-en.vtt

4.6 KB

003 Data structures and abstract data types.mp4

8.9 MB

003 Data structures and abstract data types-subtitle-en.vtt

4.6 KB

004 Complexity theory.html

1.3 KB

004 free-complexity-theory.zip

0.3 KB

/02 Arrays/

005 Arrays introduction - basics.mp4

13.2 MB

005 Arrays introduction - basics-subtitle-en.vtt

6.5 KB

006 Arrays introduction - operations.mp4

12.8 MB

006 Arrays introduction - operations-subtitle-en.vtt

6.8 KB

007 Using arrays.mp4

18.6 MB

007 Using arrays-subtitle-en.vtt

10.6 KB

008 ArraysLists in Java.mp4

19.1 MB

008 ArraysLists in Java-subtitle-en.vtt

9.9 KB

/03 Linked Lists/

009 Linked lists theory - basics.mp4

16.7 MB

009 Linked lists theory - basics-subtitle-en.vtt

8.1 KB

010 Linked list theory - operations.mp4

21.5 MB

010 Linked list theory - operations-subtitle-en.vtt

10.7 KB

011 Linked list theory - doubly linked lists.mp4

3.9 MB

011 Linked list theory - doubly linked lists-subtitle-en.vtt

1.9 KB

012 Linked list theory - linked lists versus arrays.mp4

15.1 MB

012 Linked list theory - linked lists versus arrays-subtitle-en.vtt

7.7 KB

013 Linked list implementation I.mp4

9.8 MB

013 Linked list implementation I-subtitle-en.vtt

5.3 KB

014 Linked list implementation II.mp4

24.9 MB

014 Linked list implementation II-subtitle-en.vtt

12.3 KB

015 Linked list implementation III.mp4

16.8 MB

015 Linked list implementation III-subtitle-en.vtt

7.8 KB

016 Doubly linked list introduction.mp4

13.9 MB

016 Doubly linked list introduction-subtitle-en.vtt

7.2 KB

017 Linked lists in java_util.mp4

18.5 MB

017 Linked lists in java_util-subtitle-en.vtt

8.9 KB

/04 Stacks & Queues/

018 Stack introduction.mp4

8.8 MB

018 Stack introduction-subtitle-en.vtt

4.7 KB

019 Stacks in memory management ( stacks_ heaps ).mp4

16.9 MB

019 Stacks in memory management ( stacks_ heaps )-subtitle-en.vtt

8.5 KB

020 Stacks and recursive method calls.mp4

16.3 MB

020 Stacks and recursive method calls-subtitle-en.vtt

8.1 KB

021 Stack implementation with linked list I.mp4

14.9 MB

021 Stack implementation with linked list I-subtitle-en.vtt

7.8 KB

022 Stack implementation with linked list II.mp4

7.3 MB

022 Stack implementation with linked list II-subtitle-en.vtt

3.8 KB

023 Stack implementation with arrays.mp4

22.4 MB

023 Stack implementation with arrays-subtitle-en.vtt

11.4 KB

024 Dijkstra's interpreter introduction.mp4

2.9 MB

024 Dijkstra's interpreter introduction-subtitle-en.vtt

1.5 KB

025 Dijkstra's interpreter implementation.mp4

19.9 MB

025 Dijkstra's interpreter implementation-subtitle-en.vtt

8.7 KB

026 Java built in java_util_Stack.mp4

11.4 MB

026 Java built in java_util_Stack-subtitle-en.vtt

5.6 KB

027 Queues introduction.mp4

11.5 MB

027 Queues introduction-subtitle-en.vtt

6.0 KB

028 Queue implementation with linked list.mp4

20.2 MB

028 Queue implementation with linked list-subtitle-en.vtt

9.4 KB

029 Java built in java_util_Queue.mp4

14.7 MB

029 Java built in java_util_Queue-subtitle-en.vtt

6.9 KB

/05 Binary Search Trees/

030 Binary search trees theory - basics.mp4

23.7 MB

030 Binary search trees theory - basics-subtitle-en.vtt

12.1 KB

031 Binary search trees theory - search_ insert.mp4

9.8 MB

031 Binary search trees theory - search_ insert-subtitle-en.vtt

5.4 KB

032 Binary search trees theory - delete.mp4

13.6 MB

032 Binary search trees theory - delete-subtitle-en.vtt

7.5 KB

033 Binary search trees theory - in-order traversal.mp4

9.8 MB

033 Binary search trees theory - in-order traversal-subtitle-en.vtt

4.8 KB

034 Binary search trees theory - running times.mp4

4.7 MB

034 Binary search trees theory - running times-subtitle-en.vtt

2.7 KB

035 Binary search trees implementation I - Node_ Tree.mp4

14.2 MB

035 Binary search trees implementation I - Node_ Tree-subtitle-en.vtt

7.9 KB

036 Binary search trees implementation II - insertion.mp4

21.8 MB

036 Binary search trees implementation II - insertion-subtitle-en.vtt

11.6 KB

037 Binary search tree implementation III - maximum_ minimum.mp4

16.1 MB

037 Binary search tree implementation III - maximum_ minimum-subtitle-en.vtt

7.9 KB

038 Binary search tree implementation IV - traversal.mp4

12.6 MB

038 Binary search tree implementation IV - traversal-subtitle-en.vtt

6.0 KB

039 Binary search tree implementation V - remove.mp4

21.6 MB

039 Binary search tree implementation V - remove-subtitle-en.vtt

10.3 KB

040 Binary search tree implementation VI - remove II.mp4

12.8 MB

040 Binary search tree implementation VI - remove II-subtitle-en.vtt

6.2 KB

041 Custom objects in a tree.mp4

13.9 MB

041 Custom objects in a tree-subtitle-en.vtt

6.6 KB

/06 Balanced Trees_ AVL Trees/

042 AVL trees introduction - motivation.mp4

9.4 MB

042 AVL trees introduction - motivation-subtitle-en.vtt

5.1 KB

043 AVL trees introduction - basics.mp4

12.0 MB

043 AVL trees introduction - basics-subtitle-en.vtt

6.6 KB

044 AVL trees introduction - height.mp4

19.6 MB

044 AVL trees introduction - height-subtitle-en.vtt

10.5 KB

045 AVL trees introduction - rotations cases.mp4

22.4 MB

045 AVL trees introduction - rotations cases-subtitle-en.vtt

12.1 KB

046 AVL trees introduction - illustration.mp4

23.0 MB

046 AVL trees introduction - illustration-subtitle-en.vtt

13.2 KB

047 AVL trees introduction - sorting.mp4

8.2 MB

047 AVL trees introduction - sorting-subtitle-en.vtt

4.2 KB

048 AVL implementation - Node and Tree.mp4

6.8 MB

048 AVL implementation - Node and Tree-subtitle-en.vtt

3.5 KB

049 AVL implementation - balance and height parameters.mp4

9.5 MB

049 AVL implementation - balance and height parameters-subtitle-en.vtt

5.1 KB

050 AVL implementation - implementing the rotations.mp4

17.7 MB

050 AVL implementation - implementing the rotations-subtitle-en.vtt

7.8 KB

051 AVL implementation - insertion I.mp4

12.6 MB

051 AVL implementation - insertion I-subtitle-en.vtt

6.5 KB

052 AVL implementation - insertion II.mp4

20.8 MB

052 AVL implementation - insertion II-subtitle-en.vtt

9.1 KB

053 AVL implementation - testing.mp4

6.7 MB

053 AVL implementation - testing-subtitle-en.vtt

3.3 KB

054 AVL tree remove introduction.mp4

14.4 MB

054 AVL tree remove introduction-subtitle-en.vtt

8.5 KB

055 AVL tree remove implementation I.mp4

22.7 MB

055 AVL tree remove implementation I-subtitle-en.vtt

10.0 KB

056 AVL tree generic implementation.mp4

8.6 MB

056 AVL tree generic implementation-subtitle-en.vtt

4.3 KB

/07 Balanced Trees_ Red-Black Trees/

057 Red-black trees introduction - basics.mp4

23.9 MB

057 Red-black trees introduction - basics-subtitle-en.vtt

12.9 KB

058 The logic behind red-black trees.mp4

11.9 MB

058 The logic behind red-black trees-subtitle-en.vtt

4.9 KB

059 Red-black trees rotations- cases I.mp4

12.1 MB

059 Red-black trees rotations- cases I-subtitle-en.vtt

5.9 KB

060 Red-black trees rotations- cases II.mp4

10.4 MB

060 Red-black trees rotations- cases II-subtitle-en.vtt

5.1 KB

061 Red-black trees rotations- cases III.mp4

7.9 MB

061 Red-black trees rotations- cases III-subtitle-en.vtt

3.9 KB

062 Red-black trees rotations- cases IV.mp4

6.3 MB

062 Red-black trees rotations- cases IV-subtitle-en.vtt

3.4 KB

063 Red-black trees introduction - example I.mp4

10.1 MB

063 Red-black trees introduction - example I-subtitle-en.vtt

5.9 KB

064 Red-black trees introduction - example II.mp4

9.3 MB

064 Red-black trees introduction - example II-subtitle-en.vtt

5.1 KB

065 Red-black tree versus AVL tree.mp4

7.6 MB

065 Red-black tree versus AVL tree-subtitle-en.vtt

4.0 KB

066 Red-black tree implementation I - Node class.mp4

9.2 MB

066 Red-black tree implementation I - Node class-subtitle-en.vtt

4.2 KB

067 Red-black tree implementation II - traverse.mp4

4.2 MB

067 Red-black tree implementation II - traverse-subtitle-en.vtt

2.3 KB

068 Red-black tree implementation III - insert.mp4

7.7 MB

068 Red-black tree implementation III - insert-subtitle-en.vtt

3.8 KB

069 Red-black tree implementation IV - rotate left _ right.mp4

13.1 MB

069 Red-black tree implementation IV - rotate left _ right-subtitle-en.vtt

5.5 KB

070 Red-black tree implementation V - fixing the violations.mp4

23.5 MB

070 Red-black tree implementation V - fixing the violations-subtitle-en.vtt

9.8 KB

071 Red-black tree implementation VI - fixing the violations.mp4

15.0 MB

071 Red-black tree implementation VI - fixing the violations-subtitle-en.vtt

6.5 KB

072 Red-black tree implementation VII - testing.mp4

4.2 MB

072 Red-black tree implementation VII - testing-subtitle-en.vtt

2.1 KB

/08 Splay Trees/

073 Splay tree introduction I - basics.mp4

28.6 MB

073 Splay tree introduction I - basics-subtitle-en.vtt

15.1 KB

074 Splay tree introduction II - example.mp4

8.3 MB

074 Splay tree introduction II - example-subtitle-en.vtt

4.5 KB

075 Splay tree implementation I - find_ rotate.mp4

22.6 MB

075 Splay tree implementation I - find_ rotate-subtitle-en.vtt

11.4 KB

076 Splay tree implementation II - spalying.mp4

14.1 MB

076 Splay tree implementation II - spalying-subtitle-en.vtt

7.2 KB

077 Splay tree implementation III - testing.mp4

7.9 MB

077 Splay tree implementation III - testing-subtitle-en.vtt

4.0 KB

/09 B-Trees/

078 B-tree introduction - basics.mp4

30.2 MB

078 B-tree introduction - basics-subtitle-en.vtt

14.4 KB

079 B-tree and external memory.mp4

9.8 MB

079 B-tree and external memory-subtitle-en.vtt

4.6 KB

080 Disk access times.mp4

12.7 MB

080 Disk access times-subtitle-en.vtt

6.8 KB

081 B-tree introduction - search.mp4

5.7 MB

081 B-tree introduction - search-subtitle-en.vtt

3.3 KB

082 B-tree introduction - insertion.mp4

15.4 MB

082 B-tree introduction - insertion-subtitle-en.vtt

8.0 KB

083 B-tree introduction - deletion.mp4

12.1 MB

083 B-tree introduction - deletion-subtitle-en.vtt

6.0 KB

084 In-order traversal.mp4

8.6 MB

084 In-order traversal-subtitle-en.vtt

4.8 KB

/10 Binary Heaps/

085 Priority queues introduction.mp4

19.2 MB

085 Priority queues introduction-subtitle-en.vtt

9.7 KB

086 Heap introduction - basics.mp4

19.8 MB

086 Heap introduction - basics-subtitle-en.vtt

10.0 KB

087 Heap introduction - array representation.mp4

21.3 MB

087 Heap introduction - array representation-subtitle-en.vtt

11.3 KB

088 Heap introduction - remove operation.mp4

11.3 MB

088 Heap introduction - remove operation-subtitle-en.vtt

5.6 KB

089 Heap introduction - heapsort.mp4

12.3 MB

089 Heap introduction - heapsort-subtitle-en.vtt

6.4 KB

090 Heap introduction - running times.mp4

11.6 MB

090 Heap introduction - running times-subtitle-en.vtt

6.1 KB

091 Other types of heaps_ binomial and Fibonacci heap.mp4

13.9 MB

091 Other types of heaps_ binomial and Fibonacci heap-subtitle-en.vtt

3.5 KB

092 Heap implementation - insertion.mp4

17.2 MB

092 Heap implementation - insertion-subtitle-en.vtt

7.8 KB

093 Heap implementation - get the minimum_maximum.mp4

15.9 MB

093 Heap implementation - get the minimum_maximum-subtitle-en.vtt

6.6 KB

094 Heap implementation - heapsort.mp4

7.1 MB

094 Heap implementation - heapsort-subtitle-en.vtt

3.4 KB

095 Heap implementation - testing.mp4

4.7 MB

095 Heap implementation - testing-subtitle-en.vtt

2.2 KB

096 Heaps in java_util_PriorityQueue.mp4

19.9 MB

096 Heaps in java_util_PriorityQueue-subtitle-en.vtt

8.8 KB

/11 Hashtables/

097 Associative array ADT.mp4

5.9 MB

097 Associative array ADT-subtitle-en.vtt

3.1 KB

098 Hashtables introduction - basics.mp4

20.8 MB

098 Hashtables introduction - basics-subtitle-en.vtt

10.4 KB

099 Hashtables introduction - collisions.mp4

15.8 MB

099 Hashtables introduction - collisions-subtitle-en.vtt

8.2 KB

100 Hashtables introduction - load factor & dynamic resizing.mp4

14.3 MB

100 Hashtables introduction - load factor & dynamic resizing-subtitle-en.vtt

6.8 KB

101 --------------- Chaining -----------------.html

1.2 KB

102 Chaining method summary.mp4

9.1 MB

102 Chaining method summary-subtitle-en.vtt

4.8 KB

103 Chaining implementation I - put.mp4

20.0 MB

103 Chaining implementation I - put-subtitle-en.vtt

9.8 KB

104 Chaining implementation II - get.mp4

9.9 MB

104 Chaining implementation II - get-subtitle-en.vtt

5.1 KB

105 Chaining implementation III - testing.mp4

17.6 MB

105 Chaining implementation III - testing-subtitle-en.vtt

8.6 KB

106 ------------------------------ Linear Probing -------------------------.html

1.2 KB

107 Linear probing summary.mp4

8.9 MB

107 Linear probing summary-subtitle-en.vtt

4.9 KB

108 Linear probing implementation I - put.mp4

12.0 MB

108 Linear probing implementation I - put-subtitle-en.vtt

5.9 KB

109 Linear probing implementation II - get.mp4

6.3 MB

109 Linear probing implementation II - get-subtitle-en.vtt

3.4 KB

110 Linear probing implementation III - testing.mp4

10.3 MB

110 Linear probing implementation III - testing-subtitle-en.vtt

5.1 KB

111 --------------- Generic Linear Probing -----------------.html

1.3 KB

112 Generic linear probing implementation I - basics.mp4

13.9 MB

112 Generic linear probing implementation I - basics-subtitle-en.vtt

7.4 KB

113 Generic linear probing implementation II - get.mp4

9.4 MB

113 Generic linear probing implementation II - get-subtitle-en.vtt

5.0 KB

114 Generic linear probing implementation III - put.mp4

11.7 MB

114 Generic linear probing implementation III - put-subtitle-en.vtt

6.1 KB

115 Generic linear probing implementation IV - remove.mp4

14.6 MB

115 Generic linear probing implementation IV - remove-subtitle-en.vtt

7.0 KB

116 Generic linear probing implementation V - resize.mp4

13.4 MB

116 Generic linear probing implementation V - resize-subtitle-en.vtt

6.1 KB

117 Generic linear probing implementation VI - testing.mp4

6.8 MB

117 Generic linear probing implementation VI - testing-subtitle-en.vtt

2.5 KB

118 Generic linear probing implementation - hashCode.mp4

4.6 MB

118 Generic linear probing implementation - hashCode-subtitle-en.vtt

2.4 KB

119 Maps in Java Collections.mp4

13.1 MB

119 Maps in Java Collections-subtitle-en.vtt

6.3 KB

/12 Source Code & Slides/

120 JavaAlgoDataStructSlides.zip

11.5 MB

120 Slides.html

1.2 KB

121 Source code.html

1.2 KB

121 sourcecode.zip

90.4 KB

122 DISCOUNT FOR OTHER COURSES!.html

1.3 KB

122 FINAL-COUPONS.txt

3.6 KB

/

[Discuss.FreeTutorials.us].url

0.3 KB

[FreeCoursesOnline.Us].url

0.1 KB

[FreeTutorials.Us].url

0.1 KB

Use VLC Player for Subtitles.url

0.1 KB

 

Total files 245


Copyright © 2024 FileMood.com