https://github.com/jayedrafiprojects/arbritary-mapping-algorithm
An algorithm to re-arrange the values randomly in an array.
https://github.com/jayedrafiprojects/arbritary-mapping-algorithm
algorithm java sorting-algorithms
Last synced: 18 days ago
JSON representation
An algorithm to re-arrange the values randomly in an array.
- Host: GitHub
- URL: https://github.com/jayedrafiprojects/arbritary-mapping-algorithm
- Owner: JayedRafiProjects
- Created: 2021-09-01T04:36:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T08:13:03.000Z (over 4 years ago)
- Last Synced: 2025-06-08T21:38:40.564Z (about 1 year ago)
- Topics: algorithm, java, sorting-algorithms
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arbitrary Mapping Algorithm
This project is a simple algorithm to re-arrange the values randomly in an array. I have come across many situations where I needed to implement different scenarios in each iteration or each time I run the application. And I have used several algorithms that are already available. But why not try something by myself? The sole purpose of sharing this is to not imply this algorithm is faster than others but to give you more options to choose from.
Further details can be found HERE.