mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-24 21:14:00 +08:00
add adjacency list implementation for graphs
This commit is contained in:
3
data_structures/Graphs/makefile
Normal file
3
data_structures/Graphs/makefile
Normal file
@ -0,0 +1,3 @@
|
||||
test:
|
||||
javac Graphs.java
|
||||
java -ea Graphs
|
Reference in New Issue
Block a user