Java icon indicating copy to clipboard operation
Java copied to clipboard

Missing Unit Tests for Graph Algorithms

Open gowtham1412-p opened this issue 2 weeks ago • 0 comments

What would you like to share?

Some graph algorithms (e.g., BFS, DFS, Dijkstra, Bellman–Ford) do not have JUnit test coverage. Create test cases with small sample graphs and expected outputs.

Expected outcome:

Increased test coverage

More reliable algorithm correctness

Additional information

No response

gowtham1412-p avatar Nov 26 '25 08:11 gowtham1412-p