swap-array
Array shuffler
A utility function to swap the positions of two elements in an array without modifying the original array.
Swaps the index / position of an array
7 stars
2 watching
4 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
peachananr/shuffle-images | Enables interactive, randomized swapping of multiple images within a web page | 213 |
teles/array-mixer | A JavaScript library that allows reordering of arrays based on user-defined aliases and sequences. | 38 |
jonschlinkert/arr-flatten | Utility function to flatten arrays by recursively iterating over their elements | 60 |
zhiyelee/array.chunk | A utility function to split an array into smaller parts of a specified size. | 11 |
shuffle/shuffle | An automation platform for managing security operations and integrating various tools into a centralized workflow | 1,741 |
philipborg/cubeshuffle | Utility for controlling randomness and predictability in card game shuffles using digital and manual methods | 21 |
jjjkkkjjj/matft | A Numpy-like library in Swift for multi-dimensional array and matrix operations | 133 |
mizlan/iswap.nvim | An interactive tool for swapping and rearranging elements in text buffers | 508 |
tomividal99/westchange | A utility plugin that allows users to quickly switch between directories using a customizable list stored in a file. | 0 |
spider-gazelle/bisect | A library of algorithms for searching and manipulating sorted arrays in a generic way | 12 |
coreyd97/stepper | A tool for defining and executing sequences of HTTP requests with variable substitution | 194 |
sindresorhus/alpha-sort | A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
wansmer/sibling-swap.nvim | Tool for swapping adjacent elements in text with minimal user configuration | 162 |
mathiasbynens/array.from | Creates a new array instance from an array-like or iterable object. | 67 |
mdsteele/ziegfried | A general-purpose memory allocator for the Zig programming language. | 24 |