Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akshaykhale1992/leetcode-excercise

A Repository of some LeetCode problems along with their solutions
https://github.com/akshaykhale1992/leetcode-excercise

hacktoberfest hacktoberfest2023 leetcode

Last synced: 3 days ago
JSON representation

A Repository of some LeetCode problems along with their solutions

Awesome Lists containing this project

README

        

# LeetCode Exercise

A Repository of some LeetCode problems along with their solutions

# Links:

### - [Valid Sudoku](https://leetcode.com/problems/valid-sudoku/)

Solution: [sudoku-validator.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/sudoku-validator.js)

### - [Reverse Integer](https://leetcode.com/problems/reverse-integer/)

Solution: [reverse-integer.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/reverse-integer.js)

### - [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/)

Solution: [linked-list-cycle.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/linked-list-cycle.js)

### - [Debounce](https://leetcode.com/problems/debounce/)

Solution: [debounce.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/debounce.js)

### - [Promise Time Limit](https://leetcode.com/problems/promise-time-limit/)

Solution: [promise-time-limit.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/promise-time-limit.js)

### - [First Missing Positive](https://leetcode.com/problems/first-missing-positive/)

Solution: [first-missing-positive.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/first-missing-positive.js)

### - [To Be Or Not To Be](https://leetcode.com/problems/to-be-or-not-to-be/)

Solution: [to-be-or-not-to-be.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/to-be-or-not-to-be.js)

### - [Calculator with Method Chaining](https://leetcode.com/problems/to-be-or-not-to-be/)

Solution: [to-be-or-not-to-be.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/to-be-or-not-to-be.js)

### - [Group By](https://leetcode.com/problems/group-by/)

Solution: [group-by.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/group-by.js)

### - [Add Two Promises](https://leetcode.com/problems/add-two-promises/)

Solution: [promise-chaining.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/promise-chaining.js)

### - [Is Object Empty](https://leetcode.com/problems/is-empty-object/)

Solution: [is-object-empty.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/is-object-empty.js)

### - [Two Sum](https://leetcode.com/problems/two-sum/)

Solution: [two-sum.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/two-sum.js)

### - [Best time to buy and sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)

Solution: [best-time-to-buy-and-sell-stock.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/best-time-to-buy-and-sell-stock.js)

### - [Roman to Integer](https://leetcode.com/problems/roman-to-integer/)

Solution: [roman-to-integer.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/roman-to-integer.js)

### - [Palindrome Number](https://leetcode.com/problems/palindrome-number/)

Solution: [palindrome-number.js](https://github.com/akshaykhale1992/leetcode-excercise/blob/main/palindrome-number.js)