Commit Graph

10 Commits

Author SHA1 Message Date
stefiosif
8b6d341d18 Move Graph::vertices to Digraph 2022-10-12 09:32:40 +03:00
stefiosif
14a61c92e9 Update decremental algorithms according to project structure changes 2022-09-25 17:42:00 +03:00
stefiosif
40f23c5bf8 Add method to access adjMatrix keys and add adjMatrix on seaching method 2022-09-19 22:04:45 +03:00
stefiosif
037560949d Update misc 2022-09-16 15:17:32 +03:00
stefiosif
a4ddc3fbe7 Add operator<< for graph types, add contains query for digraph types and normalize scc 2022-09-09 17:50:28 +03:00
stefiosif
fe3bb68c18 Add single vertex contains method and replace vertices field with adjMatrix' keys 2022-07-20 23:43:15 +03:00
stefiosif
227749b9e4 Make reverse() return type auto 2022-07-13 23:04:59 +03:00
stefiosif
de29435933 Add reverse a digraph function and test 2022-06-13 17:04:43 +03:00
stefiosif
cc79737ecc Add roditty and zwick class 2022-06-12 20:33:11 +03:00
stefiosif
72741a6a5b Make class Graph abstract and make derived classes Digraph and SCC 2022-06-12 00:49:42 +03:00