23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Data Structure And Algorithms - For Big Tech Interviews
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This course prepared depending on my real Software Engineer job interviews experiences with Google, Microsoft, Amazon, and Snapchat.
In this course you will learn how to Analysis algorithms like Sorting, Searching, and Graph algorithms. And how to reduce the code complexity from one Big-O level to another level. Furthermore, you will learn different type of Data Structure for your code. Also you will learn how to find Big-O for every data structure, and how to apply correct Data Structure to your problem in Java. By the end you will be able to write code that run faster and use low memory. You Also will learn how to analysis problems using Dynamic programming.
We will discus code complexity in Different algorithms like Sorting algorithms ( Bubble, Merge, Heap, and quick sort) , searching algorithms ( Binary search, linear search, and Interpolation), Graph algorithms( Binary tree, DFS, BFS, Nearest Neighbor and Shortest path, Dijkstra’s Algorithm, and A* Algorithm). and Data Structure like Dynamic Array, Linked List, Stack, Queue, and Hash-Table. Learn now how to Write code run faster, use less memory and prepare for Software Engineer Interview with real interview questions. Learn now how to Write code run faster, use less memory and prepare for Software Engineer Interview with real interview questions.
Who this course is for:
Studends who are interested in writing code that run faster and use less memory
People who want to apply for job as software engineer or software developer
Requirements
No previous programming experience is required! I will give you free Java course if you do not have programming experiences with any programming languages
You will need a computer running Microsoft Windows, or Linux, or a Mac running OS X.
Last Updated 1/2022
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
109 B
.pad/1
11 B
TutsNode.com.txt
63 B
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/01 - Introduction and Settings/002 Course content_en.vtt
1.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/01 - Introduction and Settings/003 What you need to know to start this course.html
403 B
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/01 - Introduction and Settings/004 Interview triks_en.vtt
2.3 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/01 - Introduction and Settings/006 Install Eclipse_en.vtt
2.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/01 - Introduction and Settings/007 Exercise files.html
174 B
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/01 - Introduction and Settings/8944424-DataStructureAndAlgorithms-master.zip
135.5 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/02 - Code Complexity/001 Code Complexity Big-O, Omega and Theta_en.vtt
14.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/02 - Code Complexity/002 Big-O Examples_en.vtt
14.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/001 Why Data Structure_en.vtt
8.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/002 Top Big Tech Interview Questions 1 Math_en.vtt
18.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/003 One-Dimension Array_en.vtt
14.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/004 One-Dimension Array implementation in Java_en.vtt
12.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/005 Top Big Tech Interview Questions 2 Slicing ( Container With Most Water)_en.vtt
26.3 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/006 Amazon Interview Find longest sequence of 1’s with one flip_en.vtt
18 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/007 Two-Dimension Array_en.vtt
9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/008 Two-Dimension Array implementation in Java_en.vtt
6.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/009 Facebook Interview Spiral Matrix_en.vtt
15.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/010 Dynamic Array_en.vtt
9.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/03 - Data Structure Arrays/011 Dynamic Array implementation in Java_en.vtt
14.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/04 - Data Structure LinkedList/001 Linked List_en.vtt
10.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/04 - Data Structure LinkedList/002 Linked List implementation in Java_en.vtt
14.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/04 - Data Structure LinkedList/003 Doubly Linked List implementation in Java_en.vtt
9.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/04 - Data Structure LinkedList/004 Amazon Interview Remove Kth Node From End of List_en.vtt
13.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/04 - Data Structure LinkedList/005 HWCombine two Linked List (Google Interview Question)_en.vtt
2.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/04 - Data Structure LinkedList/006 Compare Linked List vs Array_en.vtt
6.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/05 - Data Structure Hash Table/001 Hash-Table_en.vtt
15.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/05 - Data Structure Hash Table/002 Hash-Table implementation in Java_en.vtt
20.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/05 - Data Structure Hash Table/003 Top Tech Interview Question 3 Map.mp4
258.4 MB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/05 - Data Structure Hash Table/003 Top Tech Interview Question 3 Map_en.vtt
34.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/05 - Data Structure Hash Table/004 Amazon Interview Find unique number in Array_en.vtt
6.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/05 - Data Structure Hash Table/005 Amazon Interview Key Phrase problem TF-IDF_en.vtt
15.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/06 - Data Structure Stack/001 Stack_en.vtt
6.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/06 - Data Structure Stack/002 Stack implementation in Java Use Array_en.vtt
10.3 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/06 - Data Structure Stack/003 Amazon Interview Recursive Staircase Problem_en.vtt
15 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/06 - Data Structure Stack/004 Uber Interview question word distance_en.vtt
16.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/06 - Data Structure Stack/005 Coding Interview Parentheses Expression_en.vtt
12.5 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/06 - Data Structure Stack/006 Stack implementation in Java Use Dynamic Array_en.vtt
5.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/06 - Data Structure Stack/007 Stack implementation in Java Use Linked List_en.vtt
5.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/07 - Data Structure Queue/001 Queue_en.vtt
6.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/07 - Data Structure Queue/002 Queue implementation in Java Use Array_en.vtt
9.4 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/07 - Data Structure Queue/003 Microsoft Interview question Friend Circles_en.vtt
16.3 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/07 - Data Structure Queue/005 Queue implementation in Java Use Linked List_en.vtt
10.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/07 - Data Structure Queue/006 HWBest data structure for Array With Many Zeros (Google Interview Question)_en.vtt
2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/08 - Data Structure Heap/002 Amazon Interview Kth top movies_en.vtt
12.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/09 - Data Struture Trie/001 Top Tech Interview Question 4 Trie (Search Engine).mp4
266.8 MB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/09 - Data Struture Trie/001 Top Tech Interview Question 4 Trie (Search Engine)_en.vtt
41.5 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/10 - Recursion/001 Recursion_en.vtt
18.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/10 - Recursion/002 Phone Interview Question For Software Engineer With Big Tech (Recursive Solution.html
296 B
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/10 - Recursion/003 Phone Interview Question For Software Engineer With Big Tech_en.vtt
34.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/11 - Collections In Java/002 ArrayList_en.vtt
7.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/11 - Collections In Java/004 HashMap_en.vtt
5.4 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/11 - Collections In Java/007 Queue and Priority Queue_en.vtt
13 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/11 - Collections In Java/008 Sort array of Objects_en.vtt
9.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/12 - Searching Algorithms/002 Linear Search implementation in Java_en.vtt
9.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/12 - Searching Algorithms/003 Binary Search_en.vtt
11.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/12 - Searching Algorithms/004 Binary Search implementation in Java_en.vtt
7.3 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/001 Bubble sort_en.vtt
7.4 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/002 Bubble Sort implementation in Java_en.vtt
5.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/003 Selection Sort_en.vtt
5.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/004 Select Sort implementation in Java_en.vtt
5.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/005 Quick Sort_en.vtt
6.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/006 Quick Sort implementation in Java_en.vtt
8.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/007 Merge Sort_en.vtt
7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/008 Merge Sort implementation in Java_en.vtt
8.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/009 Heap Sort_en.vtt
10.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/010 Heap Sort implementation in Java_en.vtt
16.4 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/13 - Sorting Algorithms/011 Coding Interview Two words have same characters job interview_en.vtt
10 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/001 Binary Tree and Binary Search Tree_en.vtt
15 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/002 Binary Search Tree implementation in Java_en.vtt
14.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/003 Amazon Interview Find path between two nodes_en.vtt
22.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/004 Facebook Interview Find if two binary search trees are equal_en.vtt
10.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/005 Google Interview Determines if two BST are equal ( Another solution)_en.vtt
14.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/006 Coding Interview Serialize and Deserialize a Binary Tree_en.vtt
15 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/007 Google Interview Question Check if two trees are Mirror_en.vtt
9.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/008 Amazon Interview Question Level by Level Printing of Binary Tree_en.vtt
16.3 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/010 Problem of the Day_en.vtt
6.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/011 Red-Black Tree_en.vtt
23.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/001 Matrix and Adjacency List_en.vtt
17.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/002 Depth First Search(DFS)_en.vtt
8.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/003 DFS implementation in Java_en.vtt
20.7 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/005 BFS implementation in Java_en.vtt
5.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/006 Google Interview Word Break problem.mp4
176.4 MB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/006 Google Interview Word Break problem_en.vtt
15.6 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/007 Backtracking_en.vtt
6.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/010 Trip Planer Google Interview_en.vtt
18.4 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/011 Finding the shortest path ( Amazon + Google) Interview Question_en.vtt
23.9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/15 - Graph Theory (DFS, BFS)/012 HW Nearest post office HW explain (Microsoft Interview Question)_en.vtt
11.5 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/16 - Short Path in Graph Theory/001 Nearest Neighbor and Shortest path_en.vtt
7.5 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/16 - Short Path in Graph Theory/002 Dijkstra's Algorithm_en.vtt
9 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/16 - Short Path in Graph Theory/003 A Algorithm_en.vtt
14.8 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/17 - Dynamic Programming/001 Dynamic Programming concept_en.vtt
6.1 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/17 - Dynamic Programming/002 Edit distance_en.vtt
13.2 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/17 - Dynamic Programming/005 Knapsack solution in Java_en.vtt
11 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/18 - NP Complete problems/001 NP Complete problems_en.vtt
5.4 KB
[TutsNode.com] - Data Structure and Algorithms - For Big Tech Interviews/code.zip