issues
search
dankogai
/
js-combinatorics
power set, combination, permutation and more in JavaScript
MIT License
742
stars
97
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix: Small BaseN length allocation bug
#92
molarmanful
closed
2 years ago
1
Small bug: BaseN not allocating proper size
#91
molarmanful
closed
2 years ago
1
Fix CommonJS export
#90
mypipsen
closed
2 years ago
1
fix: add type module to allow import
#89
tansanDOTeth
closed
2 years ago
1
Rollup: Missing Export: 'BaseN' is not exported by "file"
#88
OsgoodSchlatter
closed
2 years ago
1
fix: package.json type should be module
#87
snyamathi
closed
2 years ago
1
Doesn't work on esm?
#86
shirshak55
closed
1 year ago
1
Possibly fixed issues #78 #80 #81 #84
#85
tajnymag
closed
3 years ago
1
SyntaxError: Unexpected token 'export' in NextJS
#84
stoplion
closed
3 years ago
1
bitwiseIterator not working for some numbers
#83
diego0020
closed
2 years ago
2
Combination with 2D Array Seed Produces Flatten/Concatenated Output
#82
robcca
closed
3 years ago
1
SyntaxError: The requested module 'js-combinatorics' is a CommonJS module
#81
bennycode
closed
3 years ago
1
unexpected token 'export' while using ts-node.
#80
vansham-gortnm
closed
3 years ago
1
Update README.md
#79
sailfish009
closed
3 years ago
4
Question: Unexpected token 'export' using Babel
#78
senda-dev
closed
3 years ago
4
SyntaxError: Unexpected token 'export'
#77
bennycode
closed
3 years ago
11
Deleted
#76
D-Nice1
closed
3 years ago
0
Performance of Combination
#75
hildjj
opened
3 years ago
7
Use generics in typing classes
#74
Quanyails
closed
4 years ago
1
Combination: unexpected behavior when r > n
#73
chrisjbaik
closed
4 years ago
1
Move to ES6 breaks node compatability
#72
markflare
closed
4 years ago
4
Include extra builds in package (commonjs, umd)
#71
papandreou
closed
4 years ago
1
Wrong combinations
#70
timichal
closed
4 years ago
1
Please add a changelog
#69
mwgamble
opened
4 years ago
0
v1.2.x does not work with native Node.js ESM
#68
hbarcelos
closed
4 years ago
5
fix: exclude ts sources from npm package
#67
Michsior14
closed
4 years ago
1
Typescript support
#66
mwgamble
closed
4 years ago
4
Use native generators instead of custom iteration methods
#65
hbarcelos
closed
4 years ago
2
Change to latest CDN link
#64
kagekiyo7
closed
4 years ago
1
C function return "float" number
#63
dsvictor94
closed
4 years ago
2
Strange behavior with using .reduce on Combinatorics.combination
#62
SwiftWinds
closed
4 years ago
6
baseN start from last
#61
xcool456
closed
4 years ago
2
baseN size limiter
#60
carloshximenes
closed
5 years ago
4
Add CDN link
#59
LukasDrgon
closed
5 years ago
1
permutations in pairs
#58
stoplion
closed
5 years ago
1
Writing the generated combinations to a file
#57
astutesoftware
opened
5 years ago
1
Any way to handle duplicates?
#56
barbazul
opened
5 years ago
2
Very slow permutationCombination with 10 element array
#55
giorgio79
closed
5 years ago
1
Fixes #52 - Infinite loop
#54
markus-willems
closed
6 years ago
1
Fixes #52 (infinite loop for fractional numbers)
#53
markus-willems
closed
6 years ago
1
Infinite loop for fractional numbers > 1 in Combinatorics.permutation
#52
markus-willems
closed
6 years ago
1
Specify the maximum items count for `combination`
#51
Temigo
closed
4 years ago
1
var a = require('js-combinatorics') does not work
#50
ZodsPlan
closed
5 years ago
1
Added minify scripts w/ uglify-js
#49
alemuro
closed
5 years ago
0
Maybe allow array of arrays as input for cartesianProduct
#48
jestersimpps
closed
5 years ago
2
Fetch results on demand like pagination for large output
#47
shivrajsa
closed
6 years ago
0
base N function - uncaught exception: out of memory
#46
cksachdev
closed
6 years ago
1
add find method to generators
#45
ssartell
closed
6 years ago
3
Does not work in angular.js environment
#44
andynagai
closed
6 years ago
0
Support for combination .nth(n)
#43
purgi
closed
6 years ago
0
Next