Skip to content

File tree

6 files changed

+9065
-1
lines changed

6 files changed

+9065
-1
lines changed

4ueAj6/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Deno.test("insert-into-a-sorted-circular-linked-list", () => {
3434
const result = insert(head, insertVal);
3535
// console.log(result);
3636
return result;
37-
})
37+
}),
3838
);
3939
});

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ leetcode 测试
1010

1111
##### 包含的内容如下
1212

13+
https://leetcode.cn/problems/zhan-de-ya-ru-dan-chu-xu-lie-lcof
14+
15+
https://leetcode.cn/problems/validate-stack-sequences/
16+
1317
https://leetcode.cn/problems/design-a-food-rating-system/
1418

1519
https://leetcode.cn/problems/minimum-score-after-removals-on-a-tree/

0 commit comments

Comments
 (0)