#structs-go
Read more stories on Hashnode
Articles with this tag
A queue is a very useful data structure where one can store, add, and remove objects with the “First in, First out” (FIFO) principle. Queues are very...
A struct is a composite datatype that groups together many fields of different types into one object. This blog post will go over the basics of how to...