Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/laurentknauss/stacks_queues_linked_lists_hash_tables

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/laurentknauss/stacks_queues_linked_lists_hash_tables

  • v0.0.0-20230723115712-cdad36ecb390
  • Source
  • Go
  • Socket score

Version published
Created
Source

Stacks , Queues, Linked Lists & Hash Tables in Golang

Stacks & queues are basic linear data strcutures. Both have flexible size , meaning they grow and shrink dynamically as you take in & take out data. The difference between a stack & a queue is the way data is removed.

In a stack design , this is Last In , First Out. ( like a stack of books in real life, if you want to remove a book from that stack
you have to take away the book which is on top & this book was in fact the last one to be put there.

In a queue design , this is First In , First out (like a queue in a supermarket) .

FAQs

Package last updated on 23 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc