Add missing Dart codes and fix some errors (#689)

* Add missing Dart codes and fix some errors

* Update array_binary_tree.dart

---------

Co-authored-by: Yudong Jin <krahets@163.com>
This commit is contained in:
liuyuxin
2023-08-17 05:04:38 +08:00
committed by GitHub
parent 5d7e0a59b1
commit 0858ab91c0
14 changed files with 504 additions and 204 deletions

View File

@@ -16,7 +16,7 @@
!!! tip
当 $k = n$ 时,我们可以得到从大到小的序列,等价于「选择排序」算法。
当 $k = n$ 时,我们可以得到从大到小的序列,等价于「选择排序」算法。
## 方法二:排序
@@ -129,7 +129,7 @@
=== "Dart"
```dart title="top_k.dart"
[class]{}-[func]{top_k_heap}
[class]{}-[func]{topKHeap}
```
=== "Rust"