programs to understand of go language and some DSA examples asked in interviews.
dsa/
- Data Structures and Algorithms examplesfeatures/
- Go language feature demonstrationsdesign-patterns/
- Common design patterns implemented in Go
- Navigate to a sample folder (e.g.,
cd dsa/binarysearch
). - Run the program with
go run main.go
.
Feel free to submit PRs with new samples or improvements!