mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
Update test.js
This commit is contained in:
@@ -11,6 +11,6 @@ export default {
|
||||
};
|
||||
const nums = [10, 9, 2, 5, 3, 7, 101, 18, 4, 6];
|
||||
const length = await findLISLength(nums);
|
||||
assert.strictEqual(length, 5, "Test Failed: LIS length should be 5.");
|
||||
assert.strictEqual(length, 4, "Test Failed: LIS length should be 5.");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user