We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1d38 commit b44a0f1Copy full SHA for b44a0f1
README.md
@@ -80,10 +80,12 @@ Todas as contribuições são bem-vindas.
80
81
- [x] **Hash Map / Set**
82
- [Demo](https://github.com/NelsonBN/algorithms-data-structures-hashtable)
83
-- [ ] **Stack**
+- [x] **Stack**
84
- [Demo](https://github.com/matheusses/dsa/tree/main/src/stack)
85
-- [ ] **Tree Traverse**
+- [x] **Tree Traverse**
86
- [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)
89
- [ ] **...**
90
91
## Status
0 commit comments