Skip to content

Commit b44a0f1

Browse files
add code examples for k-ray trees in go
1 parent 80b1d38 commit b44a0f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@ Todas as contribuições são bem-vindas.
8080

8181
- [x] **Hash Map / Set**
8282
- [Demo](https://github.com/NelsonBN/algorithms-data-structures-hashtable)
83-
- [ ] **Stack**
83+
- [x] **Stack**
8484
- [Demo](https://github.com/matheusses/dsa/tree/main/src/stack)
85-
- [ ] **Tree Traverse**
85+
- [x] **Tree Traverse**
8686
- [Code Implementation examples in Go](https://github.com/giovannymassuia/DS-A/tree/main/go-dsa/tree)
87+
- [x] **k-ary tree**
88+
- [Code Implementation examples in Go](https://github.com/giovannymassuia/DS-A/tree/main/go-dsa/tree/k_ary)
8789
- [ ] **...**
8890

8991
## Status

0 commit comments

Comments
 (0)