Graph Algorithms

Can you please provide me the code for all the graph algorithms in java ? Please it would be highly appreciated.

Mainly dijkstra , Kruskal, Prim, Bellman Ford, Splitwise, Ford-Fulkerson, Disjoint-set union.

@aman_ishan
geeksforgeeks has code for all the graph algorithms both in c++ and in java.