I started writing a universal graph library in C++ in order to better understand some search concepts in my grad level A.I. course at NYU and also to potentially use in the future for whatever project might require basic graph search techniques. I haven’t implemented the big three in it just yet, but I wanted to make sure it was functional before crossing that bridge.
Source Code
Link (github)