Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manthanank/leetcode-solutions

Leetcode solutions
https://github.com/manthanank/leetcode-solutions

javascript leetcode solutions

Last synced: about 6 hours ago
JSON representation

Leetcode solutions

Awesome Lists containing this project

README

        

# Leetcode Solutions

| Problem Name | Dificulty | Solutions |
| ------------- | ------------- | ------------- |
| Two Sum | Easy | [Solution in js](./Two%20Sum/solution.js) |
| Add Two Numbers | Easy | [Solution in js](./Add%20Two%20Numbers/solution.js) |
| Longest Substring Without Repeating Characters | Medium | [Solution in js](./Longest%20Substring%20Without%20Repeating%20Characters/solution.js) |
| Longest Palindromic Substring | Medium | [Solution in js](./Longest%20Palindromic%20Substring/solution.js) |
| Reverse Integer | Medium | [Solution in jS](./Reverse%20Integer/solution.js) |
| String to Integer (atoi) | Medium | [Solution in js](./String%20to%20Integer%20(atoi)/solution.js) |
| Palindrome Number | Easy | [Solution in js](./Palindrome%20Number/solution.js) |
| Roman to Integer | Easy | [Solution in js](./Roman%20to%20Integer/solution.js) |
| Longest Common Prefix | Easy | [Solution in js](./Longest%20Common%20Prefix/solution.js) |
| Remove Nth Node From End of List | Medium | [Solution in js](./Remove%20Nth%20Node%20From%20End%20of%20List/solution.js) |
| Valid Parentheses | Easy | [Solution in js](./Valid%20Parentheses/solution.js) |
| Merge Two Sorted Lists | Easy | [Solution in js](./Merge%20Two%20Sorted%20Lists/solution.js) |
| Remove Duplicates from Sorted Array | Easy | [Solution in js](./Remove%20Nth%20Node%20From%20End%20of%20List/solution.js) |
| Remove Element | Easy | [Solution in js](./Remove%20Element/solution.js) |
| Find the Index of the First Occurrence in a String | Medium | [Solution in js](./Find%20the%20Index%20of%20the%20First%20Occurrence%20in%20a%20String/solution.js) |
| Search Insert Position | Easy | [Solution in js](./Search%20Insert%20Position/solution.js) |
| Valid Sudoku | Easy | [Solution in js](./Valid%20Sudoku/solution.js) |
| Shortest Distance to Target String in a Circular Array | Easy | [Solution in js](./Shortest%20Distance%20to%20Target%20String%20in%20a%20Circular%20Array/solution.js) |
| Take K of Each Character From Left and Right | Medium | [Solution in js](./Take%20K%20of%20Each%20Character%20From%20Left%20and%20Right/solution.js) |
| Maximum Tastiness of Candy Basket | Medium | [Solution in js](./Maximum%20Tastiness%20of%20Candy%20Basket/solution.js) |
| Number of Great Partitions | Hard | [Solution in js](./Number%20of%20Great%20Partitions/solution.js) |