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

Category: Math

  • Posted on March 31, 2021
  • LeetCode

LeetCode 1317. Convert Integer to the Sum of Two No-Zero Integers

Description https://leetcode.com/problems/convert-integer-to-the-sum-of-two-no-zero-integers/ Given an integer n. No-Zero integer is a positive integer which doesn’t contain any 0 in its decimal representation. Return a list…

Continue Reading
  • Posted on March 22, 2021March 22, 2021
  • LeetCode

LeetCode 575. Distribute Candies

Description https://leetcode.com/problems/distribute-candies/ Alice has n candies, where the ith candy is of type candyType[i]. Alice noticed that she started to gain weight, so she visited…

Continue Reading
  • Posted on March 20, 2021March 20, 2021
  • LeetCode

LeetCode 258. Add Digits

Description https://leetcode.com/problems/add-digits/ Given an integer num, repeatedly add all its digits until the result has only one digit, and return it.…

Continue Reading
  • Posted on March 16, 2021March 16, 2021
  • LeetCode

LeetCode 1716. Calculate Money in Leetcode Bank

Description https://leetcode.com/problems/calculate-money-in-leetcode-bank/ Hercy wants to save money for his first car. He puts money in the Leetcode bank every day. He starts…

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 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 22, 2021February 22, 2021
  • LeetCode

LeetCode 1290. Convert Binary Number in a Linked List to Integer

Description https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integer/ Given head which is a reference node to a singly-linked list. The value of each node in the linked list is…

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

LeetCode 1688. Count of Matches in Tournament

Description https://leetcode.com/problems/count-of-matches-in-tournament/ You are given an integer n, the number of teams in a tournament that has strange rules: If the…

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

LeetCode 1281. Subtract the Product and Sum of Digits of an Integer

Description https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/ Given an integer number n, return the difference between the product of its digits and the sum of its…

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

LeetCode 1342. Number of Steps to Reduce a Number to Zero

Description https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/ Given a non-negative integer num, return the number of steps to reduce it to zero. If the current number…

Continue Reading

Posts navigation

Previous Page Page 1 Page 2 Page 3 Page 4 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