diff --git a/README.md b/README.md index 878fa09..1d385af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +# DS + +## Linear + +- [x] Stack +- [x] Queue +- [ ] Linked List +- [ ] Circular Buffer +- [ ] Deque + +## Graph + +## Tree + +# Documentation + ```bash go doc -all ./linear