This is a simple implementation of a stack using a linked-list in Go. (Data Structure and Algorithms)
go golang data-structure linked-list stack linkedlist datastructure ds stack-linkedlist linkedlist-stack
-
Updated
Dec 10, 2022 - Go