Yudong Jin
|
7d14c9440e
|
Unify the function naming of
queue from `offer()` to `push()`
|
2 years ago |
reanon
|
b73ac7bf4b
|
style(go): fix go code style
Make the classes and methods in the package private, in case misuse
|
2 years ago |
Yudong Jin
|
ebf9024136
|
Add Go codes to docs, including
the chapter of stack and queue, the chapter of tree.
|
2 years ago |
reanon
|
19469aecbf
|
fix(go): modify interface of stack, queue and deque
|
2 years ago |
reanon
|
d32f15feb1
|
fix(testcase): modify testcase
|
2 years ago |
reanon
|
27e4402eca
|
feat(stack): implement stack in golang code
|
2 years ago |