Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laisfrigerio/leetcode-solutions-typescript

LeetCode Solutions in TypeScript + Jest
https://github.com/laisfrigerio/leetcode-solutions-typescript

javascript jest leetcode leetcode-javascript leetcode-solutions leetcode-typescript typescript

Last synced: about 1 month ago
JSON representation

LeetCode Solutions in TypeScript + Jest

Awesome Lists containing this project

README

        

# leetcode-solutions-typescript

LeetCode Solutions in TypeScript + Jest

## Easy

| Challenge | Solution Date | Tags | * |
| :--- | --- | --- | ---: |
| [**Two Sum**](https://leetcode.com/problems/two-sum/) | 28 December, 2023 | Hash Table | [**Solution**](./solutions/easy/two-sum/) |

## Medium

| Challenge | Solution Date | Tags | * |
| :--- | --- | --- | ---: |
| [**Add Two Numbers**](https://leetcode.com/problems/add-two-numbers/) | 6 January, 2024 | Linked List, BigInt | [**Solution**](./solutions/medium/add-two-numbers/) |
| [**Longest Substring Without Repeating Characters**](https://leetcode.com/problems/add-two-numbers/) | 6 January, 2024 | Hash Table | [**Solution**](./solutions/medium/longest-substring-without-repeating-characters/) |

## Hard

| Challenge | Solution Date | Tags | * |
| :--- | --- | --- | ---: |
| [**Median of Two Sorted Arrays**](https://leetcode.com/problems/median-of-two-sorted-arrays/) | 11 January, 2024 | Sort | [**Solution**](./solutions/hard/median-of-two-sorted-arrays/) |

...

## πŸ› οΈ Stack

- nodejs `18.12.1`
- typescript `5.3.3`
- jest `^29.7.0`
- yarn `1.22.19`

## :gem: Run tests

```
yarn install
yarn test
```

## πŸ‘© Author

| [Lais FrigΓ©rio
@laisfrigerio](https://instagram.com/laisfrigerio/)
|
| :---: |

## πŸ“„ License

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