Skip to content

Commit cea5652

Browse files
committed
/shu-zhi-de-zheng-shu-ci-fang-lcof/
1 parent 19a4f3d commit cea5652

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ https://leetcode-cn.com/problems/move-zeroes/
3434

3535
https://leetcode-cn.com/problems/unique-morse-code-words/
3636

37+
https://leetcode-cn.com/problems/shu-zhi-de-zheng-shu-ci-fang-lcof/
38+
3739
#### 安装教程
3840

3941
1. 安装`deno`

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import merge_Sorted_Array from "./merge-sorted-array/index.ts";
22
import pow_x_n from "./powx-n/index.ts";
33
export { pow_bigint } from "./powx-n/index.ts";
4-
4+
export { default as shu_zhi_de_zheng_shu_ci_fang_lcof } from "./shu-zhi-de-zheng-shu-ci-fang-lcof/index.ts";
55
import html_Entity_Parser from "./html-entity-parser/index.ts";
66

77
import reverse_Linked_List from "./reverse-linked-list/index.ts";
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from "../powx-n/index.ts";

0 commit comments

Comments
 (0)