NASU41 / AtCoderLibraryForJava

Creative Commons Zero v1.0 Universal
76 stars 21 forks source link

Adding GraphBuilder Utility #50

Closed taran-1407 closed 3 years ago

taran-1407 commented 3 years ago

It is useful for creating adjacency list representation of graphs (and trees) in form of jagged arrays as compared to ArrayList with notably faster performance.