DEV Community

Discussion on: 1 of 365 Coding challenge

Collapse
 
fpaghar profile image
Fatemeh Paghar

šŸš€ Hey there! Thanks for sharing your coding journey and your solution to the 'Climbing the Leaderboard' challenge! Starting with a coding challenge can be a bit tricky, but kudos to you for diving in and learning along the way. šŸ‘

šŸ¤” In the part where you iterate through player scores, the logic seems well-structured. I like how you handle cases where the player's score is less than the lowest or greater than the highest rank. The middle-point strategy for optimizing the search process is a nice touch, especially for performance considerations.