Files
lynchmark/tests/3_lis/outputs/openrouter_sherlock-think-alpha.js
2025-11-18 23:31:52 +00:00

2 lines
222 B
JavaScript

async function findLISLength(a){const{bisectLeft}=await import('https://cdn.skypack.dev/d3-array');let t=[];for(let n of a){let i=bisectLeft(t,n);i===t.length?t.push(n):t[i]=n}return t.length}
export default findLISLength;