Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maniruzzamanakash/leetcode-solutions
Solve LeetCode problems using JavaScript, MySQL, Rust
https://github.com/maniruzzamanakash/leetcode-solutions
algorithms data-structures-and-algorithms leetcode leetcode-javascript problem-solving problem-solving-algorithms
Last synced: about 1 month ago
JSON representation
Solve LeetCode problems using JavaScript, MySQL, Rust
- Host: GitHub
- URL: https://github.com/maniruzzamanakash/leetcode-solutions
- Owner: ManiruzzamanAkash
- Created: 2022-06-21T00:28:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T15:07:50.000Z (over 2 years ago)
- Last Synced: 2023-02-28T00:02:04.530Z (almost 2 years ago)
- Topics: algorithms, data-structures-and-algorithms, leetcode, leetcode-javascript, problem-solving, problem-solving-algorithms
- Language: JavaScript
- Homepage: https://leetcode.com/ManiruzzamanAkash/
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode with JavaScript
Solve [LeetCode](https://leetcode.com) problems using JavaScript By Topic wise with Test-cases(Jest).---
### Test
```
npm test
```## Array Problems Solution -
1. [Two Sum](https://leetcode.com/problems/two-sum/) - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/blob/main/two-sum/)
1. [Remove duplicates from sorted array]() - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/tree/main/remove-duplicates-from-sorted-array)
1. [Remove elements from array](https://leetcode.com/problems/remove-element) - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/tree/main/remove-element)
1. [Search Insert Position](https://leetcode.com/problems/search-insert-position) - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/tree/main/search-insert-position)## String Problems Solution -
1. [Check Palindrome Number](https://leetcode.com/problems/palindrome-number/) - [Solution](https://github.com/ManiruzzamanAkash/LeetCode-In-JS/tree/main/palindrome-number)