kohanyirobert / jsds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Data Structures

Rudimentary implementations of well-known data structures in JavaScript for learning purposes.

Setup

  • Open VS Code
  • Use the integrated terminal
    • Install dependencies: pnpm install
    • Run tests: pnpm test

Debugging

  • Use the JavaScript Debug Terminal in VS Code
    • Access via command palette or Debug panel
    • Run pnpm test and use breakpoints for debugging

About


Languages

Language:JavaScript 100.0%