https://github.com/schneedotdev/coding-challenges
Leetcode and Codewars challenges w/ solutions
https://github.com/schneedotdev/coding-challenges
algorithms challenges-solutions
Last synced: 2 months ago
JSON representation
Leetcode and Codewars challenges w/ solutions
- Host: GitHub
- URL: https://github.com/schneedotdev/coding-challenges
- Owner: schneedotdev
- Created: 2022-03-15T23:03:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T00:32:01.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T04:40:37.897Z (over 1 year ago)
- Topics: algorithms, challenges-solutions
- Language: JavaScript
- Homepage: https://www.codewars.com/users/brianschnee
- Size: 4.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode and Codewars Challenges
This repo contains my solutions to LeetCode and Codewars problems that I have used to strengthen my JS skills. Every problem is categorized by difficulty. For Codewars problems, the lower the number "kyu" the harder the problem. For LeetCode, problem difficulty is listed as "easy," "medium," and "hard"
## Current Rank

## Example Solution
#### Problem Link: https://www.codewars.com/kata/6071ef9cbe6ec400228d9531/train/javascript
#### Solution: