All Questions
3 questions
3
votes
2
answers
5k
views
Hackerrank problem: Climbing the Leaderboard (Java)
I am solving the following Hackerrank problem: Climbing the Leaderboard.
The problem statement:
Alice is playing an arcade game and wants to climb to the top of the leaderboard and wants to track her ...
1
vote
3
answers
121
views
Picking from a list of individuals based on their fitness values
I have this method that takes a list of my individuals (class has public field fitnessValue). I sum all fitnessValue and then ...
2
votes
1
answer
109
views
Implementing logic in a different way
I need to write a function which will do the following functionalities
I would get a string and a array as input parameters
The string would be like one of the following for example
...