Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

knuth-shuffling-algorithm

Here are 7 public repositories matching this topic...

Language:All
Filter by language

C++ Program to demonstrate radix sort

  • UpdatedJan 16, 2025
  • C++

🔀 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.

  • UpdatedAug 11, 2023
  • JavaScript

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.

  • UpdatedFeb 13, 2023
  • Kotlin

基于java swing的简单扫雷游戏,实现了基本逻辑.主要用到了floodfill算法和随机洗牌算法

  • UpdatedDec 9, 2018
  • Java

Football Fixtures (EPL Fixtures) using Genetic Algorithms

  • UpdatedDec 7, 2018
  • Java

Improve this page

Add a description, image, and links to theknuth-shuffling-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with theknuth-shuffling-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp