We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276687b commit 3552450Copy full SHA for 3552450
README.md
@@ -31,7 +31,8 @@ Each featured data structure will include the follwing:
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
+[LICENSE]:https://github.com/HyperEntangledQubit/go-data-structures-and-algorithms/blob/master/LICENSE
35
-If you found this repo useful please give me a star!
36
+### Misc
37
-[LICENSE]: https://github.com/HyperEngtangledQubit/go-data-structures-and-algorithms/blob/master/LICENSE
38
+If you found this repo useful please give me a star!
go.mod
@@ -0,0 +1,3 @@
1
+module go-data-structures-and-algorithms
2
+
3
+go 1.20
0 commit comments