#go
Read more stories on Hashnode
Articles with this tag
Gaining trust faster? lighter? · Some time ago, I added an article on what Merkle Trees are and a simple implementation in Go. You can find the article...
Generics arrive!!! · Go 1.18 arrived with the added support for "generics". Okay. But what are generics? So generics are a way of writing code that is...
Champs of Data Integrity · Most of the folks among us would have heard of the terms "encryption" , "security" , "safety" etc. and these mostly refer to...
Trees are non linear data structures in the world of computer science where each element is called a node and each node may or may not have children...
Heaps are one of the most famous example of non-linear data structures because of the various use-cases where heaps give advantage over other data...
Linked Lists as data structures are very powerful and provide a lot of flexibility and enhanced performance especially in systems with memory...