Bug fixes and improvements (#1627)

* Update Copyright 2024 to 2025.

* Fix the flex of .profile-cell for mobile devices.

* Update performance_evaluation.md

* 抛出 -> 给出

* Sync zh and zh-hant version.

* Improve the landing page of the English version.

* Bug fixes

* Fix readme-typing-svg

* Update readme-typing-svg

* Bug fixes

* sync zh and zh-hant versions.
This commit is contained in:
Yudong Jin
2025-01-21 20:00:58 +08:00
committed by GitHub
parent 5dc9dd879c
commit ac0da11157
17 changed files with 112 additions and 79 deletions
+4
View File
@@ -493,6 +493,8 @@
P->left = n2;
// 刪除節點 P
n1->left = n2;
// 釋放記憶體
delete P;
```
=== "Java"
@@ -598,6 +600,8 @@
P->left = n2;
// 刪除節點 P
n1->left = n2;
// 釋放記憶體
free(P);
```
=== "Kotlin"