Skip to content

Commit 96dc2ec

Browse files
committed
docs(README): Add note about different solution types
1 parent cd12121 commit 96dc2ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Just some small recursion practice I've done.
44

5+
In some of the examples I included multiple solutions, such as:
6+
7+
- Iterative
8+
- Recursive
9+
- Proper tail calls
10+
- Continuous passing style
11+
- Trampolining
12+
513
## Getting started
614

715
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

0 commit comments

Comments
 (0)