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 April 22, 2021April 22, 2021
  • Array

LeetCode 734. Sentence Similarity

Description https://leetcode.com/problems/sentence-similarity/ We can represent a sentence as an array of words, for example, the sentence “I am happy with leetcode” can be represented…

Continue Reading
  • Posted on April 22, 2021April 22, 2021
  • Array

LeetCode 747. Largest Number At Least Twice of Others

Description https://leetcode.com/problems/largest-number-at-least-twice-of-others/ You are given an integer array nums where the largest integer is unique. Find whether the largest element in the array…

Continue Reading
  • Posted on April 21, 2021April 21, 2021
  • LeetCode

LeetCode 917. Reverse Only Letters

Description https://leetcode.com/problems/reverse-only-letters/ Given a string S, return the “reversed” string where all characters that are not a letter stay in the same…

Continue Reading
  • Posted on April 21, 2021April 21, 2021
  • Database

LeetCode 1667. Fix Names in a Table

Description https://leetcode.com/problems/fix-names-in-a-table/ SQL Schema Table: Users +—————-+———+ | Column Name | Type | +—————-+———+ | user_id | int | | name…

Continue Reading
  • Posted on April 21, 2021April 21, 2021
  • Array

LeetCode 243. Shortest Word Distance

Description https://leetcode.com/problems/shortest-word-distance/ Given an array of strings wordsDict and two different strings that already exist in the array word1 and word2, return the shortest distance between…

Continue Reading
  • Posted on April 21, 2021April 21, 2021
  • Array

LeetCode 1608. Special Array With X Elements Greater Than or Equal X

Description https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x/ You are given an array nums of non-negative integers. nums is considered special if there exists a number x such that there are exactly x numbers in nums that are greater than…

Continue Reading
  • Posted on April 20, 2021April 20, 2021
  • Array

LeetCode 1437. Check If All 1’s Are at Least Length K Places Away

Description https://leetcode.com/problems/check-if-all-1s-are-at-least-length-k-places-away/ Given an array nums of 0s and 1s and an integer k, return True if all 1’s are at least k places away from each…

Continue Reading
  • Posted on April 20, 2021April 20, 2021
  • Array

LeetCode 1287. Element Appearing More Than 25% In Sorted Array

Description https://leetcode.com/problems/element-appearing-more-than-25-in-sorted-array/ Given an integer array sorted in non-decreasing order, there is exactly one integer in the array that occurs more than…

Continue Reading
  • Posted on April 20, 2021April 20, 2021
  • Array

LeetCode 1491. Average Salary Excluding the Minimum and Maximum Salary

Description https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/ Given an array of unique integers salary where salary[i] is the salary of the employee i. Return the average salary of employees excluding the minimum…

Continue Reading
  • Posted on April 20, 2021April 20, 2021
  • Array

LeetCode 1413. Minimum Value to Get Positive Step by Step Sum

Description https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sum/ Given an array of integers nums, you start with an initial positive value startValue. In each iteration, you calculate the step by…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 20 Page 21 Page 22 … 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