17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Dealing With Data Structures
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
A milestone for mastering Data Structures and Algorithms.
Helps to build confidence in facing technical interview questions in product companies.
Helps to understand the inner working of Data structures - foundation skill for any software engineer.
Become a confident programmer - Understand the data structure concepts and know which data structure to be used in real time scenarios.
To build a successful career in software industry - Regular practise with DSA will help to gain momentum in overall software engineer journey.
To be a good team player when starting you career
And much, much more.
Requirements
Be aware of any of the programming language.
Knowing Java is a plus.
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01 - Introduction/001 Introduction to the course.mp4
28 MB
~Get Your Files Here !/01 - Introduction/001 Introduction to the course_en.srt
1.6 KB
~Get Your Files Here !/01 - Introduction/002 What is covered in the course_.mp4
22.2 MB
~Get Your Files Here !/01 - Introduction/002 What is covered in the course__en.srt
1.3 KB
~Get Your Files Here !/01 - Introduction/003 Who and Why you should watch this course_.mp4
22.5 MB
~Get Your Files Here !/01 - Introduction/003 Who and Why you should watch this course__en.srt
1.4 KB
~Get Your Files Here !/01 - Introduction/004 A part of the course for preview.mp4
73.4 MB
~Get Your Files Here !/01 - Introduction/004 A part of the course for preview_en.srt
10.8 KB
~Get Your Files Here !/02 - Introduction to Data Structures/001 Introductory Content.mp4
12.2 MB
~Get Your Files Here !/02 - Introduction to Data Structures/001 Introductory Content_en.srt
1 KB
~Get Your Files Here !/02 - Introduction to Data Structures/002 A session on data and Memory.mp4
174.1 MB
~Get Your Files Here !/02 - Introduction to Data Structures/002 A session on data and Memory_en.srt
14.9 KB
~Get Your Files Here !/03 - Arrays/001 Arrays.mp4
121.8 MB
~Get Your Files Here !/03 - Arrays/001 Arrays_en.srt
16 KB
~Get Your Files Here !/03 - Arrays/38787008-AssignArrayValues.java
345 B
~Get Your Files Here !/03 - Arrays/38787030-FindIndex.java
595 B
~Get Your Files Here !/03 - Arrays/38787038-SearchNumber.java
605 B
~Get Your Files Here !/03 - Arrays/38787044-ArrayReversal.java
476 B
~Get Your Files Here !/04 - Linkedlists/001 LinkedList.mp4
204.3 MB
~Get Your Files Here !/04 - Linkedlists/001 LinkedList_en.srt
30.6 KB
~Get Your Files Here !/04 - Linkedlists/38769336-LinkedListTest.java
1.3 KB
~Get Your Files Here !/05 - Stack/001 Stack.mp4
69.2 MB
~Get Your Files Here !/05 - Stack/001 Stack_en.srt
13.5 KB
~Get Your Files Here !/05 - Stack/002 Implementation of Stack using Array as well as LinkedList.mp4
66.7 MB
~Get Your Files Here !/05 - Stack/002 Implementation of Stack using Array as well as LinkedList_en.srt
11.5 KB
~Get Your Files Here !/05 - Stack/38784002-BalancedParenthesis.java
1.4 KB
~Get Your Files Here !/05 - Stack/38784024-StackUsingArray.java
1.9 KB
~Get Your Files Here !/05 - Stack/38784026-StackUsingLinkedList.java
1.6 KB
~Get Your Files Here !/06 - Queue/001 What is Queue_.mp4
47.3 MB
~Get Your Files Here !/06 - Queue/001 What is Queue__en.srt
14.9 KB
~Get Your Files Here !/06 - Queue/002 Queue implementation using Array.mp4
50 MB
~Get Your Files Here !/06 - Queue/002 Queue implementation using Array_en.srt
9.5 KB
~Get Your Files Here !/06 - Queue/003 Queue implementation using LinkedList.mp4
62.7 MB
~Get Your Files Here !/06 - Queue/003 Queue implementation using LinkedList_en.srt
11.7 KB
~Get Your Files Here !/06 - Queue/004 Applications of Queue.mp4
7 MB
~Get Your Files Here !/06 - Queue/004 Applications of Queue_en.srt
2.3 KB
~Get Your Files Here !/06 - Queue/38784038-QueueUsingArray.java
2.6 KB
~Get Your Files Here !/06 - Queue/38784042-QueueUsingLinkedList.java
1.5 KB
~Get Your Files Here !/07 - Trees/001 Tree and its terminologies.mp4
61.4 MB
~Get Your Files Here !/07 - Trees/001 Tree and its terminologies_en.srt
11.9 KB
~Get Your Files Here !/07 - Trees/002 Tree Types.mp4
23.4 MB
~Get Your Files Here !/07 - Trees/002 Tree Types_en.srt
10.1 KB
~Get Your Files Here !/07 - Trees/003 Binary Search Tree Implementation.mp4
67.3 MB
~Get Your Files Here !/07 - Trees/003 Binary Search Tree Implementation_en.srt
16.8 KB
~Get Your Files Here !/07 - Trees/004 Binary Search Tree Implementation_ Tree Traversal.mp4
90.4 MB
~Get Your Files Here !/07 - Trees/004 Binary Search Tree Implementation_ Tree Traversal_en.srt
19.3 KB
~Get Your Files Here !/07 - Trees/005 Binary Search Tree Implementation_Deleting a node.mp4
49.2 MB
~Get Your Files Here !/07 - Trees/005 Binary Search Tree Implementation_Deleting a node_en.srt
11.9 KB
~Get Your Files Here !/07 - Trees/006 Binary Search Tree_ Code Walkthrough & Applications of tree.mp4
48.1 MB
~Get Your Files Here !/07 - Trees/006 Binary Search Tree_ Code Walkthrough & Applications of tree_en.srt
8.6 KB
~Get Your Files Here !/07 - Trees/38784582-BinaryTreeTest.java
2.6 KB
~Get Your Files Here !/08 - Heap/001 Introduction to heap.mp4
32.9 MB
~Get Your Files Here !/08 - Heap/001 Introduction to heap_en.srt
9 KB
~Get Your Files Here !/08 - Heap/002 MaxHeap Implementation.mp4
40.5 MB
~Get Your Files Here !/08 - Heap/002 MaxHeap Implementation_en.srt
11.5 KB
~Get Your Files Here !/08 - Heap/003 MaxHeap Implementation Code Walkthrough.mp4
76.4 MB
~Get Your Files Here !/08 - Heap/003 MaxHeap Implementation Code Walkthrough_en.srt
13.9 KB
~Get Your Files Here !/08 - Heap/004 Applications of Heap.mp4
4.1 MB
~Get Your Files Here !/08 - Heap/004 Applications of Heap_en.srt
1.2 KB
~Get Your Files Here !/08 - Heap/38784616-HeapTest.java
976 B
~Get Your Files Here !/09 - Graph/001 Inroduction to Graph and its types.mp4
42.4 MB
~Get Your Files Here !/09 - Graph/001 Inroduction to Graph and its types_en.srt
13.7 KB
~Get Your Files Here !/09 - Graph/002 Graph Terminologies & Graph types w.r.t. number of edges.mp4
31.2 MB
~Get Your Files Here !/09 - Graph/002 Graph Terminologies & Graph types w.r.t. number of edges_en.srt
11.3 KB
~Get Your Files Here !/09 - Graph/003 Relationship with vertices and edges.mp4
8.9 MB
~Get Your Files Here !/09 - Graph/003 Relationship with vertices and edges_en.srt
4.8 KB
~Get Your Files Here !/09 - Graph/004 Implementation of graph using edge list.mp4
23.5 MB
~Get Your Files Here !/09 - Graph/004 Implementation of graph using edge list_en.srt
7.2 KB
~Get Your Files Here !/09 - Graph/005 Implementation of graph using Adjacency Matrix.mp4
31.7 MB
~Get Your Files Here !/09 - Graph/005 Implementation of graph using Adjacency Matrix_en.srt
9.9 KB
~Get Your Files Here !/09 - Graph/006 Implementation of graph using Adjacency list.mp4
41.2 MB
~Get Your Files Here !/09 - Graph/006 Implementation of graph using Adjacency list_en.srt
10.7 KB
~Get Your Files Here !/09 - Graph/007 Example applications of graph.mp4
20.5 MB
~Get Your Files Here !/09 - Graph/007 Example applications of graph_en.srt
3.7 KB
~Get Your Files Here !/09 - Graph/38786960-AdjacencyMatrix.java
1.2 KB
~Get Your Files Here !/09 - Graph/38786980-AdjacencyList.java
2.3 KB
~Get Your Files Here !/10 - Hashing/001 Introduction to hashing.mp4
35.2 MB
~Get Your Files Here !/10 - Hashing/001 Introduction to hashing_en.srt
10.6 KB
~Get Your Files Here !/10 - Hashing/002 Defining Hash function.mp4
26.8 MB
~Get Your Files Here !/10 - Hashing/002 Defining Hash function_en.srt
9.6 KB
~Get Your Files Here !/10 - Hashing/003 Collision resolution techniques_ Separate Chaining.mp4
12.1 MB
~Get Your Files Here !/10 - Hashing/003 Collision resolution techniques_ Separate Chaining_en.srt
6.3 KB
~Get Your Files Here !/10 - Hashing/004 Collision resolution techniques_ Open Addressing - Linear Probing.mp4
40.6 MB
~Get Your Files Here !/10 - Hashing/004 Collision resolution techniques_ Open Addressing - Linear Probing_en.srt
14.9 KB
~Get Your Files Here !/10 - Hashing/005 Collision resolution techniques_ Open Addressing- Quadratic Probing.mp4
15.1 MB
~Get Your Files Here !/10 - Hashing/005 Collision resolution techniques_ Open Addressing- Quadratic Probing_en.srt
4.6 KB
~Get Your Files Here !/10 - Hashing/006 Double Hashing & Applications of Hashing.mp4
65.6 MB
~Get Your Files Here !/10 - Hashing/006 Double Hashing & Applications of Hashing_en.srt
8.6 KB
~Get Your Files Here !/11 - Data Structures Wrap up/001 Linear and Non-Linear Data Structures.mp4
5.2 MB
~Get Your Files Here !/11 - Data Structures Wrap up/001 Linear and Non-Linear Data Structures_en.srt
2.6 KB
~Get Your Files Here !/12 - Conclusion/001 Course Wrap up.mp4
20.1 MB
~Get Your Files Here !/12 - Conclusion/001 Course Wrap up_en.srt