FileMood

Download [Tutorialsplanet.NET] Udemy - Data Structures and Algorithms - The Complete Masterclass

Tutorialsplanet NET Udemy Data Structures and Algorithms The Complete Masterclass

Name

[Tutorialsplanet.NET] Udemy - Data Structures and Algorithms - The Complete Masterclass

 DOWNLOAD Copy Link

Total Size

3.0 GB

Total Files

202

Hash

E6772A6703767BADCC580F855C8D041E0BEE87BC

/01 Getting Started/

001 Course Introduction.en.srt

9.2 KB

001 Course Introduction.mp4

27.7 MB

002 Why Should Learn Data Structures.en.srt

2.8 KB

002 Why Should Learn Data Structures.mp4

7.3 MB

/02 Start Your Journey with Data Structures and Algorithms/

003 Introduction to Data Structures.en.srt

6.2 KB

003 Introduction to Data Structures.mp4

70.0 MB

004 Introduction to Algorithms.en.srt

5.8 KB

004 Introduction to Algorithms.mp4

58.9 MB

005 Visualizing Algorithm.en.srt

11.0 KB

005 Visualizing Algorithm.mp4

53.6 MB

005 Visualizing-Algorithm-Code.pdf

24.6 KB

006 Why algorithm execution time is different for every time.html

1.6 KB

007 Why are Algorithms so important.en.srt

3.5 KB

007 Why are Algorithms so important.mp4

18.2 MB

008 Understanding the Complexity of Algorithms.en.srt

4.8 KB

008 Understanding the Complexity of Algorithms.mp4

21.4 MB

009 Analysis of Algorithms.en.srt

3.8 KB

009 Analysis of Algorithms.mp4

35.2 MB

010 Big O - Your Real Concern.en.srt

4.8 KB

010 Big O - Your Real Concern.mp4

43.0 MB

010 Big-O-Sheet.pdf

82.5 KB

011 Logarithms.en.srt

2.9 KB

011 Logarithms.mp4

14.0 MB

012 Complexity Levels.en.srt

6.8 KB

012 Complexity Levels.mp4

28.5 MB

013 Introduction wrap-up.en.srt

1.7 KB

013 Introduction wrap-up.mp4

12.5 MB

/03 Most Important Data Structures You must Understand/

014 Introduction.en.srt

2.0 KB

014 Introduction.mp4

3.0 MB

015 1D Array.en.srt

8.4 KB

015 1D Array.mp4

18.9 MB

016 Note.html

1.9 KB

017 1D Array Implementation.en.srt

15.2 KB

017 1D Array Implementation.mp4

95.2 MB

017 Array-Implementation.pdf

37.4 KB

018 Why Array Index Start from 0.en.srt

3.9 KB

018 Why Array Index Start from 0.mp4

12.0 MB

019 2D Array.en.srt

4.3 KB

019 2D Array.mp4

16.3 MB

020 Linked List.en.srt

6.3 KB

020 Linked List.mp4

22.8 MB

021 Singly Linked List.en.srt

7.9 KB

021 Singly Linked List.mp4

26.8 MB

022 Doubly Linked List Video.en.srt

4.7 KB

022 Doubly Linked List Video.mp4

12.8 MB

023 Memory Efficient DLL.en.srt

5.5 KB

023 Memory Efficient DLL.mp4

16.0 MB

024 Circular Linked List.en.srt

1.7 KB

024 Circular Linked List.mp4

5.7 MB

025 Linked List Implementation.en.srt

20.8 KB

025 Linked List Implementation.mp4

148.9 MB

025 Linked-List-Implementation.pdf

21.7 KB

025 Node-Structure.pdf

16.5 KB

026 HW Linked List.en.srt

3.7 KB

026 HW Linked List.mp4

20.0 MB

027 Linked List Vs Array.en.srt

2.5 KB

027 Linked List Vs Array.mp4

4.9 MB

028 Hash Table.en.srt

6.0 KB

028 Hash Table.mp4

21.4 MB

029 ASCII-Codes.pdf

48.3 KB

029 Hashing Algorithm.en.srt

6.1 KB

029 Hashing Algorithm.mp4

30.0 MB

030 Handling Collisions.en.srt

8.2 KB

030 Handling Collisions.mp4

24.8 MB

031 Unit 2 Wrap-Up.en.srt

7.2 KB

031 Unit 2 Wrap-Up.mp4

10.3 MB

/04 Stack And Queues are Fun - See How/

032 Introduction to Stack Data Structures.en.srt

5.8 KB

032 Introduction to Stack Data Structures.mp4

21.5 MB

033 Stack Operations.en.srt

5.2 KB

033 Stack Operations.mp4

14.4 MB

034 Applications of Stack.en.srt

2.6 KB

034 Applications of Stack.mp4

23.0 MB

035 Stack Implementation using Linked List.en.srt

12.2 KB

035 Stack Implementation using Linked List.mp4

100.7 MB

035 Stack-Implementation-using-Linked-List.pdf

33.2 KB

036 Stack Implementation using array.en.srt

6.5 KB

036 Stack Implementation using array.mp4

39.1 MB

036 Stack-Implementaion-using-Array.pdf

52.4 KB

037 Queue Data Structures.en.srt

5.6 KB

037 Queue Data Structures.mp4

12.4 MB

038 Queue Operations.en.srt

5.1 KB

038 Queue Operations.mp4

12.9 MB

039 Applications Queue.en.srt

1.9 KB

039 Applications Queue.mp4

3.1 MB

040 Queue Implementation using Linked List.en.srt

12.7 KB

040 Queue Implementation using Linked List.mp4

96.9 MB

040 Queue-Implementation-using-Linked-List.pdf

21.0 KB

041 Queue Implementation using Array.en.srt

6.9 KB

041 Queue Implementation using Array.mp4

47.6 MB

041 Queue-Implementaion-using-Array.pdf

54.6 KB

042 Priority Queue.en.srt

3.8 KB

042 Priority Queue.mp4

11.8 MB

043 Unit 3 Wrap-Up.en.srt

3.5 KB

043 Unit 3 Wrap-Up.mp4

16.0 MB

/05 Tree Theory - Getting Ready to Advanced Data Structures/

044 Introduction to Tree Data Structure.en.srt

3.3 KB

044 Introduction to Tree Data Structure.mp4

10.9 MB

045 Binary Tree.en.srt

6.2 KB

045 Binary Tree.mp4

26.7 MB

046 Binary Search Tree.en.srt

5.7 KB

046 Binary Search Tree.mp4

14.6 MB

047 How to handle duplicates in Binary Search Tree.html

1.8 KB

048 BST Search Implementation.en.srt

12.1 KB

048 BST Search Implementation.mp4

52.1 MB

049 BST Insert Implementation.en.srt

18.6 KB

049 BST Insert Implementation.mp4

117.2 MB

050 BST Deletion Implementation.en.srt

7.3 KB

050 BST Deletion Implementation.mp4

47.8 MB

050 BST-Implementation.pdf

30.2 KB

050 Node-Structure.pdf

15.7 KB

051 Tree Traversals.en.srt

4.4 KB

051 Tree Traversals.mp4

15.1 MB

052 Breadth First Search.en.srt

2.4 KB

052 Breadth First Search.mp4

6.9 MB

053 Breadth First Search Implementation.en.srt

9.5 KB

053 Breadth First Search Implementation.mp4

72.1 MB

053 Breadth-First-Search-Implementaion.pdf

41.8 KB

054 Depth First Search.en.srt

3.7 KB

054 Depth First Search.mp4

10.1 MB

055 Depth First Search Pre-Order.en.srt

2.7 KB

055 Depth First Search Pre-Order.mp4

7.9 MB

056 Depth First Search In-Order.en.srt

2.7 KB

056 Depth First Search In-Order.mp4

8.2 MB

057 Depth First Search Post-Order.en.srt

2.2 KB

057 Depth First Search Post-Order.mp4

6.8 MB

058 Depth First Search Implementation.en.srt

8.5 KB

058 Depth First Search Implementation.mp4

65.8 MB

058 Depth-First-Search-Implementation.pdf

29.2 KB

059 Unit Wrap-Up.en.srt

2.4 KB

059 Unit Wrap-Up.mp4

4.4 MB

/06 Graph Theory - Its Amazing - See Why/

060 Introduction to Graph.en.srt

3.2 KB

060 Introduction to Graph.mp4

10.2 MB

061 Types of Graph.en.srt

6.6 KB

061 Types of Graph.mp4

22.4 MB

062 Uses of Graph.en.srt

5.6 KB

062 Uses of Graph.mp4

33.6 MB

063 Graph Representations.en.srt

10.2 KB

063 Graph Representations.mp4

53.3 MB

064 Compare Matrix Vs List Representation.en.srt

3.5 KB

064 Compare Matrix Vs List Representation.mp4

12.5 MB

065 Graph Implementation.en.srt

10.0 KB

065 Graph Implementation.mp4

88.0 MB

065 Graph-Implementaion.pdf

20.0 KB

066 Graph Traversal.en.srt

12.8 KB

066 Graph Traversal.mp4

50.5 MB

067 Graph Traversal Implementation.en.srt

16.9 KB

067 Graph Traversal Implementation.mp4

137.5 MB

067 Graph-Traversals-Implementaion.pdf

22.9 KB

068 Unit Wrap-Up.en.srt

2.8 KB

068 Unit Wrap-Up.mp4

5.0 MB

069 Your Review Make My Day.html

1.4 KB

/07 The 2 most popular Shortest Path Algorithms/

070 Introduction.en.srt

3.3 KB

070 Introduction.mp4

6.4 MB

071 Dijkstras Algorithm.en.srt

15.3 KB

071 Dijkstras Algorithm.mp4

79.2 MB

072 A Algorithm.en.srt

10.8 KB

072 A Algorithm.mp4

53.0 MB

/08 Searching Algorithms - Searching is always Fun/

073 Linear Search Algorithm.en.srt

5.0 KB

073 Linear Search Algorithm.mp4

17.9 MB

074 Linear Search Implementation.en.srt

6.7 KB

074 Linear Search Implementation.mp4

35.3 MB

074 Linear-Search-Implmentation.pdf

17.7 KB

075 Binary Search Algorithm.en.srt

13.2 KB

075 Binary Search Algorithm.mp4

44.3 MB

076 Binary Search Implementation.en.srt

10.1 KB

076 Binary Search Implementation.mp4

50.1 MB

076 Binary-Search-Implementation.pdf

18.4 KB

/09 Sorting Algorithms - Choose Right Algorithm for Right Place/

077 Introduction.en.srt

2.9 KB

077 Introduction.mp4

3.9 MB

078 Bubble Sort.en.srt

8.8 KB

078 Bubble Sort.mp4

24.2 MB

079 Bubble Sort Implementation.en.srt

13.4 KB

079 Bubble Sort Implementation.mp4

66.1 MB

079 Bubble-Sort-Implementation.pdf

18.9 KB

080 Selection Sort.en.srt

5.9 KB

080 Selection Sort.mp4

14.2 MB

081 Selection Sort Implementation.en.srt

15.8 KB

081 Selection Sort Implementation.mp4

76.5 MB

081 Selection-Sort-Implementation.pdf

18.7 KB

082 Insertion Sort.en.srt

8.9 KB

082 Insertion Sort.mp4

23.3 MB

083 Insertion Sort Implementation.en.srt

8.3 KB

083 Insertion Sort Implementation.mp4

45.1 MB

083 Insertion-Sort-Implementation.pdf

18.9 KB

084 Merge Sort.en.srt

7.8 KB

084 Merge Sort.mp4

34.3 MB

085 Merge Sort Implementation.en.srt

10.9 KB

085 Merge Sort Implementation.mp4

72.6 MB

085 Merge-Sort-Implementation.pdf

21.3 KB

086 Quick Sort.en.srt

8.7 KB

086 Quick Sort.mp4

26.8 MB

087 Quick Sort Implementation.en.srt

8.7 KB

087 Quick Sort Implementation.mp4

54.8 MB

087 Quick-Sort-Implementation.pdf

20.0 KB

088 Heap Sort.en.srt

18.1 KB

088 Heap Sort.mp4

60.5 MB

089 Heap Sort Implementation.en.srt

9.5 KB

089 Heap Sort Implementation.mp4

54.3 MB

089 Heap-Sort-Implementation.pdf

21.0 KB

/10 Conclusion/

090 Thank You.en.srt

5.3 KB

090 Thank You.mp4

32.7 MB

091 Thats all for now.html

1.0 KB

/

[Tutorialsplanet.NET].url

0.1 KB

 

Total files 202


Copyright © 2024 FileMood.com