├── LICENSE ├── Large_small_item_cnts.md ├── MillerShuffle.c ├── MillerShuffle.h ├── MillerShuffle.js ├── MillerShuffle_Demo.html ├── README.md ├── Variant_Evolution.md ├── exampleShuffles.c ├── exampleShuffles.exe └── images ├── ball1.png ├── ball10.png ├── ball11.png ├── ball12.png ├── ball13.png ├── ball14.png ├── ball15.png ├── ball2.png ├── ball3.png ├── ball4.png ├── ball5.png ├── ball6.png ├── ball7.png ├── ball8.png └── ball9.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/LICENSE -------------------------------------------------------------------------------- /Large_small_item_cnts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/Large_small_item_cnts.md -------------------------------------------------------------------------------- /MillerShuffle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/MillerShuffle.c -------------------------------------------------------------------------------- /MillerShuffle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/MillerShuffle.h -------------------------------------------------------------------------------- /MillerShuffle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/MillerShuffle.js -------------------------------------------------------------------------------- /MillerShuffle_Demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/MillerShuffle_Demo.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/README.md -------------------------------------------------------------------------------- /Variant_Evolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/Variant_Evolution.md -------------------------------------------------------------------------------- /exampleShuffles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/exampleShuffles.c -------------------------------------------------------------------------------- /exampleShuffles.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/exampleShuffles.exe -------------------------------------------------------------------------------- /images/ball1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball1.png -------------------------------------------------------------------------------- /images/ball10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball10.png -------------------------------------------------------------------------------- /images/ball11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball11.png -------------------------------------------------------------------------------- /images/ball12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball12.png -------------------------------------------------------------------------------- /images/ball13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball13.png -------------------------------------------------------------------------------- /images/ball14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball14.png -------------------------------------------------------------------------------- /images/ball15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball15.png -------------------------------------------------------------------------------- /images/ball2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball2.png -------------------------------------------------------------------------------- /images/ball3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball3.png -------------------------------------------------------------------------------- /images/ball4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball4.png -------------------------------------------------------------------------------- /images/ball5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball5.png -------------------------------------------------------------------------------- /images/ball6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball6.png -------------------------------------------------------------------------------- /images/ball7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball7.png -------------------------------------------------------------------------------- /images/ball8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball8.png -------------------------------------------------------------------------------- /images/ball9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RondeSC/Miller_Shuffle_Algo/HEAD/images/ball9.png --------------------------------------------------------------------------------