Skip to content

janreggie/lowest-winner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lowest_winner

Given an ordered list of scores scores : &Vec<i32> and a number of rounds rounds : u32, such that a player would gain scores[0] points if they scored last and scores[-1] if they scored first in any given round, what is the lowest possible score a player can have after rounds rounds and still be in first place?

Inspired by the question:

What is the lowest possible score a player can have in Mario Kart during a grand prix and still win?

which led me to this YouTube video.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages