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 4, 2021September 2, 2021
  • LeetCode

LeetCode 415. Add Strings

Description https://leetcode.com/problems/add-strings/ Given two non-negative integers, num1 and num2 represented as string, return the sum of num1 and num2 as a string. Example 1: Input: num1 = “11”, num2…

Continue Reading
  • Posted on April 3, 2021
  • Array

LeetCode 27. Remove Element

Description https://leetcode.com/problems/remove-element/ Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate…

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

LeetCode 392. Is Subsequence

Description https://leetcode.com/problems/is-subsequence/ Given two strings s and t, check if s is a subsequence of t. A subsequence of a string is a new string that is formed from the…

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

LeetCode 1243. Array Transformation

Description https://leetcode.com/problems/array-transformation/ Given an initial array arr, every day you produce a new array using the array of the previous day.…

Continue Reading
  • Posted on April 2, 2021
  • Binary Tree

LeetCode 270. Closest Binary Search Tree Value

Description https://leetcode.com/problems/closest-binary-search-tree-value/ Given the root of a binary search tree and a target value, return the value in the BST that is closest to the target.…

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

LeetCode 252. Meeting Rooms

Description https://leetcode.com/problems/meeting-rooms/ Given an array of meeting time intervals where intervals[i] = [starti, endi], determine if a person could attend all meetings. Example…

Continue Reading
  • Posted on April 1, 2021April 1, 2021
  • Binary Search

LeetCode 704. Binary Search

Description https://leetcode.com/problems/binary-search/ Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums.…

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

LeetCode 1539. Kth Missing Positive Number

Description https://leetcode.com/problems/kth-missing-positive-number/ Given an array arr of positive integers sorted in a strictly increasing order, and an integer k. Find the kth positive integer that is missing…

Continue Reading
  • Posted on April 1, 2021
  • LeetCode

LeetCode 1137. N-th Tribonacci Number

Description https://leetcode.com/problems/n-th-tribonacci-number/ The Tribonacci sequence Tn is defined as follows:  T0 = 0, T1 = 1, T2 = 1, and Tn+3 = Tn + Tn+1 + Tn+2 for…

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

LeetCode 653. Two Sum IV – Input is a BST

Description https://leetcode.com/problems/two-sum-iv-input-is-a-bst/ Given the root of a Binary Search Tree and a target number k, return true if there exist two elements in the BST…

Continue Reading

Posts navigation

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