Problem 44949. Find the Best Hotels
Given three input variables:
- hotels - a list of hotel names
- ratings - their ratings in a city
- cutoff - the rating at which you would like to cut off
return only the names of those hotels with a rating of cutoff value or above as a column vector of strings good.
Solution Stats
Problem Comments
-
7 Comments
Show
4 older comments
Isabella Stellitano
on 14 Nov 2021
Good problem
Sarah
on 1 Dec 2022
very good and challenging problem
TEJAS CHORGE
on 5 Mar 2024
challenging
Solution Comments
Show commentsGroup

Project Euler II
- 12 Problems
- 51 Finishers
- Find the longest sequence of 1's in a binary sequence.
- Convert given decimal number to binary number.
- Find out sum and carry of Binary adder
- Binary numbers
- Given an unsigned integer x, find the largest y by rearranging the bits in x
- Bit Reversal
- Relative ratio of "1" in binary number
- Binary code (array)
- Converting binary to decimals
- There are 10 types of people in the world
Problem Recent Solvers8370
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!