Skip to content

laisfrigerio/leetcode-solutions-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-solutions-typescript

LeetCode Solutions in TypeScript + Jest

Easy

Challenge Solution Date Tags *
Two Sum 28 December, 2023 Hash Table Solution

Medium

Challenge Solution Date Tags *
Add Two Numbers 6 January, 2024 Linked List, BigInt Solution
Longest Substring Without Repeating Characters 6 January, 2024 Hash Table Solution

Hard

Challenge Solution Date Tags *
Median of Two Sorted Arrays 11 January, 2024 Sort Solution

...

🛠️ Stack

  • nodejs 18.12.1
  • typescript 5.3.3
  • jest ^29.7.0
  • yarn 1.22.19

💎 Run tests

    yarn install
    yarn test

👩 Author

Lais Frigério
@laisfrigerio

📄 License

This project is licensed under the MIT License - see the LICENSE.md file for details