An open API service indexing awesome lists of open source software.

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.

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.