permutation-algorithms
There are 92 repositories under permutation-algorithms topic.
Algoritgms
Hello bro!, here you will find many algorithms, you can use them completely freely.
CubeSolver
A program that can solve a random rubix cube that you mess with
permutant
š§ Permutant finds every possible permutation of an array using Heap's Algorithm.
DataStructuresAlgorithms
C++ Algorithms and data structures using only standard libraries. This answers many of the challenges in Codility and HackerRank. > 1200 Google Test cases and counting.
word
The game is played using a plastic grid of lettered dice, in which players attempt to find words in sequences of adjacent letters.
pypermute
A pure Python library for dealing with permutations
permuter
BruteForce tool
PythonPractise
Some useful problems in python related to it's concepts and data structures
happy-wedding
Prepare your wedding at best by seating your guests in the best possible way based on each guest's interaction with the others
Structs_And_Algos
C++ portfolio showcasing classic data structures and algorithms with clean CMake/CTest builds: graphs, matrices, hashing, heaps, dynamic programming, sorting, permutations, two-pointer merging, topological ordering, symmetry.
memeticga
A plug-and-play Memetic Genetic Algorithm built on DEAP with multiprocessing support, designed to solve complex permutation optimization problems. Install via PyPI: pip install memeticga.
SO-CC2
Source code of Cluedork, my entry for the Stack Overflow Code Challenge #2: Secret messages in game boards
permutations
A local easy-to-use password manager written in python with multiple User Interfaces
schreier-sims
Implementation of Schreier-Sims representation of finite groups
faw-string-permutations
Uses backtracking (DFS-style traversal) to explore all character arrangements from the input string. Tracks each recursion depth (tree level) and stores the generated paths. After recursion, it removes duplicates at each level and returns the count of all unique character paths (not just full permutations).
ZeroSumBaseball
We apply a zero-sum stochastic model of baseball to optimizing batting lineups.
Paired-Permutation-Test-With-SD
An extension of the permutation test for dependent data, i.e., paired permutation test, in samples with a small number of subjects is proposed.
Kaggle_Santa2023
Kaggle Polytope Permutation Challenge
Rubiks-Cube-Programs
The aim is to study the solving, undoing and permutations of some Rubick Cubes.
Data-Structures-and-Algorithms
Data Analysis and Algorithms (Python)
Wordfrenzy
Word unscramble game in Java.
Audio-Encryption
Fourier and Permutation encryption
WordFrenzy
A complete Java GUI application for word unscramble game.
PRM
Permutation methods calculator. Android application for the calculation of permutation tests.
Java-Lessons
Random lessons on Java 7 and Java 8
reduced-word-combinatorics
A C++ program to find all reduced words representing a permutation
go-permutate
A repository containing methods to compute and generate generic permutations using Go
synacor_challenge
Completed Synacor Challenge
ps-heapalgo-permutations
Generates all permutations of n objects with the heap algorithm.
algorithm
Collection of Algorithms
MyPermutationAlgorithm
My own permutation algorithm using Python
Recursion_Algorithms
Around 30 Recursion Questions are Uploaded
permutations-and-combinations
Well-documented algorithms to find combinations and permutations (including partial, circular and superpermutations) of elements with/without repetition.
My-Hello-World-first-code-
This function lists the permutations in which from the first arrangement, no student fights the same pair of students twice
permutacao-por-repeticao-calculadora
Academic work on probability and statistics to explore the theme of permutation with repetition.
alphanum-to-num
Converts alphanumeric codes into numbers.