diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.1.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.1.js deleted file mode 100644 index 17e1ff1..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.1.js +++ /dev/null @@ -1,9 +0,0 @@ -const findLISLength = async (nums) => { - const { bisectLeft } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const tails = [] - for (const x of nums) { - tails[bisectLeft(tails, x)] = x - } - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.2.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.2.js deleted file mode 100644 index 5266350..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.2.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async nums => { - const { bisectLeft } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const tails = [] - for (const n of nums) tails[bisectLeft(tails, n)] = n - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.3.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.3.js deleted file mode 100644 index 2a3ce9b..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.3.js +++ /dev/null @@ -1,11 +0,0 @@ -const findLISLength = async (arr) => { - if (!arr?.length) return 0 - const { bisectLeft } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const tails = [] - for (const n of arr) { - const i = bisectLeft(tails, n) - i < tails.length ? tails[i] = n : tails.push(n) - } - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.4.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.4.js deleted file mode 100644 index 2e94416..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.4.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async nums => { - const { bisectLeft } = await import('https://esm.sh/d3-array') - const tails = [] - for (const n of nums) tails[bisectLeft(tails, n)] = n - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.5.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.5.js deleted file mode 100644 index a0a1935..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.5.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async a => { - const { bisectLeft: b } = await import('https://esm.sh/d3-array') - const t = [] - for (const n of a) t[b(t, n)] = n - return t.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.6.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.6.js deleted file mode 100644 index 2e94416..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.6.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async nums => { - const { bisectLeft } = await import('https://esm.sh/d3-array') - const tails = [] - for (const n of nums) tails[bisectLeft(tails, n)] = n - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.7.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.7.js deleted file mode 100644 index 5266350..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.7.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async nums => { - const { bisectLeft } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const tails = [] - for (const n of nums) tails[bisectLeft(tails, n)] = n - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.8.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.8.js deleted file mode 100644 index a0a1935..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.8.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async a => { - const { bisectLeft: b } = await import('https://esm.sh/d3-array') - const t = [] - for (const n of a) t[b(t, n)] = n - return t.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.9.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.9.js deleted file mode 100644 index fdd4e1b..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.9.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async a => { - const { bisectLeft: b } = await import('https://esm.sh/d3-array') - const q = [] - for (const n of a) q[b(q, n)] = n - return q.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.js deleted file mode 100644 index 743e706..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_0.js +++ /dev/null @@ -1,11 +0,0 @@ -const findLISLength = async (nums) => { - if (!nums?.length) return 0 - const { bisectLeft } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const tails = [] - for (const x of nums) { - const i = bisectLeft(tails, x) - i < tails.length ? tails[i] = x : tails.push(x) - } - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.1.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.1.js deleted file mode 100644 index ce2380f..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.1.js +++ /dev/null @@ -1,10 +0,0 @@ -async function findLISLength(a) { - const { bisectLeft: b } = await import('https://cdn.jsdelivr.net/npm/d3-array/+esm') - const t = [] - for (const n of a) { - const i = b(t, n) - i < t.length ? t[i] = n : t.push(n) - } - return t.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.2.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.2.js deleted file mode 100644 index 5266350..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.2.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async nums => { - const { bisectLeft } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const tails = [] - for (const n of nums) tails[bisectLeft(tails, n)] = n - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.3.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.3.js deleted file mode 100644 index 4df647c..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.3.js +++ /dev/null @@ -1,10 +0,0 @@ -const findLISLength = async a => { - const { bisectLeft: b } = await import('https://esm.sh/d3-array') - const t = [] - for (const v of a) { - const i = b(t, v) - i < t.length ? t[i] = v : t.push(v) - } - return t.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.4.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.4.js deleted file mode 100644 index 5a36d79..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.4.js +++ /dev/null @@ -1,10 +0,0 @@ -const findLISLength = async (n) => { - const { bisectLeft: b } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const t = [] - for (const v of n) { - const i = b(t, v) - i < t.length ? t[i] = v : t.push(v) - } - return t.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.5.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.5.js deleted file mode 100644 index 0252104..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.5.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async (nums) => { - const { bisectLeft: b } = await import('https://esm.sh/d3-array@3'); - const t = []; - for (const n of nums) t[b(t, n)] = n; - return t.length; -}; -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.6.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.6.js deleted file mode 100644 index 3f609e2..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.6.js +++ /dev/null @@ -1,9 +0,0 @@ -const findLISLength = async (nums) => { - const { bisectLeft } = await import('https://esm.sh/d3-array@3'); - const tails = []; - for (const n of nums) { - tails[bisectLeft(tails, n)] = n; - } - return tails.length; -}; -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.7.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.7.js deleted file mode 100644 index 84efb2b..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.7.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async nums => { - const { bisectLeft: search } = await import('https://esm.sh/d3-array') - const tails = [] - for (const n of nums) tails[search(tails, n)] = n - return tails.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.8.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.8.js deleted file mode 100644 index 348f309..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.8.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async (n) => { - const { bisectLeft: b } = await import('https://esm.run/d3-array') - const t = [] - for (const v of n) t[b(t, v)] = v - return t.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.9.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.9.js deleted file mode 100644 index 067fb61..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.9.js +++ /dev/null @@ -1,9 +0,0 @@ -const findLISLength = async (nums) => { - const { bisectLeft } = await import('https://esm.sh/d3-array'); - const tails = []; - for (const n of nums) { - tails[bisectLeft(tails, n)] = n; - } - return tails.length; -}; -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.js deleted file mode 100644 index af73b89..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_1.js +++ /dev/null @@ -1,7 +0,0 @@ -const findLISLength = async a => { - const { bisectLeft: b } = await import('https://cdn.jsdelivr.net/npm/d3-array@3/+esm') - const t = [] - for (const n of a) t[b(t, n)] = n - return t.length -} -export default findLISLength; \ No newline at end of file diff --git a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_2.js b/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_2.js deleted file mode 100644 index e415160..0000000 --- a/tests/3_lis/outputs_gemini/gemini-3-pro-preview TEMP_2.js +++ /dev/null @@ -1,9 +0,0 @@ -const findLISLength = async (nums) => { - const { bisectLeft } = await import("https://cdn.jsdelivr.net/npm/d3-array@3/+esm"); - const tails = []; - for (const n of nums) { - tails[bisectLeft(tails, n)] = n; - } - return tails.length; -}; -export default findLISLength; \ No newline at end of file