This repository contains sample code for the Data Structures and Algorithms written in Go.
core/: Directory for source codetests/: Directory for tests.gitignore: The Git ignore filemain.go: Entry point of the applicationgo.mod: Module file that manages dependenciesMakefile: Makefile for building and managing the projectREADME.md: Documentation for the projectLICENSE: License for the project
Type make help to see the available commands.