Skip to content

Instantly share code, notes, and snippets.

@rachidelaid
Created May 24, 2022 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rachidelaid/dc2a64acfe0f0117c597b45f861e12f9 to your computer and use it in GitHub Desktop.
Save rachidelaid/dc2a64acfe0f0117c597b45f861e12f9 to your computer and use it in GitHub Desktop.
function saveThePrisoner(n, m, s) {
return (m%n+s-1)%n ? (m%n+s-1)%n : n
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment