irahulgulati / goDataStructures

Data Structure implementation in GO language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures Implemented in Go

created by irahulgulati



goLinkedList

set GOPATH environment variable as below

Windows:

set GOPATH=\<insertyourrootfolderpathhere>/goLinkedList/

Posix:

export GOPATH=~/goLinkedList/



Run

Run by executing below command

go run app

About

Data Structure implementation in GO language


Languages

Language:Go 100.0%