minimum

0

i have a chocolate bar of size m*n. i wish to split it into unit-sized pieces. what is the minimum split i have to do with the bar?

By Beginner Kenny Rogahn at Jun 02 2021

0

given an array of time intervals (start, end) for classroom lectures (possibly overlapping), find the minimum number of rooms required. for example, given [(30, 75), (0, 50), (60, 150)], you should return 2.

By Beginner Andrea Barrows at Jun 20 2021

0

[00:21:56] Input is required, but Expo CLI is in non-interactive mode. --template: argument is required in non-interactive mode. Valid choices are: "blank", "tabs", "bare-minimum" or any custom template (name of npm package).

By Stone Hammer Anne Johns at Nov 13 2020

0

write a function that calculates the mean, median, variance, standard deviation, minimum and maximum of of list of items. you can assume the given list is contains only numerical entries, and you may use numpy functions to do this.

By Beginner Clifford Gutmann at Mar 28 2021

-1

minimum number of swaps to sort an array javascript

By Wooden Hammer Randy Lind at Jan 20 2021

-1

Write a interactive C program to find the MINIMUM array elements in a given 3X3 matrix.

By Beginner Jackie Nicolas at Dec 27 2020


Related code examples


Code examples by languages