SymonBezerra / stella

MIT License
0 stars 0 forks source link

Wrap std::map around class for AdjList #12

Closed SymonBezerra closed 3 months ago

SymonBezerra commented 3 months ago

Wrap the std::map<string, BaseEdge*> object around a class, for a more directed approach using AdjLists. The same could be used for Python, overriding the index operator.

Suggested name: EdgeMap

SymonBezerra commented 3 months ago

Declined. This would turn the library into a fairly analytical one, instead of pedagogical.