DFS Tree TraversalBinary TreesDFS Tree TraversalDFS Tree Traversal DFS stands for depth first search. So in this tree traversal method we go as deep…Omer GoldbergDecember 21, 2020 11 min
Best Time to Buy and Sell StockArraysBest Time to Buy and Sell StockProblem 🤔 Say you have an array for which the i -th element is the price of a given stock on day i…Omer GoldbergDecember 20, 2020 14 min
K Closest Points to OriginArraysK Closest Points to OriginProblem 🤔 We have a list of points on the plane. Find the K closest points to the origin (0,…Omer GoldbergDecember 20, 2020 11 min
Find Course ScheduleGraphsFind Course ScheduleProblem 🤔 There are a total of n courses you have to take labelled from 0,...,n - 1 . Some courses…Omer GoldbergDecember 20, 2020 22 min
Find Cycle in Undirected GraphGraphsFind Cycle in Undirected GraphProblem 🤔 Given an undirected graph, write a function to detect whether a cycle exists in a graph…Omer GoldbergDecember 20, 2020 11 min
Find Cycle in Directed GraphGraphsFind Cycle in Directed GraphProblem 🤔 Given a directed graph, write a function to detect whether a cycle exists in a graph…Omer GoldbergDecember 20, 2020 11 min