Skip to content

sscraigie/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

This repository contains solutions to LeetCode problems in TypeScript

LeetCode Stats

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

  • Node.js (currently using v18.16.1)

Installation

  1. Clone the repo

    git clone https://github.com/sscraigie/leetCode.git
  2. Install packages

    npm install

Usage

You can write your code within the index.ts file or archive you're solutions in the src directory.

To run index.ts:

npm run test index

To run a specific file:

npn run test <file name>

About

LeetCode problems solved in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published