DEV Community

Discussion on: Golang open source for beginners

Collapse
 
s4kh profile image
Syerikjan Kh

Few things to clarify:
line *list.List -> is used only for removing the keys based on its expiration as a storage?
We might use min heap and check if the root is still alive or not and delete it?