modified: README.md

This commit is contained in:
Acid
2026-04-21 19:53:26 -04:00
parent 8138079c23
commit 4eb50dd335
+16
View File
@@ -1,3 +1,19 @@
# DS
## Linear
- [x] Stack
- [x] Queue
- [ ] Linked List
- [ ] Circular Buffer
- [ ] Deque
## Graph
## Tree
# Documentation
```bash ```bash
go doc -all ./linear go doc -all ./linear