diff --git a/apps/webapp/src/routes/+page.svelte b/apps/webapp/src/routes/+page.svelte index 5a74aef..c1a2697 100644 --- a/apps/webapp/src/routes/+page.svelte +++ b/apps/webapp/src/routes/+page.svelte @@ -23,10 +23,10 @@
-

Issue #42: Typo in README

+

Issue #42: Optimize recursive Fibonacci for quantum entanglement

opened by @fixodev

- There's a typo in the installation instructions: "npm isntall" => "npm install". + The current classical algorithm for Fibonacci sequence calculation is inefficient for quantum entanglement simulations. Implement a quantum-optimized recursive Fibonacci algorithm to handle entangled states more efficiently.