Kunal Kartik
Kunal Kartik
### Detailed description I am proposing C++ implementation of the famous Josephus problem. The statement is as follows - Consider a game where there are n children (numbered 1,2,…,n) in...
**Is your feature request related to a problem? Please describe.** I would like to implement Josephus problem solution **Describe the solution you'd like** I am implementing the solution in C++....
**This is a(n):** - [ ] New algorithm - [x] Update to an existing algorithm - [ ] Error - [ ] Proposal to the Repository **Details:** Given an undirected...