posts tagged #dsa

Stack | Data Structures with Go

Stack is one of the most basic data structures that are not native to Go. Being most basic, it's by far the easiest to implement however it will also introduce

Queue | Data Structures with Go

In the first post of the series we introduced [Stack](/blog/create-stack-with-go-dsa) as our first data structure which follows the LIFO principle (last in firs