Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)