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.

    Language:C++1
  • CubeSolver

    A program that can solve a random rubix cube that you mess with

    Language:C++1
  • permutant

    🧠 Permutant finds every possible permutation of an array using Heap's Algorithm.

    Language:JavaScript1
  • 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.

    Language:C++1
  • word

    The game is played using a plastic grid of lettered dice, in which players attempt to find words in sequences of adjacent letters.

    Language:JavaScript1
  • pypermute

    A pure Python library for dealing with permutations

    Language:Python1
  • permuter

    BruteForce tool

    Language:Python1
  • PythonPractise

    Some useful problems in python related to it's concepts and data structures

    Language:Python1
  • 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

    Language:JavaScript1
  • 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.

    Language:C++
  • 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.

    Language:Python
  • SO-CC2

    Source code of Cluedork, my entry for the Stack Overflow Code Challenge #2: Secret messages in game boards

    Language:C#
  • 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

    Language:Kotlin
  • 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).

    Language:JavaScript
  • ZeroSumBaseball

    We apply a zero-sum stochastic model of baseball to optimizing batting lineups.

    Language:Jupyter Notebook
  • 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.

    Language:Python
  • Kaggle_Santa2023

    Kaggle Polytope Permutation Challenge

    Language:Jupyter Notebook
  • Rubiks-Cube-Programs

    The aim is to study the solving, undoing and permutations of some Rubick Cubes.

    Language:Python
  • Data-Structures-and-Algorithms

    Data Analysis and Algorithms (Python)

    Language:Python
  • Wordfrenzy

    Word unscramble game in Java.

    Language:Java
  • Audio-Encryption

    Fourier and Permutation encryption

    Language:Python
  • WordFrenzy

    A complete Java GUI application for word unscramble game.

    Language:Java
  • PRM

    Permutation methods calculator. Android application for the calculation of permutation tests.

    Language:QuickBASIC
  • Java-Lessons

    Random lessons on Java 7 and Java 8

    Language:Java
  • reduced-word-combinatorics

    A C++ program to find all reduced words representing a permutation

    Language:C++
  • go-permutate

    A repository containing methods to compute and generate generic permutations using Go

    Language:Go
  • synacor_challenge

    Completed Synacor Challenge

    Language:Rust
  • ps-heapalgo-permutations

    Generates all permutations of n objects with the heap algorithm.

    Language:PowerShell
  • algorithm

    Collection of Algorithms

    Language:Java
  • MyPermutationAlgorithm

    My own permutation algorithm using Python

    Language: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.

    Language:C++
  • 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

    Language:C++
  • permutacao-por-repeticao-calculadora

    Academic work on probability and statistics to explore the theme of permutation with repetition.

    Language:HTML
  • alphanum-to-num

    Converts alphanumeric codes into numbers.

    Language:JavaScript