Skip to content

temptation4/Graph-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Graph Guide πŸš€

This repository contains Graph Data Structure concepts and interview problems in Java.

🌳 Breadth-First Search (BFS)

BFS Traversal


🌳 Depth-First Search (DFS)

DFS Traversal


Folder Structure

BFS/
DFS/
StepsByKnight/
Images/

BFS Example

queue.offer(start);

BFS uses Queue and explores level by level.


DFS Example

dfs(node);

DFS uses recursion and explores depth first.


Steps By Knight

Uses:

  • BFS
  • 2D Coordinates
  • Shortest Path

πŸ‘¨β€πŸ’» Author

Neelu Sahai

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages