Skip to content

IP-Algorithmics/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

How to use

  • Typescript (Node)
    • open a terminal
    • cd ./Typescript
    • npm i
    • npm start
  • Typescript (Deno)
    • Prerequisite
      • Adjust imports to end in .ts
    • open a terminal
    • deno run --no-check

How to test

  • Typescript
    • In the helpers folder there are test functions that can be imported and customized for each problem
    • Just run the ts file as usual using the test functions
    • NB! at the end of each ts file use export {} in order to avoid a conflicts between functions

About

Leetcode Solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published