Skip to content

vinaycharlie01/PKG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

#Singly_linked_list pakages:

go get github.com/vinaycharlie01/pkg
import  Slink "github.com/vinaycharlie01/pkg/Slist"

#example:

b := Slink.Slink{}
b.Append(10)
b.Append(20)
b.Append(30)
b.Append(40)
b.Append(50)
fmt.Println( b.Len())
b.Display()

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages