Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laisfrigerio/leetcode-solutions-typescript
- Owner: laisfrigerio
- License: mit
- Created: 2024-01-06T22:03:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T03:49:33.000Z (12 months ago)
- Last Synced: 2024-01-11T06:39:38.809Z (12 months ago)
- Topics: javascript, jest, leetcode, leetcode-javascript, leetcode-solutions, leetcode-typescript, typescript
- Language: TypeScript
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
| [
@laisfrigerio](https://instagram.com/laisfrigerio/)
|
| :---: |## π License
This project is licensed under the MIT License - see the LICENSE.md file for details