thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
486 stars 545 forks source link

Josephus Problem in C++ #912

Open KunalKartik02 opened 1 year ago

KunalKartik02 commented 1 year ago

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++. It is an iterative solution and users set of CPP STL.

Additional context Kindly assign this to me and add hacktoberfest tag.

KunalKartik02 commented 1 year ago

Kindly review my https://github.com/thuva4/Algorithms/pull/913 here @thuva4