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

LeetCode 1295. Find Numbers with Even Number of Digits

Description https://leetcode.com/problems/find-numbers-with-even-number-of-digits/ Given an array nums of integers, return how many of them contain an even number of digits. Example 1: Input: nums =…

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

LeetCode 1748. Sum of Unique Elements

Description https://leetcode.com/problems/sum-of-unique-elements/ You are given an integer array nums. The unique elements of an array are the elements that appear exactly once in…

Continue Reading
  • Posted on February 27, 2021February 27, 2021
  • Binary Tree

LeetCode 1302. Deepest Leaves Sum

Description https://leetcode.com/problems/deepest-leaves-sum/ Given a binary tree, return the sum of values of its deepest leaves. Example 1: Input: root =…

Continue Reading
  • Posted on February 27, 2021February 27, 2021
  • LeetCode

LeetCode 1304. Find N Unique Integers Sum up to Zero

Description https://leetcode.com/problems/find-n-unique-integers-sum-up-to-zero/ Given an integer n, return any array containing n unique integers such that they add up to 0. Example 1: Input: n = 5 Output:…

Continue Reading
  • Posted on February 26, 2021February 26, 2021
  • Array

LeetCode 832. Flipping an Image

Description https://leetcode.com/problems/flipping-an-image/ Given an n x n binary matrix image, flip the image horizontally, then invert it, and return the resulting image. To flip an…

Continue Reading
  • Posted on February 26, 2021February 26, 2021
  • Database

LeetCode 627. Swap Salary

Description https://leetcode.com/problems/swap-salary/ SQL Schema Table: Salary +————-+———-+ | Column Name | Type | +————-+———-+ | id | int | | name…

Continue Reading
  • Posted on February 25, 2021
  • Array

LeetCode 1572. Matrix Diagonal Sum

Description https://leetcode.com/problems/matrix-diagonal-sum/ Given a square matrix mat, return the sum of the matrix diagonals. Only include the sum of all the elements on…

Continue Reading
  • Posted on February 25, 2021February 25, 2021
  • LeetCode

LeetCode 1134. Armstrong Number

Description https://leetcode.com/problems/armstrong-number/ The k-digit number N is an Armstrong number if and only if the k-th power of each digit sums to…

Continue Reading
  • Posted on February 25, 2021February 25, 2021
  • Array

LeetCode 1295. Find Numbers with Even Number of Digits

Description https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/ Given n and m which are the dimensions of a matrix initialized by zeros and given an array indices where indices[i] = [ri, ci]. For…

Continue Reading
  • Posted on February 24, 2021February 24, 2021
  • Array

LeetCode 1295. Find Numbers with Even Number of Digits

Description https://leetcode.com/problems/find-numbers-with-even-number-of-digits/ Given an array nums of integers, return how many of them contain an even number of digits. Example 1: Input: nums =…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 33 Page 34 Page 35 … 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