stdgraph / P1709

P1709: C++ Graph Library Proposal
6 stars 0 forks source link

Lums/intro/00 #3

Closed lums658 closed 1 year ago

lums658 commented 1 year ago

Contains initial verbiage for introduction, which is probably too verbose, but should have the basic structure for us to follow. It also has the initial specifications for the shortest path algorithms. Note that the prototypes in the document are taken from a source file in ../src. We keep it in a separate file so that we can run clang-format on it and make sure the code will compile. We could conceivably use doxygen generated output or pull directly from the library rather than src. This starts to head us down the path of literate programming...