josephus-problem
Here are 37 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++
Josephus Permutation (Java) - The program returns the placement from a number of nodes and jumps utilizing circular linked list.
-
Updated
Mar 30, 2018 - Java
but what 'bout B-For Math ?
-
Updated
May 5, 2021 - Java
It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.
-
Updated
Dec 27, 2022 - 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++
This is a C project that solves and displays the whole process of the Josephus problem.
-
Updated
Dec 28, 2021 - C
Simple Julia package handling the Josephus Problem
-
Updated
Oct 6, 2024 - Julia
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++
Implementation of the Josephus Problem - written in C#
-
Updated
Jun 28, 2016 - C#
C++ code to implement a global function of Josephus circle problem
-
Updated
Jun 12, 2022 - C++
Advanced C Programming course notes and homeworks
-
Updated
Dec 10, 2018 - C
-
Updated
Jun 29, 2021 - C
Puzzles completed in python to test my logical reasoning. The famous historical Josephus dilemma and the issue of the smallest substring
-
Updated
Jun 13, 2021 - Python
Unity Puzzle & EdTech Game from Thailand Horror Jam 2024
-
Updated
Oct 13, 2024 - C#
A circular doubly-linked list implementation. Used to solve the Josephus problem.
-
Updated
Nov 1, 2022 - 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."