Add origins in giscus.json. Update en/README.md. (#1740)

* Fix the definition of "complete binary tree" in binary_tree.md

* Update en/README.md

* Add origins in giscus.json
This commit is contained in:
Yudong Jin
2025-04-27 16:07:22 +08:00
committed by GitHub
parent e1f0903bf7
commit 1904bb8afc

View File

@ -1,3 +1,7 @@
{
"defaultCommentOrder": "newest"
"defaultCommentOrder": "newest",
"origins": [
"https://www.hello-algo.com",
"https://hello-algo.com"
]
}