Skip to content

Commit

Permalink
fix slide 140
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Feb 19, 2024
1 parent b47bf6e commit 5faaa4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion slides/slidesEnglish.md
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,9 @@ spider count url0 = go 0 Map.empty (Set.singleton url0)
notSeen = Set.fromList .
filter (`Map.notMember` newSeen) $ ls
newQueue = queue `Set.union` notSeen
go (k+1) newSeen newQueue~~~~
go (k+1) newSeen newQueue
~~~~
# Where do we stand?
Expand Down

0 comments on commit 5faaa4c

Please sign in to comment.