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 - Algorithms Data Structures In Java #1 ( + INTERVIEW QUESTIONS)
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Language: English | Size: 3.19 GB | Duration: 19h 19m
Basic Algorithms and Data Structures: AVL tree, Binary Search Trees, Arrays, B Trees, Linked Lists, Stacks and HashMaps
What you'll learn
grasp the fundamentals of algorithms and data structures
detect non-optimal code snippets
learn about arrays and linked lists
learn about stacks and queues
learn about binary search trees
learn about balanced binary search trees such as AVL trees or red-black trees
learn about priority queues and heaps
learn about B-trees and external memory
learn about hashing and hash tables
Requirements
Basic Java (loops and some OOP)
Description
This course is about data structures and algorithms. We are going to implement the problems in Java. The course takes approximately 14 hours to complete. It is highly recommended to type out these data structures several times on your own in order to get a good grasp of it.
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.mp4
22.1 MB
~Get Your Files Here !/01 - Introduction/001 Introduction_en.vtt
2.8 KB
~Get Your Files Here !/01 - Introduction/002 Complexity theory basics.html
411 B
~Get Your Files Here !/02 - Data Structures Overview/001 Why to use data structures.mp4
22.3 MB
~Get Your Files Here !/02 - Data Structures Overview/001 Why to use data structures_en.vtt
5.9 KB
~Get Your Files Here !/02 - Data Structures Overview/002 Data structures and abstract data types.mp4
14.2 MB
~Get Your Files Here !/02 - Data Structures Overview/002 Data structures and abstract data types_en.vtt
4.3 KB
~Get Your Files Here !/03 - Installation and Environment Setup/001 Installing Java and Eclipse on Windows.html
1.6 KB
~Get Your Files Here !/03 - Installation and Environment Setup/002 Installing Java and Eclipse on Mac.html
729 B
~Get Your Files Here !/04 - Arrays/001 What are array data structures.mp4
26.3 MB
~Get Your Files Here !/04 - Arrays/001 What are array data structures_en.vtt
9.2 KB
~Get Your Files Here !/04 - Arrays/002 Arrays introduction - operations.mp4
25.6 MB
~Get Your Files Here !/04 - Arrays/002 Arrays introduction - operations_en.vtt
8.3 KB
~Get Your Files Here !/04 - Arrays/003 Implementing arrays.mp4
25.7 MB
~Get Your Files Here !/04 - Arrays/003 Implementing arrays_en.vtt
7.3 KB
~Get Your Files Here !/04 - Arrays/004 ArraysLists in Java.mp4
34 MB
~Get Your Files Here !/04 - Arrays/004 ArraysLists in Java_en.vtt
9.1 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/001 Reversing an array in-place overview.html
343 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/002 Reversing an array in-place solution.mp4
20.4 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/002 Reversing an array in-place solution_en.vtt
7.2 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/003 Anagram problem overview.html
396 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/004 Anagram problem solution.mp4
11.7 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/004 Anagram problem solution_en.vtt
6.9 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/005 Palindrome problem overview.html
293 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/006 Palindrome problem solution.mp4
10 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/006 Palindrome problem solution_en.vtt
5.5 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/007 Integer reversion problem overview.html
304 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/008 Integer reversion problem solution.mp4
13.5 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/008 Integer reversion problem solution_en.vtt
10 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/009 Dutch national flag problem overview.html
306 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/010 Dutch national flag problem theory.mp4
10.4 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/010 Dutch national flag problem theory_en.vtt
9.7 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/011 Dutch national flag problem solution.mp4
15.5 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/011 Dutch national flag problem solution_en.vtt
6.9 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/012 Trapping rain water problem overview.html
504 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/013 Trapping rain water problem theory.mp4
23.3 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/013 Trapping rain water problem theory_en.vtt
16.7 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/014 Trapping rain water problem solution.mp4
36.2 MB
~Get Your Files Here !/05 - Interview Questions (Arrays)/014 Trapping rain water problem solution_en.vtt
9.8 KB
~Get Your Files Here !/05 - Interview Questions (Arrays)/38551216-DutchFlagProblem.java
859 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/38564302-ReverseArrayProblem.java
521 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/38565736-AnagramProblem.java
569 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/38566650-PalindromeProblem.java
362 B
~Get Your Files Here !/05 - Interview Questions (Arrays)/38585542-TrappedRainProblem.java
1.1 KB
~Get Your Files Here !/06 - Linked Lists/001 What are linked lists.mp4
9.2 MB
~Get Your Files Here !/06 - Linked Lists/001 What are linked lists_en.vtt
5.8 KB
~Get Your Files Here !/06 - Linked Lists/002 Linked list theory - operations.mp4
24 MB
~Get Your Files Here !/06 - Linked Lists/002 Linked list theory - operations_en.vtt
13.8 KB
~Get Your Files Here !/06 - Linked Lists/003 Linked list implementation I.mp4
8.3 MB
~Get Your Files Here !/06 - Linked Lists/003 Linked list implementation I_en.vtt
5.7 KB
~Get Your Files Here !/06 - Linked Lists/004 Linked list implementation II.mp4
16 MB
~Get Your Files Here !/06 - Linked Lists/004 Linked list implementation II_en.vtt
8.6 KB
~Get Your Files Here !/06 - Linked Lists/005 Linked list implementation III.mp4
26.5 MB
~Get Your Files Here !/06 - Linked Lists/005 Linked list implementation III_en.vtt
10.9 KB
~Get Your Files Here !/06 - Linked Lists/006 Linked list implementation IV.mp4
10.6 MB
~Get Your Files Here !/06 - Linked Lists/006 Linked list implementation IV_en.vtt
5 KB
~Get Your Files Here !/06 - Linked Lists/007 Comparing linked lists and arrays.mp4
10.6 MB
~Get Your Files Here !/06 - Linked Lists/007 Comparing linked lists and arrays_en.vtt
7.9 KB
~Get Your Files Here !/06 - Linked Lists/008 Practical (real-world) applications of linked lists.mp4
20.5 MB
~Get Your Files Here !/06 - Linked Lists/008 Practical (real-world) applications of linked lists_en.vtt
6.1 KB
~Get Your Files Here !/07 - Doubly Linked Lists/001 What are doubly linked lists.mp4
21.1 MB
~Get Your Files Here !/07 - Doubly Linked Lists/001 What are doubly linked lists_en.vtt
8.6 KB
~Get Your Files Here !/07 - Doubly Linked Lists/002 Doubly linked list implementation.mp4
34 MB
~Get Your Files Here !/07 - Doubly Linked Lists/002 Doubly linked list implementation_en.vtt
8.5 KB
~Get Your Files Here !/07 - Doubly Linked Lists/003 LinkedLists in Java.mp4
14.5 MB
~Get Your Files Here !/07 - Doubly Linked Lists/003 LinkedLists in Java_en.vtt
5.3 KB
~Get Your Files Here !/07 - Doubly Linked Lists/004 Running time comparison linked lists and arrays.mp4
7.3 MB
~Get Your Files Here !/07 - Doubly Linked Lists/004 Running time comparison linked lists and arrays_en.vtt
3.3 KB
~Get Your Files Here !/08 - Interview Questions (Linked List)/001 Finding the middle node in a linked list overview.html
168 B
~Get Your Files Here !/08 - Interview Questions (Linked List)/002 Finding the middle node in a linked list solution.mp4
15.8 MB
~Get Your Files Here !/08 - Interview Questions (Linked List)/002 Finding the middle node in a linked list solution_en.vtt
6.8 KB
~Get Your Files Here !/08 - Interview Questions (Linked List)/003 Reverse a linked list in-place overview.html
273 B
~Get Your Files Here !/08 - Interview Questions (Linked List)/004 Reverse a linked list in-place solution.mp4
23 MB
~Get Your Files Here !/08 - Interview Questions (Linked List)/004 Reverse a linked list in-place solution_en.vtt
9 KB
~Get Your Files Here !/08 - Interview Questions (Linked List)/38588974-LinkedList.java
2.3 KB
~Get Your Files Here !/09 - Stacks/001 What are stacks.mp4
7.6 MB
~Get Your Files Here !/09 - Stacks/001 What are stacks_en.vtt
5.6 KB
~Get Your Files Here !/09 - Stacks/002 Stacks in memory management (stacks and heaps ).mp4
6 MB
~Get Your Files Here !/09 - Stacks/002 Stacks in memory management (stacks and heaps )_en.vtt
4.4 KB
~Get Your Files Here !/09 - Stacks/003 Stack memory visualization.mp4
12.7 MB
~Get Your Files Here !/09 - Stacks/003 Stack memory visualization_en.vtt
8.3 KB
~Get Your Files Here !/09 - Stacks/004 Stack implementation with linked list.mp4
26.7 MB
~Get Your Files Here !/09 - Stacks/004 Stack implementation with linked list_en.vtt
11.6 KB
~Get Your Files Here !/09 - Stacks/005 Stack implementation with arrays.mp4
34.4 MB
~Get Your Files Here !/09 - Stacks/005 Stack implementation with arrays_en.vtt
17.5 KB
~Get Your Files Here !/09 - Stacks/006 Dijkstra's interpreter introduction.mp4
7.3 MB
~Get Your Files Here !/09 - Stacks/006 Dijkstra's interpreter introduction_en.vtt
6.3 KB
~Get Your Files Here !/09 - Stacks/007 Dijkstra's interpreter implementation.mp4
27.1 MB
~Get Your Files Here !/09 - Stacks/007 Dijkstra's interpreter implementation_en.vtt
8.3 KB
~Get Your Files Here !/09 - Stacks/008 Stacks in Java.mp4
9 MB
~Get Your Files Here !/09 - Stacks/008 Stacks in Java_en.vtt
4.4 KB
~Get Your Files Here !/09 - Stacks/009 Practical (real-world) applications of stacks.mp4
9.8 MB
~Get Your Files Here !/09 - Stacks/009 Practical (real-world) applications of stacks_en.vtt
3.8 KB
~Get Your Files Here !/10 - Queues/001 What are queues.mp4
7.6 MB
~Get Your Files Here !/10 - Queues/001 What are queues_en.vtt
4.9 KB
~Get Your Files Here !/10 - Queues/002 Queue implementation with linked list.mp4
22.2 MB
~Get Your Files Here !/10 - Queues/002 Queue implementation with linked list_en.vtt
9.3 KB
~Get Your Files Here !/10 - Queues/003 Queues in Java.mp4