josephus-problem
Here are 11 public repositories matching this topic...
In this Repository is the code to all the Recursions Questions Explained by Aditya Verma in his Recursion playlist
-
Updated
Jun 2, 2023 - C++
My attempt for Data Structures Lab Assignments at IIT Guwahati . All assignments done in C++ language
-
Updated
Jan 31, 2021 - C++
This program solves the Josephus Problem using a circular Queue in C++ and visualizes it with SFML. Participants are sequentially eliminated every K-th position until only one survivor remains, displayed with graphical updates and sound effects. The program provides an interactive view of the elimination process and the final winner.
-
Updated
Oct 28, 2024 - C++
In this mini project basic concepts of Data Structure are bound together in one main program
-
Updated
Jul 14, 2020 - C++
Second Project for Advanced Data Structures (WSU). This application tests the speed of a linked list and vector given small and large elements
-
Updated
Feb 10, 2023 - C++
C++ code to implement a global function of Josephus circle problem
-
Updated
Jun 12, 2022 - C++
Collection of C++ programs showcasing diverse functionalities and mathematical concepts. Includes the Josephus problem simulation, Maclaurin series for sine calculation, Pascal's Triangle generator, and a prime numbers spiral checker.
-
Updated
Apr 13, 2024 - C++
Josephus math problem solver written in C++
-
Updated
Oct 17, 2019 - C++
This is a test prgram tha implements Joseph's problem by usin queu data structure
-
Updated
Jan 11, 2023 - C++
This program calculates the surviving position in the Josephus problem with two ways.
-
Updated
May 27, 2024 - C++
Improve this page
Add a description, image, and links to the josephus-problem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the josephus-problem topic, visit your repo's landing page and select "manage topics."