You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,11 @@
3
3
One of the things I enjoyed when discovering for the first time functional programming, was how it reveals
4
4
patterns that traditional imperative programming hides. I was delighted to discover how implementing [Breadth-First Search](https://en.wikipedia.org/wiki/Breadth-first_search) with the sort of restrictions we expect from functional programming, also reveals hidden patterns.
5
5
6
-
Another surprise is that F# is a great candidate to explore functional data structures, which seem could be
6
+
Another surprise is that F# is a great candidate to explore functional data structures, which seem could be
7
7
a good update to the excellent work by [Chris Okasaki](https://en.wikipedia.org/wiki/Chris_Okasaki#Purely_functional_data_structures)
0 commit comments