Skip to content

Commit

Permalink
README Update & Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ale8k committed Dec 9, 2021
1 parent 8d6a4eb commit 2fb2dd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Datastructures & Utility functions for GoLang
[![Go Reference](https://pkg.go.dev/badge/github.com/ale8k/golang_datastructures_and_algorithms.svg)](https://pkg.go.dev/github.com/ale8k/golang_datastructures_and_algorithms)

A basic GoLang module providing some datastructure implementations and utility functions

## Resources
Expand Down
7 changes: 7 additions & 0 deletions golang_datastructures_and_algorithms.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
All structures and algorithms are in subdirectories explicitly named.
Note: I ultimately wanted to understand how go handles it's documentation processing on pkg.go.dev.
And how it handles versioning in comparison to other tools like maven, npm, pip etc.
*/
package golangdatastructuresandalgorithms

0 comments on commit 2fb2dd8

Please sign in to comment.