A playground for solutions to the Josephus problem (or Josephus permutation)
In computer science and mathematics, the Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game. Such games are used to pick out a person from a group, e.g. eeny, meeny, miny, moe. https://en.wikipedia.org/wiki/Josephus_problem
Contribute your solution by adding a folder name {your github name}+{your language} such as "bryanhunter+elixir".