Skip to content

Commit 3428308

Browse files
committed
updated readme
1 parent 4a235fb commit 3428308

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ So far there are 6 segments
2020
- Recursion Tree
2121
- Turing Machine
2222

23-
I have implemented a total of `22 algorithms` so far. And will try to add more later.
23+
I have implemented a total of `23 algorithms` so far. And will try to add more later.
2424

2525
## Algorithms implemented
2626

@@ -61,6 +61,13 @@ I am not sure if anyone would like to contribute to this project or not. But any
6161
- Commit 16: Added Flip Move animation to inplace sorting components
6262
- Commit 20: Added Tree Structure
6363

64+
### Acknowledgement
65+
66+
I took inspirations from the following sources for some of the segments.
67+
- `Pathfinder`: [The Projects That Got Me Into Google](https://youtu.be/n4t_-NjY_Sg)
68+
- `Archimedes Spiral for Primes`: [Why do prime numbers make these spirals? ](https://youtu.be/EK32jo7i5LQ)
69+
- `Recursion tree visualizer`: [Recursion Tree Visualizer](https://github.com/brpapa/recursion-tree-visualizer)
70+
- `Turing Machine`: [Tursi](https://github.com/schaetzc/tursi)
6471

6572
### Note to self:
6673

0 commit comments

Comments
 (0)