DayanaThey Won’t Remember Your Code, But They Will Remember YouAs software engineers, it’s easy to get caught up in the technical side of things — writing clean code, solving complex problems, and…Aug 21
InAlgorithm and DataStructurebyOmar FaroqueString Matching in an ArrayGiven an array of string words. Return all strings in words which is substring of another word in any order.Apr 19, 2020
InAlgorithm and DataStructurebyOmar FaroqueAmount of Time for Binary Tree to Be InfectedYou are given the root of a binary tree with unique values, and an integer start. At minute 0, an infection starts from the node with value…Aug 21, 2022Aug 21, 2022
InAlgorithm and DataStructurebyOmar FaroqueMinimum Score After Removals on a TreeProblem Statement:Jul 4, 2022Jul 4, 2022
InAlgorithm and DataStructurebyOmar FaroqueMinimum Path Cost in a GridYou are given a 0-indexed m x n integer matrix grid consisting of distinct integers from 0 to m * n - 1. You can move in this matrix from a…Jun 12, 2022Jun 12, 2022
DayanaThey Won’t Remember Your Code, But They Will Remember YouAs software engineers, it’s easy to get caught up in the technical side of things — writing clean code, solving complex problems, and…Aug 21
InAlgorithm and DataStructurebyOmar FaroqueString Matching in an ArrayGiven an array of string words. Return all strings in words which is substring of another word in any order.Apr 19, 2020
InAlgorithm and DataStructurebyOmar FaroqueAmount of Time for Binary Tree to Be InfectedYou are given the root of a binary tree with unique values, and an integer start. At minute 0, an infection starts from the node with value…Aug 21, 2022
InAlgorithm and DataStructurebyOmar FaroqueMinimum Score After Removals on a TreeProblem Statement:Jul 4, 2022
InAlgorithm and DataStructurebyOmar FaroqueMinimum Path Cost in a GridYou are given a 0-indexed m x n integer matrix grid consisting of distinct integers from 0 to m * n - 1. You can move in this matrix from a…Jun 12, 2022
InAlgorithm and DataStructurebyOmar FaroqueSmallest Rectangle Enclosing Black PixelsYou are given an m x n binary matrix image where 0 represents a white pixel and 1 represents a black pixel.May 14, 2022
InAlgorithm and DataStructurebyOmar FaroqueCheck if There Is a Valid Parentheses String PathA parentheses string is a non-empty string consisting only of '(' and ')'. It is valid if any of the following conditions is true:May 9, 2022
InAlgorithm and DataStructurebyOmar FaroqueCount Lattice Points Inside a CircleGiven a 2D integer array circles where circles[i] = [xi, yi, ri] represents the center (xi, yi) and radius ri of the ith circle drawn on a…Apr 24, 2022