JainkrishnaDice Roller using PYTHON !!!Source Code :- https://github.com/krishnajain/dice-rolling-pythonSep 20, 2021Sep 20, 2021
JainkrishnaSudoku SolverSudoku (数独, sūdoku, digit-single) (originally called Number Place) is a logic-based, combinatorial number-placement puzzle. In classic…Aug 23, 2021Aug 23, 2021
Jainkrishna20482048 is a single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli and published on GitHub. The…Aug 13, 2021Aug 13, 2021
JainkrishnaMenger SpongeIn mathematics, the Menger sponge (also known as the Menger cube, Menger universal curve, Sierpinski cube, or Sierpinski sponge) is a…Aug 2, 2021Aug 2, 2021
JainkrishnaAlarm Using PYTHONMaybe you have just begun coding in Python. Maybe the entire outset seems inconclusive since you have been working with regular IDEs and…Jul 21, 2021Jul 21, 2021
JainkrishnaMinesweeperMinesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden “mines” or…Jul 9, 2021Jul 9, 2021
JainkrishnaShell SortShell sort is a generalized version of the insertion sort algorithm. It first sorts elements that are far apart from each other and…Jun 28, 2021Jun 28, 2021
JainkrishnaMerge SortMerge Sort is a Divide and Conquer algorithm. It divides input array in two halves, calls itself for the two halves and then merges the two…Jun 21, 2021Jun 21, 2021
JainkrishnaBubble SortThe bubble sort uses a straightforward logic that works by repeating swapping the adjacent elements if they are not in the right order. It…Jun 14, 2021Jun 14, 2021
JainkrishnaJump SearchJump Search is a searching algorithm for sorted arrays. The basic idea is to check fewer elements (than linear search) by jumping ahead by…Jun 9, 2021Jun 9, 2021