A stack is an abstract data type and it’s used everywhere. In this post, let’s dive into details and implementation in golang
Stack - data type implementation in go

A stack is an abstract data type and it’s used everywhere. In this post, let’s dive into details and implementation in golang
Binary Search is a beginner-friendly algoritham that is easy to implement once you fully understand how it works. This post will try to explain how it works and provide an implementation in golang