Αποτελέσματα Αναζήτησης
20 Απρ 2020 · In this video, we'll be solving the next problem, which is, Birthday Cake Candles using Python 3. Problem difficulty: Easy Problem link: https://www.hackerrank.com/challenges...
31 Ιουλ 2024 · In this HackerRank Birthday Cake Candles problem solution, You are in charge of the cake for a child’s birthday. You have decided the cake will have one candle for each year of their total age. They will only be able to blow out the tallest of the candles. Count how many candles are tallest. Example.
⭐️ Content Description ⭐️In this video, I have explained on how to solve birthday cake candles using max and count function in python. This hackerrank proble...
Complete the function birthdayCakeCandles in the editor below. birthdayCakeCandles has the following parameter (s): int candles [n]: the candle heights. Returns. int: the number of candles that are tallest. Input Format. The first line contains a single integer, n, the size of candles[].
5 Αυγ 2020 · Birthday Cake Candles (Python 3) Posted Aug 4, 2020 by HyunMin Kim. URL : https://www.hackerrank.com/challenges/birthday-cake-candles/problem. You are in charge of the cake for your niece’s birthday and have decided the cake will have one candle for each year of her total age.
# You are in charge of the cake for your niece's birthday and have decided the cake will have one candle for each year of her total age. When she blows out the candles, she’ll only be able to blow out the tallest ones. Your task is to find out how many candles she can successfully blow out.
What's up ? this is the 9th episode of Hackerrank with python and In this video we will see how to solve the Birthday Cake candles challenge on Hackerrank us...