sumanchapai / gostructs

Go data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This module provides Node and LinkedList packages.

In order to use them in your go projects, you can run just import the required package(s).

import "github.com/sumanchapai/gostructs/linkedlist"
import "github.com/sumanchapai/gostructs/node"

to use either of the packages.

About

Go data structures

License:MIT License


Languages

Language:Go 100.0%