We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7f85db + f6466e7 commit 6a899d9Copy full SHA for 6a899d9
2 files changed
source-code/functional-programming/README.md
@@ -6,3 +6,5 @@ Some examples of a functional programming style in Python.
6
programming style in Python with examples.
7
1. `sieve_of_eratosthenes.ipynb`: a lazy implementation of the sieve of
8
Eratosthenes using generators.
9
+1. `persistent_lists.ipynb`: example of an implementation of a persistent
10
+ list, i.e., a purely functional data structure.
0 commit comments