8 Commits

Author SHA1 Message Date
034ee65e9a Fix bugs and harmonize the code comments (#1199)
* Fix the comment in array_deque.go

* Fix the comment in bucket_sort.c

* Translate the Java code comments to Chinese

* Bug fixes

* 二分查找 -> 二分搜尋

* Harmonize comments in `utils` between multiple programming languages
2024-03-31 03:06:41 +08:00
355cc3a6b1 Bug fixes to C code. 2023-11-01 05:14:22 +08:00
0858ab91c0 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>
2023-08-17 05:04:38 +08:00
8247a611d7 Update Dart code to output same as Java (#522) 2023-05-30 13:00:16 +08:00
ec4202031e feat: add dart code for chapter_graph (#498) 2023-05-18 19:04:39 +08:00
145975b335 Rename the common modules in Java, C++ and C. 2023-04-24 04:11:18 +08:00
e56cf7c65e feat: add dart code for chapter_heap (#454) 2023-04-10 03:14:11 +08:00
7b9c552273 Add dart chapter_computational_complexity (#363)
* add dart chapter_array_and_linkedlist

* update my_list.dart

* update chapter_array_and_linkedlist

* Update my_list.dart

* Update array.dart

* Update file name

* Add chapter_computational_complexity

* Add chapter_computational_complexity

* add space_complexity class and format code

* remove class

---------

Co-authored-by: huangjianqing <huangjianqing@52tt.com>
Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-16 02:23:06 +08:00