Skip to content

takes a starting takes a point in a directed graph and shows the nodes that are reachable within two steps

License

Notifications You must be signed in to change notification settings

barannmeisterr/Two-Step-Graph-Traversal-Directed-Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Step Graph Traversal Directed Graph

Takes a starting point in a directed graph and shows the nodes that are reachable within two steps, you can follow these steps:

Author

  • Arda Baran

Technologies And Data Structures Used

  • Java
  • Directed Graph
  • Array
  • Two Dimensional Array For Adjacency Matrix
  • Queue Array Implementation
  • BFS Algorithm
  • Object Oriented Programming
  • Singly Linked List

File Structure

  • src/: Contains the Java source code

About

takes a starting takes a point in a directed graph and shows the nodes that are reachable within two steps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages