MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions
MIT License
732 stars 773 forks source link

Josephus problem solution in C++ #970

Open Pranav-Rustagi opened 2 years ago

Pranav-Rustagi commented 2 years ago

Information about Algorithm

Recursive solution for the Josephus problem

This is a recursive algorithm which gives solution for the Josephus problem.

Have you read the Contributing.md and Code of conduct

Other context

(Type here) This problem is available on both GeeksForGeeks as well as Leetcode.

Pranav-Rustagi commented 2 years ago

@aayushjain7 Can you please assign it to me?

ming-tsai commented 2 years ago

Hi @Pranav-Rustagi, If you are participating hacktoberfest 2022, please read this #968.

Pranav-Rustagi commented 2 years ago

@ming-tsai I'd like to contribute anyway.