Sandeep SarkarinDev GeniusBinary Search Tree Traversal (in-order, pre-order and post-order) in GoA binary tree is a data structure where every node has at most two child nodes. Below is a sample binary tree. The top most node is the…Jan 4, 2021Jan 4, 2021
Sandeep Sarkar2020 … Was Not So BadWe are at the end of another year. As we say good bye to this year with teary eyes and runny noses, we are overjoyed to welcome the new…Dec 18, 2020Dec 18, 2020
Sandeep SarkarinDev GeniusLinked List, Doubly Linked List in GolangLast article I wrote about insertion in singly linked list and displaying its contents. Today I thought to extend that article (also I was…Jun 20, 2020Jun 20, 2020
Sandeep SarkarinDev GeniusSingly linked list in GoLangHi folks. Past few months I have been trying out golang and it is quite fun learning. I am sharing a code snippet implementing linked list.Jun 11, 2020Jun 11, 2020