- Sorting
- Stacks
- Queues
- Linked List
- BST
- AVL tree
- Hashing
- Pathfinding
- Tries
- Bloom filters
You can now run this project locally with hot reload (like StackBlitz) using Vite:
-
Install dependencies
In your project directory, run:npm install
-
Start the dev server
npm run dev
-
Open your browser
Visit the local URL shown in your terminal (usually http://localhost:5173).
Any changes you make to the code will automatically reload in the browser.