Messages
1/29/2024
19 : 24
Daily Coding Problem: Problem #1346 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given an array of numbers and an index i , return the index of the nearest
1/28/2024
19 : 4
Daily Coding Problem: Problem #1345 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by WhatsApp. Given an array of integers out of order, determine the bounds of the smallest
1/27/2024
19 : 4
Daily Coding Problem: Problem #1344 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Twitter. A teacher must divide a class of students into two teams to play dodgeball.
1/26/2024
19 : 14
Daily Coding Problem: Problem #1343 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Find the minimum number of coins required to make n cents. You can use standard
1/25/2024
18 : 54
Daily Coding Problem: Problem #1342 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. You are given an N by N matrix of random letters and a dictionary of words. Find
1/24/2024
18 : 54
Daily Coding Problem: Problem #1341 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by PayPal. Given a binary tree, determine whether or not it is height-balanced. A height-
1/23/2024
19 : 4
Daily Coding Problem: Problem #1340 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. There is an N by M matrix of zeroes. Given N and M, write a function to count
1/22/2024
19 : 4
Daily Coding Problem: Problem #1339 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. On our special chessboard, two bishops attack each other if they share the same
1/21/2024
18 : 54
Daily Coding Problem: Problem #1338 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Given an unsorted array of integers, find the length of the longest
1/20/2024
18 : 44
Daily Coding Problem: Problem #1337 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Square. The Sieve of Eratosthenes is an algorithm used to generate all prime numbers
1/19/2024
18 : 54
Daily Coding Problem: Problem #1336 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. You have an N by N board. Write a function that, given N, returns the number
1/18/2024
18 : 54
Daily Coding Problem: Problem #1335 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given the mapping a = 1, b = 2, ... z = 26, and an encoded message, count the
1/17/2024
19 : 4
Daily Coding Problem: Problem #1334 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. The edit distance between two strings refers to the minimum number of character
1/16/2024
19 : 14
Daily Coding Problem: Problem #1333 [Medium]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Slack. You are given an N by M matrix of 0 s and 1 s. Starting from the top left corner,
1/15/2024
18 : 44
Daily Coding Problem: Problem #1332 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Airbnb. You are given an array X of floating-point numbers x 1 , x 2 , ... x n . These
1/14/2024
18 : 44
Daily Coding Problem: Problem #1331 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. You are given given a list of rectangles represented by min and max x- and y-
1/13/2024
18 : 44
Daily Coding Problem: Problem #1330 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Dropbox. Spreadsheets often use this alphabetical encoding for its columns: "A
1/12/2024
18 : 44
Daily Coding Problem: Problem #1329 [Easy]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a set of points (x, y) on a 2D cartesian plane, find the two closest
1/12/2024
9 : 24
Daily Coding Problem: Problem #1327 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Netflix. Implement a queue using a set of fixed-length arrays. The queue should support
1/12/2024
9 : 5
Daily Coding Problem: Problem #1328 [Hard]
Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a string, split it into as few strings as possible such that each string