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

github.com/sergiosheypol/graph-data-structures

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sergiosheypol/graph-data-structures

  • v0.1.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

Learn Graph Data Structures in Go

gopher

In this repository, you will learn the basics and how to implement and test:

  • Graphs: A graph is a data structure that consists of a finite set of vertices (also called nodes) and a set of edges connecting these vertices.
  • Stacks: A stack is a linear data structure that follows the last-in, first-out (LIFO) principle Read more
  • Queues: A queue is a linear data structure that follows the "first-in, first-out" (FIFO) principle. Read more
  • Depth-First Search (DFS): A search algorithm that explores the vertices of a graph in a depth-first manner.
  • Breadth-First Search (BFS): A search algorithm that explores the vertices of a graph in a breadth-first manner.

What's worth about this repository?

✅ Everything has TESTS! I highly recommend to clone this repo and remove my implementations so you can code your own and then follow a TDD approach.

Support

💪 follow me on Github, Tiktok or Instagram

Contributions

If you would like to contribute to this repository, please feel free to open a pull request or file an issue.

I hope this helps! Let me know if you have any questions or need further assistance.

FAQs

Package last updated on 21 Dec 2022

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