Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 372 Bytes

Josephus-Permutation

The following algorithm solves Josephus Permutation with Circular Linked List. The program returns the the placement from a number of nodes and jumps.

License

All parts of josephus are free to use and abuse under the open-source MIT license.

Acknowledgement

Josephus Permutation was created by Nhat Nguyen.