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

  • Posted on October 12, 2020July 9, 2021
  • Graph

LeetCode 210. Course Schedule II

Description https://leetcode.com/problems/course-schedule-ii/ There are a total of numCourses courses you have to take, labeled from 0 to numCourses – 1. You are given an array prerequisites where prerequisites[i]…

Continue Reading
  • Posted on October 10, 2020October 18, 2021
  • Array

LeetCode 253. Meeting Rooms II

Description https://leetcode.com/problems/meeting-rooms-ii/ Given an array of meeting time intervals intervals where intervals[i] = [starti, endi], return the minimum number of conference rooms required. Example…

Continue Reading
  • Posted on October 9, 2020October 9, 2020
  • LeetCode

LeetCode 681. Next Closest Time

Description https://leetcode.com/problems/next-closest-time/ Given a time represented in the format “HH:MM”, form the next closest time by reusing the current digits.…

Continue Reading
  • Posted on October 9, 2020October 8, 2021
  • LeetCode

LeetCode 159. Longest Substring with At Most Two Distinct Characters

Description https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters/ Given a string s , find the length of the longest substring t  that contains at most 2 distinct characters. Example 1: Input: “eceba”…

Continue Reading
  • Posted on October 8, 2020November 25, 2021
  • Backtracking

LeetCode 351. Android Unlock Patterns

Description https://leetcode.com/problems/android-unlock-patterns/ Given an Android 3×3 key lock screen and two integers m and n, where 1 ≤ m ≤ n ≤ 9, count the…

Continue Reading
  • Posted on October 6, 2020January 13, 2021
  • Backtracking

LeetCode 212. Word Search II

Description https://leetcode.com/problems/word-search-ii/ Given an m x n board of characters and a list of strings words, return all words on the board. Each word must…

Continue Reading
  • Posted on October 5, 2020July 31, 2021
  • Design

LeetCode 208. Implement Trie (Prefix Tree)

Description https://leetcode.com/problems/implement-trie-prefix-tree/ Implement a trie with insert, search, and startsWith methods. Example: Trie trie = new Trie(); trie.insert(“apple”); trie.search(“apple”); // returns true trie.search(“app”); //…

Continue Reading
  • Posted on October 5, 2020September 25, 2021
  • Backtracking

LeetCode 489. Robot Room Cleaner

Description https://leetcode.com/problems/robot-room-cleaner/ You are controlling a robot that is located somewhere in a room. The room is modeled as an m…

Continue Reading
  • Posted on October 5, 2020August 17, 2021
  • Interview

Top Questions from Microsoft

Total 58 questions. Introduction Top interview questions asked by Microsoft as voted by the LeetCode community. LeetCode compiled this list…

Continue Reading
  • Posted on October 4, 2020October 4, 2020
  • Binary Tree

LeetCode 127. Word Ladder

Description https://leetcode.com/problems/word-ladder/ Given two words (beginWord and endWord), and a dictionary’s word list, find the length of shortest transformation sequence from beginWord to endWord, such…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 43 Page 44 Page 45 … Page 54 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