-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Rishikesh Agrawani edited this page Dec 27, 2016
·
12 revisions
func CreateNode(compulsoryData interface{}, data ...interface{}) *Node
func InsertSllNodeAtBeginning(node *Node) *Node
func InsertSllNodeAtEnd(node *Node) *Node