Skip to content

Commit f6466e7

Browse files
committed
Add persistent list notebook to TOC
1 parent 4726558 commit f6466e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source-code/functional-programming/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ Some examples of a functional programming style in Python.
66
programming style in Python with examples.
77
1. `sieve_of_eratosthenes.ipynb`: a lazy implementation of the sieve of
88
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

Comments
 (0)