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 31, 2021
  • LeetCode

LeetCode 1317. Convert Integer to the Sum of Two No-Zero Integers

Description https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers/ Given an integer n. No-Zero integer is a positive integer which doesn’t contain any 0 in its decimal representation. Return a list…

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

LeetCode 1422. Maximum Score After Splitting a String

Description https://leetcode.com/problems/maximum-score-after-splitting-a-string/ Given a string s of zeros and ones, return the maximum score after splitting the string into two non-empty substrings (i.e. left substring and right substring). The score after…

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

LeetCode 1150. Check If a Number Is Majority Element in a Sorted Array

Description https://leetcode.com/problems/check-if-a-number-is-majority-element-in-a-sorted-array/ Given an array nums sorted in non-decreasing order, and a number target, return True if and only if target is a majority element. A majority element is an element…

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

LeetCode 448. Find All Numbers Disappeared in an Array

Description https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/ Given an array nums of n integers where nums[i] is in the range [1, n], return an array of all the integers in the range [1, n] that…

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

LeetCode 1331. Rank Transform of an Array

Description https://leetcode.com/problems/rank-transform-of-an-array/ Given an array of integers arr, replace each element with its rank. The rank represents how large the element…

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

LeetCode 1556. Thousand Separator

Description https://leetcode.com/problems/thousand-separator/ Given an integer n, add a dot (“.”) as the thousands separator and return it in string format. Example 1: Input: n…

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

LeetCode 1598. Crawler Log Folder

Description https://leetcode.com/problems/crawler-log-folder/ The Leetcode file system keeps a log each time some user performs a change folder operation. The operations are described…

Continue Reading
  • Posted on March 29, 2021March 29, 2021
  • Database

LeetCode 175. Combine Two Tables

Description https://leetcode.com/problems/combine-two-tables/ SQL Schema Table: Person +————-+———+ | Column Name | Type | +————-+———+ | PersonId | int | | FirstName…

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

LeetCode 1189. Maximum Number of Balloons

Description https://leetcode.com/problems/maximum-number-of-balloons/ Given a string text, you want to use the characters of text to form as many instances of the word “balloon” as possible.…

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

LeetCode 1800. Maximum Ascending Subarray Sum

Description https://leetcode.com/problems/maximum-ascending-subarray-sum/ Given an array of positive integers nums, return the maximum possible sum of an ascending subarray in nums. A subarray is defined as…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 26 Page 27 Page 28 … 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