Skip to content

This project contains implementation for BFS and DFS algorithms, and data structures such as Stack, Queue and Graph. It can be run using command line arguments.

Notifications You must be signed in to change notification settings

deepakpunjabi/my-first-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-first-go

This project contains implementation for BFS and DFS algorithms, and data structures such as Stack, Queue and Graph. It can be run using command line arguments.

Example

./data-structures 6 6 0 1 0 2 1 3 3 4 3 5 2 5 2

here first two arguments are number of vertices and edges for the graph. next #edges are pair of edges (u, v). after that one of two operation can be specified.

  1. BFS
  2. DFS

About

This project contains implementation for BFS and DFS algorithms, and data structures such as Stack, Queue and Graph. It can be run using command line arguments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages