amitramachandran / DSA

Repository from Github https://github.comamitramachandran/DSARepository from Github https://github.comamitramachandran/DSA

Data structure implementations in GO

This repository consists of some common data structures that I have implemented from scratch. 😄

Linked List

Operations available

  • Creating new Linked list
  • Adding new data
  • Deleting existing data

About


Languages

Language:Go 100.0%