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

  • Posted on May 15, 2020May 15, 2020
  • Binary Tree

LeetCode 94. Binary Tree Inorder Traversal

Description https://leetcode.com/problems/binary-tree-inorder-traversal/ Given a binary tree, return the inorder traversal of its nodes’ values. Example: Input: [1,null,2,3] 1 \ 2 / 3…

Continue Reading
  • Posted on May 15, 2020May 15, 2020
  • Array

LeetCode 334. Increasing Triplet Subsequence

Description https://leetcode.com/problems/increasing-triplet-subsequence/ Given an unsorted array return whether an increasing subsequence of length 3 exists or not in the array.…

Continue Reading
  • Posted on May 13, 2020May 13, 2020
  • LeetCode

LeetCode 160. Intersection of Two Linked Lists

Description https://leetcode.com/problems/intersection-of-two-linked-lists/ Write a program to find the node at which the intersection of two singly linked lists begins. For…

Continue Reading
  • Posted on May 13, 2020July 27, 2021
  • LeetCode

LeetCode 328. Odd Even Linked List

Description https://leetcode.com/problems/odd-even-linked-list/ Given the head of a singly linked list, group all the nodes with odd indices together followed by the nodes…

Continue Reading
  • Posted on May 12, 2020May 12, 2020
  • Array

LeetCode 73. Set Matrix Zeroes

Description https://leetcode.com/problems/set-matrix-zeroes/ Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in-place. Example…

Continue Reading
  • Posted on April 26, 2020June 11, 2021
  • Dynamic Programming

LeetCode 1143. Longest Common Subsequence

Description https://leetcode.com/problems/longest-common-subsequence/ Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0. A subsequence of a string is…

Continue Reading
  • Posted on April 25, 2020April 25, 2020
  • Dynamic Programming

LeetCode 55. Jump Game

Description https://leetcode.com/problems/jump-game/ Given an array of non-negative integers, you are initially positioned at the first index of the array. Each…

Continue Reading
  • Posted on April 25, 2020August 19, 2021
  • LeetCode

LeetCode 146. LRU Cache

Description https://leetcode.com/problems/lru-cache/ Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get(key) –…

Continue Reading
  • Posted on April 25, 2020April 25, 2020
  • Bit Manipulation

LeetCode 201. Bitwise AND of Numbers Range

Description https://leetcode.com/problems/bitwise-and-of-numbers-range/ Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND of…

Continue Reading
  • Posted on April 25, 2020August 24, 2021
  • Array

LeetCode 560. Subarray Sum Equals K

Description https://leetcode.com/problems/subarray-sum-equals-k/ Given an array of integers nums and an integer k, return the total number of continuous subarrays whose sum equals to k. Example…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 48 Page 49 Page 50 … 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