Skip to content

Commit 276687b

Browse files
Updating README to better reflect what this repo is about
1 parent 15aee91 commit 276687b

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# goGenerics
2-
Implementations of basic data structures in golang using generics!
1+
# Data structures and algorithms in golang
2+
3+
Implementations of basic data structures and algoritms in golang.
4+
5+
Each featured data structure will include the follwing:
6+
- Basic implementation details
7+
- Unittests
8+
- Implementation utilizing concurrency and generics
9+
10+
## Featuring
11+
12+
- [ ] Bubblesort
13+
- [ ] Quicksort
14+
- [ ] Mergesort
15+
- [ ] Binary search
16+
- [ ] Stack
17+
- [ ] Queue
18+
- [ ] Deque
19+
- [ ] Priority Queue
20+
- [ ] Singly Linked-List
21+
- [ ] Double Linked-List
22+
- [ ] Binary Tree
23+
- [ ] AVL Tree
24+
- [ ] Heap Tree
25+
- [ ] Red-Black Tree
26+
- [ ] Genetic Algorithm
27+
- [ ] Neural Network
28+
29+
## License
30+
31+
All the code in this repository is released under the ***MIT License***, for
32+
more information take a look at the [LICENSE] file.
33+
34+
35+
If you found this repo useful please give me a star!
36+
37+
[LICENSE]: https://github.com/HyperEngtangledQubit/go-data-structures-and-algorithms/blob/master/LICENSE

0 commit comments

Comments
 (0)