- Notifications
You must be signed in to change notification settings - Fork0
🦏 Set n-multicombinations for JavaScript
License
NotificationsYou must be signed in to change notification settings
computational-combinatorics/n-multicombinations
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Set n-multicombinations for JavaScript.Seedocs.
⚠️ Depending on your environment, the code may requireregeneratorRuntimeto be defined, for instance by importingregenerator-runtime/runtime.
import{multicombinations}from'@combinatorics/n-multicombinations';multicombinations("ABC",1);// A B Cimport{range}from'@iterable-iterator/range';multicombinations(range(3),2);// 00 01 02 11 12 22
About
🦏 Set n-multicombinations for JavaScript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.