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: Microsoft Interview Question

  • Posted on March 19, 2021March 19, 2021
  • Array

LeetCode 1394. Find Lucky Integer in an Array

Description https://leetcode.com/problems/find-lucky-integer-in-an-array/ Given an array of integers arr, a lucky integer is an integer which has a frequency in the array…

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

LeetCode 1064. Fixed Point

Description https://leetcode.com/problems/fixed-point/ Given an array of distinct integers arr, where arr is sorted in ascending order, return the smallest index i that satisfies arr[i] == i. If…

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

LeetCode 961. N-Repeated Element in Size 2N Array

Description https://leetcode.com/problems/n-repeated-element-in-size-2n-array/ In a array A of size 2N, there are N+1 unique elements, and exactly one of these elements is repeated N times. Return the element…

Continue Reading
  • Posted on March 18, 2021
  • LeetCode

LeetCode 500. Keyboard Row

Description https://leetcode.com/problems/keyboard-row/ Given an array of strings words, return the words that can be typed using letters of the alphabet on only…

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

LeetCode 1337. The K Weakest Rows in a Matrix

Description https://leetcode.com/problems/the-k-weakest-rows-in-a-matrix/ You are given an m x n binary matrix mat of 1‘s (representing soldiers) and 0‘s (representing civilians). The soldiers are positioned in front of the…

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

LeetCode 1507. Reformat Date

Description https://leetcode.com/problems/reformat-date/ Given a date string in the form Day Month Year, where: Day is in the set {“1st”, “2nd”, “3rd”, “4th”, …, “30th”, “31st”}.…

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

LeetCode 867. Transpose Matrix

Description https://leetcode.com/problems/transpose-matrix/ Given a 2D integer array matrix, return the transpose of matrix. The transpose of a matrix is the matrix flipped over its main diagonal, switching…

Continue Reading
  • Posted on March 17, 2021
  • Array

LeetCode 1550. Three Consecutive Odds

Description https://leetcode.com/problems/three-consecutive-odds/ Given an integer array arr, return true if there are three consecutive odd numbers in the array. Otherwise, return false. Example 1:…

Continue Reading
  • Posted on March 17, 2021
  • Database

LeetCode 182. Duplicate Emails

Description https://leetcode.com/problems/duplicate-emails/ SQL Schema Write a SQL query to find all duplicate emails in a table named Person. +—-+———+ | Id…

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

LeetCode 637. Average of Levels in Binary Tree

Description https://leetcode.com/problems/average-of-levels-in-binary-tree/ Given the root of a binary tree, return the average value of the nodes on each level in the form of…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 29 Page 30 Page 31 … Page 55 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