We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Algorithms
- Warmup
- Birthday Cake Candles
- Discussions
Birthday Cake Candles
Birthday Cake Candles
Sort by
recency
|
5391 Discussions
|
Please Login in order to post a comment
Here is Birthday cake candles solution in Python, java, c++, c and javascript - https://programmingoneonone.com/hackerrank-birthday-cake-candles-problem-solution.html
Resolucion en java:
int mayor = candles.get(0); int contador = 1;
Resolucion en java:
int mayor = candles.get(0); int contador = 1;
GO // Write your code here max := int32(0) count := int32(0)
Rust