Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

A proposal for std::graph

Revision en1, by edsa, 2022-12-01 20:24:53

There is a current proposal to add a graph library to the C++ standard library. Targetted at C++26 or later. Since this community is very accostumed to working with graphs, I thought that it would be interesting to share this here.

Their code is in the repos source library and stdlib. IMHO, the interface could be improved a lot. At least it does not match what I tend to use for competitive programming and it seems quite far from the std::algorithm interface. I hope to hear your thoughts.

Tags std::graph, c++26, cppcon

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English edsa 2022-12-01 20:24:53 869 Initial revision (published)