Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dappcoderr/20-js-hard-problem
https://github.com/dappcoderr/20-js-hard-problem
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappcoderr/20-js-hard-problem
- Owner: DappCoderr
- Created: 2024-01-10T18:44:03.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-29T09:00:55.000Z (10 months ago)
- Last Synced: 2024-02-29T16:34:40.571Z (10 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 20 JavaScript Hard Challenge
### 1. **Longest Consecutive Sequence:**
### 2. **Word Frequency Counter:**
### 3. **Linked List Reversal:**
### 4. **Parenthesis Checker:**
### 5. **Maximal Subarray Sum:**
### 6. **Binary Tree Diameter:**
### 7. **Knapsack Problem:**
### 8. **Unique Paths in Grid:**
### 9. **Topological Sorting:**
### 10. **Substring with Concatenation of All Words:**
### 11. **Trapping Rain Water:**
### 12. **Count Islands:**
### 13. **LRU Cache:**
### 14. **Decode String:**
### 15. **Longest Increasing Subsequence:**
### 16. **Expression Evaluation:**
### 17. **Valid Sudoku:**
### 18. **Minimum Window Substring:**
### 19. **Alien Dictionary:**
### 20. **Sudoku Solver:**