mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-20 13:55:05 +08:00
Add more tests.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
/**
|
||||
* @param {Number} number
|
||||
* @param {number} number
|
||||
* @return {number}
|
||||
*/
|
||||
export default function integerPartition(number) {
|
||||
// Create partition matrix for solving this task using Dynamic Programming.
|
||||
|
Reference in New Issue
Block a user