Container With Most Water
You are given an integer array height . There are vertical lines drawn such that the two endpoints of the ith line are (i, 1) an...
5ヶ月 前
解決済み
Two Sum
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
You m...
Shifting vertically a function's graph
Given a real function, f, by n input-output pairs, consider a translation in the up-down direction given by an amount k.
For a ...
6ヶ月 前
解決済み
FEN Chess Notation
Given an 8-by-8 character matrix representing a chess board, convert it to FEN (Forsyth-Edwards Notation) board position format....
6ヶ月 前
解決済み
find the nth number (plus)
this problem is the harder version of Problem 61014.
The numbers 2 and 7 are called lucky numbers, an integer containing only t...
6ヶ月 前
解決済み
Moving Movsum
Given a vector (x) and a window (y), calculate the sum s(k) corresponding to k-y(k)+1:k values of x
%%Example 1
x = [1 2 3 4...
6ヶ月 前
解決済み
Calculating Swimming Stroke Index (SI)
In competitive swimming, speed () is only one part of the equation. High efficiency is defined by moving fast while maintaining ...
Linearly Spaced Array
Create a linearly spaced array from 0 to x consisting of y elements.
6ヶ月 前
解決済み
CumulativeCumulative Count
This is a sequel to Problem #60994 - Cumulative Count.
Given a row vector of integers with repeating values - here not all re...
6ヶ月 前
解決済み
Mach Number Calculator
Create a solver which converts a speed in km/s to a Mach Number
Round to 2 decimal places
Requires:
Mach Number Formula (ea...
6ヶ月 前
解決済み
The Secret Code of Mars
NASA has intercepted a mysterious signal from Mars filled with random letters and numbers. Scientists believe each number in the...
6ヶ月 前
解決済み
Find the logic and return the nth number
given a sequence of numbers arranged in the following order:
A=0,1,3,4,9,10,12,13,27,28,30,31,36,37,......
Write a function th...