GoodTecher

Be a Good Techer and Tech for Good. www.goodtecher.com

Skip to content
Menu
  • Home
  • LeetCode
    • Array
    • Binary Search
    • Binary Tree
    • Depth First Search
    • Design
    • Dynamic Programming
    • Linked List
    • Math
    • Stack
    • String
    • Two Pointers
    • Union Find
  • Useful

Tag: Bloomberg Interview Question

  • Posted on April 28, 2018April 6, 2021
  • Binary Tree

LeetCode 110. Balanced Binary Tree

Description https://leetcode.com/problems/balanced-binary-tree/ Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined…

Continue Reading
  • Posted on April 14, 2018January 15, 2021
  • Binary Tree

LeetCode 101. Symmetric Tree

Description https://leetcode.com/problems/symmetric-tree/description/ Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For…

Continue Reading
  • Posted on April 7, 2018February 3, 2021
  • Binary Tree

LeetCode 100. Same Tree

Description https://leetcode.com/problems/same-tree/ Given the roots of two binary trees p and q, write a function to check if they are the same or…

Continue Reading
  • Posted on March 30, 2018July 15, 2021
  • LeetCode

LeetCode 16. 3Sum Closest

Description https://leetcode.com/problems/3sum-closest/ Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the…

Continue Reading
  • Posted on March 24, 2018July 14, 2021
  • LeetCode

LeetCode 15. 3Sum

Description https://leetcode.com/problems/3sum/ Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j !=…

Continue Reading
  • Posted on February 10, 2018June 28, 2021
  • Dynamic Programming

LeetCode 63. Unique Paths II

Description https://leetcode.com/problems/unique-paths-ii/ A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below).…

Continue Reading
  • Posted on February 3, 2018May 15, 2020
  • Dynamic Programming

LeetCode 62. Unique Paths

Description A robot is located at the top-left corner of a m x n grid (marked ‘Start’ in the diagram below). The robot can…

Continue Reading
  • Posted on January 20, 2018May 18, 2020
  • Dynamic Programming

LeetCode 5. Longest Palindromic Substring

Description https://leetcode.com/problems/longest-palindromic-substring/description/ Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.…

Continue Reading
  • Posted on January 13, 2018September 23, 2020
  • Array

LeetCode 11. Container With Most Water

Description https://leetcode.com/problems/container-with-most-water/ Given n non-negative integers a1, a2, …, an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two…

Continue Reading
  • Posted on January 6, 2018March 25, 2018
  • LeetCode

LeetCode 42. Trapping Rain Water

Description https://leetcode.com/problems/trapping-rain-water/description/ Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 54 Page 55 Page 56 Next Page

Follow GoodTecher

Categories

  • HackerRank (1)
  • Interview (7)
  • LeetCode (588)
    • Array (185)
    • Backtracking (18)
    • Binary Search (19)
    • Binary Tree (63)
    • Bit Manipulation (15)
    • Database (40)
    • Depth First Search (6)
    • Design (10)
    • Dynamic Programming (17)
    • Graph (18)
    • Greedy (5)
    • Heap (1)
    • Linked List (26)
    • Math (36)
    • Recursion (3)
    • Sorting (11)
    • Stack (11)
    • String (95)
    • Two Pointers (12)
    • Union Find (2)
  • Machine Learning (7)
  • Technical Solutions (2)
  • Useful (3)
© Copyright 2025 – GoodTecher
Cell Theme by DesignOrbital ⋅ Powered by WordPress