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
Topological SortGraphsIs Course Schedule Possible?Problem 🤔 There are a total of numCourses courses you have to take, labeled from 0 to numCourses-…Omer GoldbergDecember 20, 2020 19 min
Merge K Sorted ListsSorting and SearchingMerge K Sorted ListsProblem 🤔 You are given an array of k linked-lists lists, each linked-list is sorted in ascending…Omer GoldbergDecember 20, 2020 14 min
Delete Node From BSTBinary Search TreesDelete Node from Binary Search TreeProblem 🤔 Given a root node reference of a BST and a key, delete the node with the given key in the…Assaf ElovicDecember 05, 2020 14 min
Insert Node into BSTBinary Search TreesInsert Node into Binary Search TreeProblem 🤔 You are given the root node of a binary search tree (BST) and a value to insert into the…Assaf ElovicDecember 05, 2020 8 min