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 March 12, 2021March 12, 2021
  • Array

LeetCode 1779. Find Nearest Point That Has the Same X or Y Coordinate

Description https://leetcode.com/problems/find-nearest-point-that-has-the-same-x-or-y-coordinate/ You are given two integers, x and y, which represent your current location on a Cartesian grid: (x, y). You are also…

Continue Reading
  • Posted on March 11, 2021March 11, 2021
  • Array

LeetCode 1133. Largest Unique Number

Description https://leetcode.com/problems/largest-unique-number/ Given an array of integers A, return the largest integer that only occurs once. If no integer occurs once,…

Continue Reading
  • Posted on March 11, 2021March 11, 2021
  • LeetCode

LeetCode 824. Goat Latin

Description https://leetcode.com/problems/goat-latin/ A sentence S is given, composed of words separated by spaces. Each word consists of lowercase and uppercase letters only.…

Continue Reading
  • Posted on March 10, 2021March 10, 2021
  • Binary Tree

LeetCode 965. Univalued Binary Tree

Description https://leetcode.com/problems/univalued-binary-tree/ A binary tree is univalued if every node in the tree has the same value. Return true if and only if the…

Continue Reading
  • Posted on March 10, 2021March 10, 2021
  • Array

LeetCode 944. Delete Columns to Make Sorted

Description https://leetcode.com/problems/delete-columns-to-make-sorted/ You are given an array of n strings strs, all of the same length. The strings can be arranged such that…

Continue Reading
  • Posted on March 9, 2021March 9, 2021
  • Array

LeetCode 977. Squares of a Sorted Array

Description https://leetcode.com/problems/squares-of-a-sorted-array/ Given an integer array nums sorted in non-decreasing order, return an array of the squares of each number sorted in non-decreasing order. Example 1: Input:…

Continue Reading
  • Posted on March 9, 2021March 9, 2021
  • Array

LeetCode 821. Shortest Distance to a Character

Description https://leetcode.com/problems/shortest-distance-to-a-character/ Given a string s and a character c that occurs in s, return an array of integers answer where answer.length == s.length and answer[i] is the distance from index i to the closest occurrence of character c in s.…

Continue Reading
  • Posted on March 8, 2021March 8, 2021
  • Array

LeetCode 1380. Lucky Numbers in a Matrix

Description https://leetcode.com/problems/find-common-characters/ Given a m * n matrix of distinct numbers, return all lucky numbers in the matrix in any order. A lucky number is an element…

Continue Reading
  • Posted on March 8, 2021March 8, 2021
  • Array

LeetCode 1002. Find Common Characters

Description https://leetcode.com/problems/find-common-characters/ Given an array A of strings made only from lowercase letters, return a list of all characters that show up…

Continue Reading
  • Posted on March 7, 2021March 7, 2021
  • Binary Tree

LeetCode 226. Invert Binary Tree

Description https://leetcode.com/problems/invert-binary-tree/ Invert a binary tree. Example: Input: 4 / \ 2 7 / \ / \ 1 3 6…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 31 Page 32 Page 33 … 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