We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5905401 commit 73c78adCopy full SHA for 73c78ad
source-code/functional-programming/README.md
@@ -9,4 +9,4 @@ Some examples of a functional programming style in Python.
9
1. `persistent_lists.ipynb`: example of an implementation of a persistent
10
list, i.e., a purely functional data structure.
11
1. `persistent_binary_search_tree.ipynb`: example of an implementation of a
12
- persistent list, i.e., a purely functional data structure.
+ persistent binary search tree, i.e., a purely functional data structure.
0 commit comments