Golang Beginner Exercises | Queues and Heaps



Golang Beginner Exercises | Queues and Heaps

Golang Beginner Exercises | Queues and Heaps

Today we continue our series of Data Structures and Algorithms in Golang, by learning about the Queue abstract data type and Heap data structure.

We will simulate an Emergency Room in a hospital which uses a Priority Queue and the Heap to handle patients.

The code used in this lesson is here:
https://github.com/andreimcristof/go-starter/tree/master/datastructures-queues-and-heaps
—————————-
Please subscribe if you liked, and let me know what else you wish to see.
—————————-
Reach out:
» Instagram – https://www.instagram.com/andrei.project/
» Twitter – https://twitter.com/AndreiCristof

#golang #beginner #algorithms #programming

Comments are closed.