An open API service providing repository metadata for many open source software ecosystems.

Topic: "josephus-problem"

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

RezaGooner/Josephus-problem

Flavius Josephus problem

Language: C++ - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 6 - 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: about 4 years ago - Stars: 4 - Forks: 0

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: 10 days ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 1

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: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

v-Cx/Josephus-Problem-Javascript

Josephus Problem

Language: JavaScript - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

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

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: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

Truman-min-show/tongji-DataStructure-CourseDesign

同济大学 数据结构课设:约瑟夫环和排序可视化

Language: Python - Size: 18.5 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

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: about 2 months ago - Pushed at: 7 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: 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

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: 5 months ago - Pushed at: over 4 years ago - Stars: 1 - 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: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

coderkun12/Data_Structures

data structure codes in C and C++.

Language: C - Size: 45.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

arshiakia/josephus-problem

Implementation of the Josephus problem in Python

Language: Python - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 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: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 2

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: 12 months ago - Pushed at: about 1 year 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

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

TheKonamiKoder/josephus-problem

An experimentation of the josephus problem

Language: Jupyter Notebook - Size: 2.51 MB - Last synced at: 9 months ago - Pushed at: about 2 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: over 2 years ago - Stars: 0 - 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

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

abdullahsattaar/Josephus-Circle

C++ code to implement a global function of Josephus circle problem

Language: C++ - Size: 2.93 KB - Last synced at: 9 months ago - Pushed at: almost 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: about 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: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

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: almost 4 years ago - Stars: 0 - 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

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

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

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

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

astpierre/ECE264

Advanced C Programming course notes and homeworks

Language: C - Size: 61.5 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 4

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

Koan317/Josephus

Circular list and Josephus problem

Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

GoodGrind/josephusRx

An Rx based implementation and demo of Josephus problem

Language: TypeScript - Size: 67.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 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

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

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: over 9 years ago - Stars: 0 - Forks: 0

Related Topics
data-structures 8 josephus 7 queue 7 cpp 6 c 5 josephus-permutation 5 circular-linked-list 5 linked-list 5 stack 5 recursion 4 tower-of-hanoi 3 math 3 python 3 julia 2 algorithm 2 sorting 2 selection-sort 2 logic-programming 2 linux 2 insertion-sort 2 heapsort 2 towerofhanoi 2 pascals-triangle 2 binary-search-tree 2 josephusproblem 2 tree 2 quicksort 2 fibonacci 2 prime-factorizations 2 sorting-algorithms 2 bubble-sort 2 bubblesort 2 julia-package 1 julia-language 1 logica-de-programacao 1 analysis 1 reasoning 1 thinkpython 1 visual-studio 1 factorial-calculation 1 maclaurin-series 1 prime-number-generation 1 prime-spirals 1 placement 1 matrix-linked-list 1 exe 1 execution 1 execution-cycle 1 josephus-circle 1 problem-solving 1 algorithms 1 prisoners 1 queues 1 1d-array 1 2d-arrays 1 binary-search 1 evaluation-of-expresion 1 infix-to-postfix 1 linear-search 1 pattern-matching 1 string-reversal 1 julialang 1 rxjs5 1 estrutura-de-dados 1 collatz-conjecture 1 doomsday-algorithm 1 dragon-curve 1 hereditary-representation 1 isbn 1 l-systems 1 thue-morse-sequence 1 lattice-path 1 linear-feedback-shift-register 1 look-and-say-sequence 1 modular-exponentiation 1 newton-interpolation 1 partitions 1 pisano-period 1 sierpinski-triangle 1 simpson-rule 1 star-polygon 1 visiualization 1 arraylists 1 big-o 1 tongji 1 linkedlists 1 pygame 1 bootstrap 1 mfc 1 html5 1 solver 1 linklist 1 searching 1 datastructures 1 vectors 1 barnsley-fern 1 chaos-game 1 python3 1 golden-ratio 1 greatest-common-divisor 1