GitHub topics: josephus-problem
RezaGooner/Josephus-problem
Flavius Josephus problem
Language: C++ - Size: 7.81 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

coderkun12/Data_Structures
data structure codes in C and C++.
Language: C - Size: 45.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Truman-min-show/tongji-DataStructure-CourseDesign
同济大学 数据结构课设:约瑟夫环和排序可视化
Language: Python - Size: 18.5 MB - Last synced at: 22 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

arshiakia/josephus-problem
Implementation of the Josephus problem in Python
Language: Python - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

paramrathour/CS-101
Practice Problems for CS101 (Computer Programming and Utilization)
Language: TeX - Size: 39.2 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 2

nattui/josephus
Josephus Permutation (Java) - The program returns the placement from a number of nodes and jumps utilizing circular linked list.
Language: Java - Size: 9.77 KB - Last synced at: 5 days ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 1

Rebelhere/Josephus-Problem
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.
Language: C++ - Size: 11.6 MB - Last synced at: 21 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

jakewilliami/JosephusProblem.jl
Simple Julia package handling the Josephus Problem
Language: Julia - Size: 1.69 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

TheKonamiKoder/josephus-problem
An experimentation of the josephus problem
Language: Jupyter Notebook - Size: 2.51 MB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

abdullahsattaar/Josephus-Circle
C++ code to implement a global function of Josephus circle problem
Language: C++ - Size: 2.93 KB - Last synced at: 8 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

kyriakos-2004/josephus_problem
This program calculates the surviving position in the Josephus problem with two ways.
Language: C++ - Size: 2.93 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

aleena-zahra/Math-Using-Cpp
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.
Language: C++ - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

frank-ezenwanne/python_puzzles
Puzzles completed in python to test my logical reasoning. The famous historical Josephus dilemma and the issue of the smallest substring
Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

alimsahy/The-Josephus
Josephus math problem solver written in C++
Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sidmittal32/LeetCode
A collection of well-documented LeetCode solutions and algorithms, showcasing my progress and problem-solving skills
Language: C++ - Size: 136 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

v-Cx/Josephus-Problem-Javascript
Josephus Problem
Language: JavaScript - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

GoodGrind/josephusRx
An Rx based implementation and demo of Josephus problem
Language: TypeScript - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

rayvantsahni/after-MATH
but what 'bout B-For Math ?
Language: Java - Size: 319 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

sahasatvik/SwordPuzzle
A program to find the solution to the Josephus Problem
Language: Java - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

TheCongaGuy/The-Josephus-Problem
Second Project for Advanced Data Structures (WSU). This application tests the speed of a linked list and vector given small and large elements
Language: C++ - Size: 331 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

K-Konstantinidis/Josephus-Problem
This is a C project that solves and displays the whole process of the Josephus problem.
Language: C - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

AKRehmanKhan/Joseph-sProblem
This is a test prgram tha implements Joseph's problem by usin queu data structure
Language: C++ - Size: 3.33 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Krish-Depani/Data-Structure-C
It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.
Language: C - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

raihankhan/Useful-Algorithms-For-Competetive-Programming
Language: C++ - Size: 132 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 20 - Forks: 5

tfpf/circular-doubly-linked-list-josephus-problem
A circular doubly-linked list implementation. Used to solve the Josephus problem.
Language: C - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

astpierre/ECE264
Advanced C Programming course notes and homeworks
Language: C - Size: 61.5 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 4

zhangwengyu999/Josephus_Problem_with_Python
A solution of Josephus Problem with Python
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aquilesRod/Josephus-Problem
The classic josephus problem, but this time using circular list
Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ima18h/lists-datastructs-cpp
Various lists implemented in c++. Can be used to solve Josephus Problems.
Language: C++ - Size: 147 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

daksh303/Recursions-Questions-Solution
In this Repository is the code to all the Recursions Questions Explained by Aditya Verma in his Recursion playlist
Language: C++ - Size: 121 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

itzpankajpanwar/Ds-Lab
My attempt for Data Structures Lab Assignments at IIT Guwahati . All assignments done in C++ language
Language: C++ - Size: 672 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

eJunior08/josephus-problem
Language: C - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

hishamcse/Puzzle-Solver-Simplified
This repository contains Java codes for solving and visualizing different kinds of puzzles
Language: Java - Size: 2.38 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

swapnillondhe24/Data_Structure_Illustration
In this mini project basic concepts of Data Structure are bound together in one main program
Language: C++ - Size: 11.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

42isTheAnswer42/JosephusProblemSolvingAlgorithm
Algorithm to solve the Josephus Problem
Language: HTML - Size: 28.3 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

me-ydv-5/queueDS
Contains the implementation codes for queue data structure in C lang.There are two codes,one using circular double linked list and the other one using stacks.
Language: C - Size: 567 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

AbhishekTiwari-342123/DataStructure-Programs
Various problems solved using Data Structures.
Language: Java - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

teresaritorto/JosephusProblem
Implementation of the Josephus Problem - written in C#
Language: C# - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

Koan317/Josephus
Circular list and Josephus problem
Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

mityakoval/algorithms
Ruby implementation of various data structures and algorithms from Princeton University 'Algorithms' course.
Language: Ruby - Size: 69.3 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1
