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
LeetCode In Python 50 Algorithms Coding Interview Questions
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Getting ready for your software engineering coding interview? This is the place for you.
Want to learn about the most popular problem-solving techniques, patterns, data structures, and algorithms used in those difficult interviews? Come on in
Want a step by step explanation of 50 of the most popular interview questions in the industry? You got it.
Want to get better at competitive programming? Enjoy the ride
Welcome to the course!
In this course, you’ll have a detailed, step by step explanation of 50 hand-picked LeetCode questions where you’ll learn about the most popular techniques and problems used in the coding interview, This is the course I wish I had when I was doing my interviews. and it comes with a 30-day money-back guarantee
What is LeetCode?
LeetCode is essentially a huge repository of real interview questions asked by the most popular tech companies ( Google, Amazon, Facebook, Microsoft, and more ).
The problem with LeetCode is also its advantage, IT’S HUGE, so huge in fact that interviewers from the most popular companies often directly ask questions they find on LeetCode, So it’s hard to navigate through the huge amount of problems to find those that really matter, this is what this course is for.
I spent countless hours on LeetCode and I’m telling you that you don’t have to do the same and still be able to get a job at a major tech company.
Course overview :
In this course, I compiled 50 of the most important and the most popular interview questions asked by these major companies and I explain them, in a true STEP BY STEP fashion to help you understand exactly how to solve these types of questions.
The problems are handpicked to ensure complete coverage of the most popular techniques, data structures, and algorithms used in interviews so you can generalize the patterns you learn here on other problems.
Each problem gets 2 videos :
Explanation video: we do a detailed explanation of the problems and its solution, this video will be longer because we will do a step by step explanation for the problems.
Coding video: where we code the solution discussed in the explanation video together.
We will use basic python for this course to code our solutions, previous knowledge in python is preferred but NOT required for the coding part of the course.
The problems are categorized for easier navigation and will be regularly updated with more popular and interesting problems.
Some of the stuff this course will cover are :
Arrays and Strings interview questions.
Searching interview questions and algorithms.
Dynamic Programming interview questions.
Backtracking interview questions ( With step by step visualization ).
Trees and Graphs interview questions and algorithms.
Data structures Like Stacks, Queues, Maps, Linked Lists, and more.
In other words, this course is your one-stop-shop for your dream job.
Who this course is for:
Developers eager to pass the coding interview at huge companies like Google, Facebook, Microsoft, Amazon, etc.
People who want to develop their problem solving skills.
Developers getting ready for their technical interviews.
Students getting ready for their internship coding interviews.
People who want to get better at competitive coding
Requirements
Basic Knowledge of fundamental data structures and algorithms is preferred
Basic Knowledge of python is preferred
If you want to submit the code yourself, you should be familiar with leetcode and have an account
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/1. Introduction/2. How to use this course.srt
2.3 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/1. Introduction/3. What to do if you don't understand an explanation or code video (Important).html
866 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/1. Introduction/4. Utilize the video format of online courses.html
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/10. INTERVIEW QUESTIONS Linked Lists (Includes Amazon Questions)/10. Explanation - Add Two Numbers - Medium #2.srt
13 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/10. INTERVIEW QUESTIONS Linked Lists (Includes Amazon Questions)/13. Explanation - Remove Nth Node From End of List - Medium #19.srt
9.6 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/10. INTERVIEW QUESTIONS Linked Lists (Includes Amazon Questions)/16. Explanation - Odd Even Linked List - Medium #328.srt
8.4 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/10. INTERVIEW QUESTIONS Linked Lists (Includes Amazon Questions)/19. Explanation - Merge K Sorted Lists - Hard #23.srt
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/11. INTERVIEW QUESTIONS Backtracking Recursion (Includes Uber Questions)/3. Explanation - Letter Combinations of a Phone Number - Medium #17.srt
24.6 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/11. INTERVIEW QUESTIONS Backtracking Recursion (Includes Uber Questions)/5. Explanation - Word Search - Medium #79.srt
34.3 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/11. INTERVIEW QUESTIONS Backtracking Recursion (Includes Uber Questions)/7. Explanation - Combination Sum - Medium #39.mp4
119.6 MB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/11. INTERVIEW QUESTIONS Backtracking Recursion (Includes Uber Questions)/7. Explanation - Combination Sum - Medium #39.srt
35.2 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/13. DATA STRUCTURE Graphs (OPTIONAL)/2. Directed Graph Implementation - Adjacency List.srt
8.5 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/13. DATA STRUCTURE Graphs (OPTIONAL)/3. Directed Graph Implementation - Adjacency Matrix.srt
10.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/13. DATA STRUCTURE Graphs (OPTIONAL)/4. Undirected Graph Implementation - Adjacency List.srt
8.3 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/14. ALGORITHM Depth First Search (DFS) - OPTIONAL/1. Depth First Search (DFS).srt
9.4 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/14. ALGORITHM Depth First Search (DFS) - OPTIONAL/2. DFS implementation.srt
9.4 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/15. ALGORITHM Breadth First Search (BFS) - OPTIONAL/2. BFS Implementation.srt
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/16. ALGORITHM Dijkstra's Algorithm (OPTIONAL)/2. Explanation - network delay time - Medium #743.srt
8.4 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/17. DATA STRUCTURE Trees (OPTIONAL)/1. What are trees .srt
14.5 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/18. DATA STRUCTURE Binary Search Trees (BST) - OPTIONAL/3. Binary Search tree creation and insertion implementation.srt
11.2 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/19. INTERVIEW QUESTIONS Trees and Graphs (Includes Apple Questions)/1. Explanation - Symmetric Trees - Easy #101.srt
10.7 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/19. INTERVIEW QUESTIONS Trees and Graphs (Includes Apple Questions)/11. Explanation - Serialize and Deserialize Binary Tree - hard #297.srt
11.7 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/19. INTERVIEW QUESTIONS Trees and Graphs (Includes Apple Questions)/13. Explanation - Binary Tree Maximum Path Sum - Hard #124.mp4
107.4 MB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/19. INTERVIEW QUESTIONS Trees and Graphs (Includes Apple Questions)/13. Explanation - Binary Tree Maximum Path Sum - Hard #124.srt
24.5 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/19. INTERVIEW QUESTIONS Trees and Graphs (Includes Apple Questions)/3. Explanation - Maximum Depth of Binary Tree - Easy #104.srt
14.5 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/19. INTERVIEW QUESTIONS Trees and Graphs (Includes Apple Questions)/7. Explanation- Lowest Common Ancestor of a Binary Tree - Medium #236.srt
18.9 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/19. INTERVIEW QUESTIONS Trees and Graphs (Includes Apple Questions)/9. Explanation - Kth Smallest Element in a BST - Medium #230.srt
12.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/2. Big O Notation (OPTIONAL)/2. Big O Exercises.srt
8.5 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/2. Big O Notation (OPTIONAL)/3. Formalizing Big O.srt
11.2 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/2. Big O Notation (OPTIONAL)/6. Logarithms.srt
6.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/20. INTERVIEW QUESTIONS Stacks and Queues (Includes Bloomberg Questions)/10. Explanation - Binary Tree Postorder Traversal - Medium #145.srt
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/20. INTERVIEW QUESTIONS Stacks and Queues (Includes Bloomberg Questions)/6. Explanation - Binary Tree Level Order Traversal - Medium #102.srt
13.6 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/20. INTERVIEW QUESTIONS Stacks and Queues (Includes Bloomberg Questions)/8. Explanation - Binary Tree Zigzag Level Order Traversal - Medium #103.srt
17.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/21. INTERVIEW QUESTIONS Dynamic Programming (Includes Google Questions)/10. Explanation - Unique Paths - Medium #62.srt
11.1 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/21. INTERVIEW QUESTIONS Dynamic Programming (Includes Google Questions)/12. Explanation - Longest Palindromic Substring - Medium #5.srt
22.2 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/21. INTERVIEW QUESTIONS Dynamic Programming (Includes Google Questions)/14. Explanation - Trapping Rain Water - Hard #42.srt
25.1 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/21. INTERVIEW QUESTIONS Dynamic Programming (Includes Google Questions)/2. Explanation - House Robber - Easy #198.srt
8.2 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/21. INTERVIEW QUESTIONS Dynamic Programming (Includes Google Questions)/4. Explanation - Best Time to Buy and Sell Stock - Easy #121.srt
10.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/21. INTERVIEW QUESTIONS Dynamic Programming (Includes Google Questions)/8. Explanation - Coin Change - Medium #322.srt
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/1. Explanation - Move Zeroes - Easy #283.srt
12.2 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/1.1 Problem Link.html
102 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/10. Explanation - Container With Most Water - Medium #11.srt
14.7 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/10.1 Problem Link.html
117 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/11.1 Problem Link.html
117 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/11.1 Source code.html
236 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/11.2 Problem Link.html
117 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/11.2 Source code.html
236 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/13. Explanation - Longest Substring Without Repeating Characters - Medium #3.srt
15 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/13.1 Problem Link.html
138 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/14. Code - Longest Substring Without Repeating Characters - Medium #3.srt
2.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/14.1 Problem link.html
138 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/14.2 Source code.html
259 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/15. [Custom Input - NEW] - Longest Substring Without repeating characters.srt
2 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/16. Explanation - Find First and Last Position of Element in Sorted Array-Medium #34.srt
22.4 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/16.1 Problem Link.html
147 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/17. Code - Find First and Last Position of Element in Sorted Array - Medium #34.srt
10.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/17.1 Source code.html
285 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/17.2 Problem Link.html
147 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/19.1 Problem Link.html
109 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/2. Code - Move Zeroes - Easy #283.srt
3 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/2.1 Solution Url.html
218 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/2.2 Problem Link.html
102 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/20.1 Problem Link.html
109 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/20.2 Source code.html
226 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/3. [Custom Input - NEW] - Move Zeroes.srt
2.8 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/4. Explanation - Boats to Save People - Medium #881.srt
15.5 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/4.1 Problem Link.html
111 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/5.1 Problem Link.html
111 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/5.1 Source code.html
231 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/5.2 Problem Link.html
111 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/5.2 Source code.html
231 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/7. Explanation - Valid Mountain Array - Easy #941.srt
14.6 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/7.1 Problem Link.html
111 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/8.1 Problem Link.html
111 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/8.1 Solution url.html
229 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/8.2 Problem Link.html
111 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/8.2 Solution url.html
229 B
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/5. INTERVIEW QUESTIONS Arrays and Strings (Includes Google Questions)/9. [Custom Input - NEW] - Valid Mountain Array.srt
3 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/6. INTERVIEW QUESTIONS Math (Includes Microsoft Questions)/1. Explanation - Missing Number - Easy #268.srt
10.5 KB
[TutsNode.com] - LeetCode In Python 50 Algorithms Coding Interview Questions/8. INTERVIEW QUESTIONS Hash Tables Maps (Includes Facebook Questions)/13. Explanation - 4Sum II - Medium #454.srt