Commit graph

7 commits

Author SHA1 Message Date
Hongyun Zhang
8068c42688
fixed error when the list is empty (#637)
* feat: Add Go code to binary search recursion under divide and conquer

* style: Code comment standardization

* style: modify function comment

* fix: fixed error when the list is empty

* Update print_utils.go

* Delete print_utils_test.go

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-07-21 14:47:37 +08:00
reanon
32962fb7a1 feat(heap): add go codes 2023-01-13 17:38:03 +08:00
reanon
b73ac7bf4b style(go): fix go code style
Make the classes and methods in the package private, in case misuse
2023-01-08 20:33:30 +08:00
machangxin
e0721dde05 function PrintSlice supports Generics 2022-12-17 14:59:21 +08:00
machangxin
ba5b5a1f09 function PrintMap supports Generics 2022-12-16 17:03:41 +08:00
machangxin
26ad485dd2 Add function PrintMap() in Go 2022-12-16 10:55:28 +08:00
Yudong Jin
ebf9024136 Add Go codes to docs, including
the chapter of stack and queue, the chapter of tree.
2022-12-03 20:25:24 +08:00