├── LICENSE ├── README.md ├── permute.go ├── permute.py ├── permute.rs └── quickperm.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singe/fast-permute/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singe/fast-permute/HEAD/README.md -------------------------------------------------------------------------------- /permute.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singe/fast-permute/HEAD/permute.go -------------------------------------------------------------------------------- /permute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singe/fast-permute/HEAD/permute.py -------------------------------------------------------------------------------- /permute.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singe/fast-permute/HEAD/permute.rs -------------------------------------------------------------------------------- /quickperm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/singe/fast-permute/HEAD/quickperm.py --------------------------------------------------------------------------------