Commit Graph

12 Commits

Author SHA1 Message Date
Sergiu Ivanov d51b24a8c4 Add bfs. 2021-05-13 21:48:43 +02:00
Sergiu Ivanov 9c9f9d921d Add hash->ordered-list. 2021-05-13 21:47:44 +02:00
Sergiu Ivanov 89612a501c Add functions from Section 2 Graph Constructors. 2021-05-10 16:18:15 +02:00
Sergiu Ivanov d3a490ecfc Update the test in Graphviz. 2021-05-08 08:18:33 +02:00
Sergiu Ivanov ded8b4c0e8 Update some tests in Generic Graph Interface. 2021-05-08 08:07:48 +02:00
Sergiu Ivanov 74da362dfc Add functions from the section Generic Graph Interface. 2021-01-02 22:22:27 +01:00
Sergiu Ivanov 0b38259979 Fix the tests. 2021-01-01 21:56:50 +01:00
Sergiu Ivanov 0001c87589 Add gg as a synonym for graph-g. 2021-01-01 21:52:26 +01:00
Sergiu Ivanov cec1ff51b6 graph.rkt: Tidy up and structure in sections.
The sections are the same as in the documentation of the generic graph
library: https://docs.racket-lang.org/graph/index.html
2021-01-01 21:46:58 +01:00
Sergiu Ivanov 15681c23ae Add has-vertex?. 2021-01-01 21:31:14 +01:00
Sergiu Ivanov 82b1150444 graph.rkt: Better present the Stack Overflow link. 2021-01-01 20:48:07 +01:00
Sergiu Ivanov e13042e802 Rename the main Racket file and the collection name.
Allows exposing the contents of this package (typed-graph) as
typed/graph (in the collection typed).
2020-12-29 22:46:09 +01:00