VAR-solutions / Algorithms

A repository of different Algorithms and Data Structures implemented in many programming languages.
https://var-solutions.github.io/Algorithms/
MIT License
760 stars 1.01k forks source link

Implemented DeleteByIndex and DeleteByValue in Go #1621

Open Matheus73 opened 3 years ago

Matheus73 commented 3 years ago

If you like my job please use the hacktoberfest-accepted

In this MR i did implented two types to deletes in Linked-list in Go, this two types are: