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

LeetCode 303. Range Sum Query – Immutable

Description https://leetcode.com/problems/range-sum-query-immutable/ Given an integer array nums, find the sum of the elements between indices left and right inclusive, where (left <= right). Implement the NumArray class: NumArray(int[]…

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

LeetCode 374. Guess Number Higher or Lower

Description https://leetcode.com/problems/guess-number-higher-or-lower/ We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have…

Continue Reading
  • Posted on April 6, 2021July 5, 2021
  • Bit Manipulation

LeetCode 67. Add Binary

Description https://leetcode.com/problems/add-binary/ Given two binary strings a and b, return their sum as a binary string. Example 1: Input: a = “11”, b =…

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

LeetCode 796. Rotate String

Description https://leetcode.com/problems/rotate-string/ We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position.…

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

LeetCode 744. Find Smallest Letter Greater Than Target

Description https://leetcode.com/problems/find-smallest-letter-greater-than-target/ Given a list of sorted characters letters containing only lowercase letters, and given a target letter target, find the smallest element…

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

LeetCode 724. Find Pivot Index

Description https://leetcode.com/problems/find-pivot-index/ Given an array of integers nums, calculate the pivot index of this array. The pivot index is the index where the sum of…

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

LeetCode 1796. Second Largest Digit in a String

Description https://leetcode.com/problems/second-largest-digit-in-a-string/ Given an alphanumeric string s, return the second largest numerical digit that appears in s, or -1 if it does not exist. An alphanumericstring is a…

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

LeetCode 1056. Confusing Number

Description https://leetcode.com/problems/confusing-number/ Given a number N, return true if and only if it is a confusing number, which satisfies the following condition: We can…

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

LeetCode 58. Length of Last Word

Description https://leetcode.com/problems/length-of-last-word/ Given a string s consists of some words separated by spaces, return the length of the last word in the string. If…

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

LeetCode 83. Remove Duplicates from Sorted List

Description https://leetcode.com/problems/remove-duplicates-from-sorted-list/ Given the head of a sorted linked list, delete all duplicates such that each element appears only once. Return the linked list sorted as…

Continue Reading

Posts navigation

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