Skip to content

zorgonide/javascript-data-structures

Repository files navigation

coding-practice

  • Sorting
  • Stacks
  • Queues
  • Linked List
  • BST
  • AVL tree
  • Hashing
  • Pathfinding
  • Tries
  • Bloom filters

Local Hot Reload Setup

You can now run this project locally with hot reload (like StackBlitz) using Vite:

  1. Install dependencies
    In your project directory, run:

    npm install
  2. Start the dev server

    npm run dev
  3. 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.

Edit on StackBlitz ⚡️

Releases

No releases published

Packages

No packages published

Languages