NVNikhil Vaidyarinvecturum.hashnode.dev·Mar 2, 2023 · 34 min readData structures implementation in GolangAs software engineers, we need to implement optimal data structures to solve our day-to-day tasks like we need to use arrays, linked lists, hashmaps, etc. In this blog, I will try to cover all the use cases and implementation with each data structure...00
NVNikhil Vaidyarinvecturum.hashnode.dev·Jan 28, 2023 · 6 min readUnderstanding Functions in GolangWhat are functions or how do we use them and how it is different from methods? In brief, functions are like simple tasks for which you give input to do something and you get the desired output. We follow functions in our daily lives like cooking foo...00