17 Commits (6da73fb7d3dda78ac8a8f7633e78ca7449a1e873)

Author SHA1 Message Date
Denes Matetelki 6da73fb7d3 vertices() and meightboursOf return vectors of const pointers
12 years ago
Denes Matetelki 25b77e5d1c Edge is now a class, returning references
12 years ago
Denes Matetelki 62b1ce8006 fixing remaining float weight type in main.cpp, not using dot exporters for a while...
12 years ago
Denes Matetelki 9a715337d4 graph can be directed and undirected
12 years ago
Denes Matetelki e139c1ca98 graph.h renamed to graph.hpp
12 years ago
Denes Matetelki d02e826d41 dereferencing iterators with operator* return references instead of pointers
12 years ago
Denes Matetelki d631f1eae5 Move semantics: assigment ops use swap
12 years ago
Denes Matetelki 9afcf3fc5b Edge iteragor advance works
12 years ago
Denes Matetelki d3203f0e7f some iterator ctors went private, edge_iterator has advance functionality
12 years ago
Denes Matetelki 502c8278c0 new Graph subclass edge_iterator
12 years ago
Denes Matetelki 056381483d Graph::iterator has been renamed to Graph::vertex_iterator
12 years ago
Denes Matetelki 4745047b60 private subclasses: Vertex and EdgeTo declarations got moved to the end of the class declaration of Graph
12 years ago
Denes Matetelki 7c890f19c6 what is goind on here? storing pointers of variables on the stack?
12 years ago
Denes Matetelki 8e2f064598 Vector and Edge pointers are not const anymore. iterator class is implemented.
12 years ago
Denes Matetelki 78d526acae lookup functions work
12 years ago
Denes Matetelki e069792410 fix on numberOfEdges
12 years ago
Denes Matetelki a7fad9cfb0 first commit
12 years ago