Best Blackhat Forum

Full Version: [F4LT] 10 popular coding interview problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
10 popular coding interview problems
Prepare for your coding interview with these 10 solved and explained popular coding problems
New
Rating: 0.0 out of 5
(0 ratings)
60 students
1hr 47min of on-demand video

Description
Preparing for coding interviews? Competitive programming? Then this course will help you for sure: 10 well-chosen problems to increase your problem-solving skills!

Problems covered:

1- Valid anagram (Related topic(s): String, Sorting, Hash table)

2- First and last position in a sorted array (Related topic(s): Array, Searching, Binary search)

3- Symmetric tree (Related topic(s): Binary tree, Depth-first search)

4- Kth largest element in an array (Related topic(s): Array, Sorting, Priority queue, Heap)

5- Generate parentheses (Related topic(s): Backtracking, Stack)

6- Course schedule (Related topic(s): Graph, Depth-first search, Breadth-first search, Topological sort)

7- Kth permutation (Related topic(s): Combinatorics, Math)

8- Gas station (Related topic(s): Array, Greedy)

9- Minimum window substring (Related topic(s): String, Sliding window)

10- Largest rectangle in histogram (Related topic(s): Array, Stack, Divide-and-conquer)

https://www.udemy.com/course/10-problems/

Enjoy!
Reference URL's