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: Array

  • Posted on October 17, 2020October 18, 2020
  • Array

LeetCode 1620. Coordinate With Maximum Network Quality

Description https://leetcode.com/problems/coordinate-with-maximum-network-quality/ You are given an array of network towers towers and an integer radius, where towers[i] = [xi, yi, qi] denotes the ith network tower with…

Continue Reading
  • Posted on October 17, 2020October 18, 2020
  • Array

LeetCode 1619. Mean of Array After Removing Some Elements

Description https://leetcode.com/problems/mean-of-array-after-removing-some-elements/ Given an integer array arr, return the mean of the remaining integers after removing the smallest 5% and the largest 5% of the elements.…

Continue Reading
  • Posted on October 17, 2020October 17, 2020
  • Array

LeetCode 135. Candy

Description https://leetcode.com/problems/candy/ There are N children standing in a line. Each child is assigned a rating value. You are giving candies to…

Continue Reading
  • Posted on October 14, 2020October 11, 2021
  • Array

LeetCode 904. Fruit Into Baskets

Description https://leetcode.com/problems/fruit-into-baskets/ You are visiting a farm that has a single row of fruit trees arranged from left to right.…

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 2, 2020October 2, 2020
  • Array

LeetCode 933. Number of Recent Calls

Description https://leetcode.com/problems/number-of-recent-calls/ You have a RecentCounter class which counts the number of recent requests within a certain time frame. Implement the RecentCounter class: RecentCounter() Initializes…

Continue Reading
  • Posted on October 2, 2020October 2, 2020
  • Array

LeetCode 624. Maximum Distance in Arrays

Description https://leetcode.com/problems/maximum-distance-in-arrays/ Given m arrays, and each array is sorted in ascending order. Now you can pick up two integers from two…

Continue Reading
  • Posted on October 1, 2020October 5, 2020
  • Array

LeetCode 31. Next Permutation

Description https://leetcode.com/problems/next-permutation/ Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not…

Continue Reading
  • Posted on September 30, 2020September 20, 2021
  • Array

LeetCode 857. Minimum Cost to Hire K Workers

Description https://leetcode.com/problems/minimum-cost-to-hire-k-workers/ There are n workers. You are given two integer arrays quality and wage where quality[i] is the quality of the ith worker and wage[i] is the minimum wage expectation for…

Continue Reading
  • Posted on September 29, 2020September 29, 2020
  • Array

LeetCode 165. Compare Version Numbers

Description https://leetcode.com/problems/compare-version-numbers/ Given two version numbers, version1 and version2, compare them. Version numbers consist of one or more revisions joined by a dot ‘.’. Each revision consists…

Continue Reading

Posts navigation

Previous Page Page 1 … Page 15 Page 16 Page 17 … Page 19 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