Don't say in the comments that graph properties are not supported.

The README and the scribblings shout that sufficiently loudly.
This commit is contained in:
Sergiu Ivanov 2021-10-10 18:00:35 +02:00
parent c41621dadf
commit baa928ddf6
1 changed files with 0 additions and 4 deletions

View File

@ -110,8 +110,6 @@
(define (matrix-graph? g)
(g:matrix-graph? (gg g)))
;; 3 Graph properties are not supported.
;; 4 Basic Graph Functions
;; 4.1 Breadth-first Search
(define (bfs g source)
@ -164,8 +162,6 @@
;; 2.3 Matrix Graphs
[matrix-graph? (-> Graph Boolean)]
;; 3 Graph properties are not supported.
;; 4 Basic Graph Functions
;; 4.1 Breadth-first Search
[bfs (-> Graph Any (Values (Mutable-HashTable Any Number)