Skip to content

Commit ff48980

Browse files
committed
removing r0b0t
1 parent dae624f commit ff48980

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
One of the things I enjoyed when discovering for the first time functional programming, was how it reveals
44
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.
55

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
77
a good update to the excellent work by [Chris Okasaki](https://en.wikipedia.org/wiki/Chris_Okasaki#Purely_functional_data_structures)
88

99
- [Breadth-First Search](./docs/bfs.ipynb)
1010
- [Queue](./docs/queue.ipynb)
1111
- [Pattern matching nesting reduction](./docs/pattern_matching_nesting_reduction.ipynb)
1212
- [Fixed points](./docs/fixed_points.ipynb)
1313
- [Exception vs Result](./docs/exception_vs_result.ipynb)
14-
- [Designing a structure from the bottom up: r0b0t](./docs/r0b0t.ipynb)

0 commit comments

Comments
 (0)