GitHub topics: knuth-shuffling-algorithm
sabinM1/radix
C++ Program to demonstrate radix sort
Language: C++ - Size: 34.2 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

kumar91gopi/Algorithms-and-Data-Structures-in-Ruby
Ruby implementation of Algorithms,Data-structures and programming challenges
Language: Ruby - Size: 433 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 719 - Forks: 252

samuelselasi/sorting_algorithms
Group Project On Sorting Algorithms & Big O Notation In Programming
Language: C - Size: 145 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

macmcmeans/fisherYatesDurstenfeldKnuthShuffle
🔀 The standard algorithm for generating a uniformly chosen random permutation. Devised by Ronald Fisher and Frank Yates, modernized by Richard Durstenfeld and popularized by Donald E. Knuth. This version permits Sattolo cycles as well as seeded/keyed shuffles and unshuffles.
Language: JavaScript - Size: 161 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

darian-catalin-cucer/knuth-morris-pratt
The Knuth-Morris-Pratt (KMP) Algorithm is a string matching algorithm used to find the occurrence of a pattern string in a text string. It uses a preprocessing step to create a failure function, which helps skip irrelevant comparisons and improves its efficiency compared to a simple string matching algorithm.
Language: Kotlin - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mitali-salvi/INFO6205_105
Football Fixtures (EPL Fixtures) using Genetic Algorithms
Language: Java - Size: 7.49 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

29DCH/Mine-Sweeper
基于java swing的简单扫雷游戏,实现了基本逻辑.主要用到了floodfill算法和随机洗牌算法
Language: Java - Size: 40 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1
