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
Data Structure And Algorithms For Interviews
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Covers around 20+ most popular coding interview problems ranging from a variety of topics ( will have 200+ problems as 4 problems are being added every week)
Merge Intervals Idea of Merge Intervals Merge Intervals Intervals Intersection (coming soon) Conflicting Appointments (coming soon)
Two Pointers Idea of Two pointers and types of two pointers solutions Two Sum Remove Duplicates from Sorted Array 3 Sum Pair with Target Sum (coming soon) Squaring a Sorted Array (coming soon) Triplet Sum to Zero (coming soon) Triplet Sum Close to Target (coming soon) Triplets with Smaller Sum (coming soon) Subarrays with Product Less than a Target (coming soon) Dutch National Flag Problem (coming soon) Fast & Slow Pointers Linked List Cycle using Floyd’s Cycle Detection Algorithm Happy Numbers Ugly number (coming soon) Middle of the LinkedList (coming soon) LinkedList Cycle (coming soon) Start of LinkedList Cycle (coming soon) Bitwise Manipulation Single Numbers Flipping an Image Single Number II ( coming soon) Single Number III ( coming soon)
Greedy Technique What are Greedy Algorithms ? Bulbs Highest Product Disjoint Sets Largest Permutation ( coming soon) Meeting rooms ( coming soon) Distribute Candy ( coming soon) Seats ( coming soon) Assign Mice to Holes ( coming soon) Majority Element ( coming soon) Gas Station ( coming soon)
Island Patterns Intro to Matrix Number of Islands Explanation Number of Islands Code Number of distinct Islands Explanation Number of distinct island coding Count sub islands Max Area of an island (coming soon) Island Perimeter (coming soon) Flood fill (coming soon) Wall and Fates (coming soon) Minesweeper (coming soon) Surrounded Regions (coming soon) Find all groups of a farm land (coming soon) Topological Sort Introduction to Graph Problems Topological Sort Kahn’s Algorithm Implementing Topological Sort Course Schedule Alien Dictionary Minimum Height Trees (coming soon) All Ancestors of a Node in a Directed Acyclic Graph (coming soon) Build a Matrix With Conditions (coming soon) Find All Possible Recipes from Given Supplies (coming soon)
Upcoming Additions (3-4 problems are added every week)
Sliding Window Easy Maximum Sum Subarray of Size K Smallest Subarray With a Greater Sum Medium Longest Substring with maximum K Distinct Characters Fruits into Baskets Hard Longest Substring with Distinct Characters Longest Substring with Same Letters after Replacement Longest Subarray with Ones after Replacement Arrays Medium Group Anagrams Hard Trapping Rain Water Merge Intervals Medium Intervals Intersection Conflicting Appointments Linked List Easy Reverse a Linked List Medium Reverse a sub list Reverse a k-element sub list Two Heaps Medium Find the median of a number stream Hard Maximum Capital Sliding Window Median Top k elements Easy Top ‘K’ Numbers Kth Smallest Number ‘K’ Closest Points to the Origin Connect Ropes Medium Top ‘K’ Frequent Numbers Frequency Sort Kth Largest Number in a Stream ‘K’ Closest Numbers Maximum Distinct Elements Sum of Elements Hard Rearrange String K-way merge Binary Search Backtracking 1D Dynamic programing 2D Dynamic programing Cyclic Sort Topological Sort Stacks Queues Depth First Search Breadth First Search Trie Hash Maps Math Tricks Miscellaneous
Who this course is for:
Software Engineers who want to ace coding interviews in top tech firms
Requirements
python basic idea of Data Structures and Algorithms Leetcode account
Last Updated 2/2023
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
22 B
.pad/1
91 B
.pad/10
285.6 KB
.pad/11
446.5 KB
.pad/12
356 KB
.pad/13
455.1 KB
.pad/14
128.9 KB
.pad/15
46.7 KB
.pad/16
284 KB
.pad/17
458.6 KB
.pad/18
181.1 KB
.pad/19
429.5 KB
.pad/2
88 B
.pad/20
462.2 KB
.pad/21
409 KB
.pad/22
1.8 KB
.pad/3
346.5 KB
.pad/4
312.2 KB
.pad/5
212.6 KB
.pad/6
370.4 KB
.pad/7
372.8 KB
.pad/8
463.7 KB
.pad/9
83.1 KB
TutsNode.net.txt
63 B
[TutsNode.net] - Data structure and algorithms for interviews/1. Identifying Patterns in a Coding Interview/1. 6 common Coding Patterns for Interviews.mp4
32.2 MB
[TutsNode.net] - Data structure and algorithms for interviews/1. Identifying Patterns in a Coding Interview/1. 6 common Coding Patterns for Interviews.srt
9.6 KB
[TutsNode.net] - Data structure and algorithms for interviews/1. Identifying Patterns in a Coding Interview/1.1 Interview Patterns.pptx
492.5 KB
[TutsNode.net] - Data structure and algorithms for interviews/1. Identifying Patterns in a Coding Interview/2. 10 Golden Rules for Solving a Coding Question in an Interview.mp4
15.5 MB
[TutsNode.net] - Data structure and algorithms for interviews/1. Identifying Patterns in a Coding Interview/2. 10 Golden Rules for Solving a Coding Question in an Interview.srt
5.4 KB
[TutsNode.net] - Data structure and algorithms for interviews/2. Merge Intervals/1. Idea of Merge Intervals.mp4
63.8 MB
[TutsNode.net] - Data structure and algorithms for interviews/2. Merge Intervals/1. Idea of Merge Intervals.srt
10.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/2. Merge Intervals/2. Merge Interval Code.mp4
42.6 MB
[TutsNode.net] - Data structure and algorithms for interviews/2. Merge Intervals/2. Merge Interval Code.srt
11.8 KB
[TutsNode.net] - Data structure and algorithms for interviews/2. Merge Intervals/2.1 leetcode_56_MergeIntervals.py
649 B
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/1. Idea of Two pointers and types of two pointers solutions.mp4
25.2 MB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/1. Idea of Two pointers and types of two pointers solutions.srt
7.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/2. Two Sum.mp4
51.6 MB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/2. Two Sum.srt
8.7 KB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/2.1 twosum.py
640 B
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/3. Remove Duplicates from Sorted Array.mp4
44.1 MB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/3. Remove Duplicates from Sorted Array.srt
7.6 KB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/3.1 26_remove_duplicates_from_array.py
316 B
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/3.2 remove duplicates.pptx
162.2 KB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/4. 3 Sum.mp4
78 MB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/4. 3 Sum.srt
16.4 KB
[TutsNode.net] - Data structure and algorithms for interviews/3. Two Pointers/4.1 15_3Sum.py
655 B
[TutsNode.net] - Data structure and algorithms for interviews/4. Fast Slow Pointers/1. Linked List Cycle using Floyd's Cycle Detection Algorithm.mp4
41.5 MB
[TutsNode.net] - Data structure and algorithms for interviews/4. Fast Slow Pointers/1. Linked List Cycle using Floyd's Cycle Detection Algorithm.srt
7.5 KB
[TutsNode.net] - Data structure and algorithms for interviews/4. Fast Slow Pointers/1.1 141_linked_list_cycle.py
505 B
[TutsNode.net] - Data structure and algorithms for interviews/4. Fast Slow Pointers/1.2 141.docx
60.2 KB
[TutsNode.net] - Data structure and algorithms for interviews/4. Fast Slow Pointers/2. Happy Numbers.mp4
37.7 MB
[TutsNode.net] - Data structure and algorithms for interviews/4. Fast Slow Pointers/2. Happy Numbers.srt
7.1 KB
[TutsNode.net] - Data structure and algorithms for interviews/4. Fast Slow Pointers/2.1 202_happy_numbers.py
688 B
[TutsNode.net] - Data structure and algorithms for interviews/5. Bitwise Manipulation/1. Single Number.mp4
17.5 MB
[TutsNode.net] - Data structure and algorithms for interviews/5. Bitwise Manipulation/1. Single Number.srt
3.2 KB
[TutsNode.net] - Data structure and algorithms for interviews/5. Bitwise Manipulation/1.1 136_single_number.py
154 B
[TutsNode.net] - Data structure and algorithms for interviews/5. Bitwise Manipulation/1.2 Single Number.pptx
473.9 KB
[TutsNode.net] - Data structure and algorithms for interviews/5. Bitwise Manipulation/2. Flipping an Image.mp4
17.6 MB
[TutsNode.net] - Data structure and algorithms for interviews/5. Bitwise Manipulation/2. Flipping an Image.srt
3.8 KB
[TutsNode.net] - Data structure and algorithms for interviews/5. Bitwise Manipulation/2.1 832_filling_an_image.py
358 B
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/1. What are Greedy Algorithms .mp4
37.9 MB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/1. What are Greedy Algorithms .srt
6.8 KB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/2. Bulbs.mp4
35.6 MB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/2. Bulbs.srt
7.8 KB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/2.1 bulbs_greedy.py
396 B
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/3. Highest Product.mp4
29.9 MB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/3. Highest Product.srt
6.7 KB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/3.2 highest_product_greedy.py
336 B
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/4. Disjoint Sets.mp4
47.3 MB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/4. Disjoint Sets.srt
8.6 KB
[TutsNode.net] - Data structure and algorithms for interviews/6. Greedy/4.2 disjoint_intervals_greedy.py
635 B
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/1. Intro to Matrix.mp4
27 MB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/1. Intro to Matrix.srt
5.6 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/2. Number of Islands Explantion.mp4
15.6 MB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/2. Number of Islands Explantion.srt
5.8 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/2.1 number_of_islands.pptx
222.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/3. Number of Islands Code.mp4
30.1 MB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/3. Number of Islands Code.srt
7 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/3.1 200_number_of_islands.py
1.1 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/4. Number of distinct Islands Explanation.mp4
10.1 MB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/4. Number of distinct Islands Explanation.srt
5.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/4.1 number_of_distinct_islands.pptx
78.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/5. Number of distinct island coding.mp4
49.7 MB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/5. Number of distinct island coding.srt
9.5 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/5.1 694_number_of_distinct_islands.py
1.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/6. Count sub islands Explanation.mp4
20.8 MB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/6. Count sub islands Explanation.srt
4.2 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/6.1 number_of_sub_islands.pptx
77.4 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/7. Count sub islands coding.mp4
50.5 MB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/7. Count sub islands coding.srt
7.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/7. Island Patterns/7.1 1905_count_sub_islands.py
915 B
[TutsNode.net] - Data structure and algorithms for interviews/8. Topological Sort/1. Introduction to Graph Problems.mp4
21.1 MB
[TutsNode.net] - Data structure and algorithms for interviews/8. Topological Sort/1. Introduction to Graph Problems.srt
7.6 KB
[TutsNode.net] - Data structure and algorithms for interviews/8. Topological Sort/2. What is Topological Sort.srt
2.4 KB
[TutsNode.net] - Data structure and algorithms for interviews/8. Topological Sort/3. Kahn's Algorithm.srt
2.3 KB
[TutsNode.net] - Data structure and algorithms for interviews/8. Topological Sort/3.1 Kahn’s Algorithm for Topological Sorting.html
137 B
[TutsNode.net] - Data structure and algorithms for interviews/8. Topological Sort/4. Graphs.html
195 B
[TutsNode.net] - Data structure and algorithms for interviews/9. Bonus Section/1. Bonus Section.html