Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dickeyy/leetcode
just a repo of all the leetcode problems ive solved
https://github.com/dickeyy/leetcode
leetcode
Last synced: 4 days ago
JSON representation
just a repo of all the leetcode problems ive solved
- Host: GitHub
- URL: https://github.com/dickeyy/leetcode
- Owner: dickeyy
- Created: 2022-06-14T21:18:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T01:51:06.000Z (28 days ago)
- Last Synced: 2024-12-04T02:35:24.232Z (28 days ago)
- Topics: leetcode
- Language: TypeScript
- Homepage: https://leetcode.com/dickey
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Leetcode Solutions - Total: 76](https://leetcode.com/dickey)
[![wakatime](https://wakatime.com/badge/github/dickeyy/leetcode.svg)](https://wakatime.com/badge/github/dickeyy/leetcode)
## Stats
_Last Updated 12/9/24_
```
- Total Solved: 76/3374 (2.22%)
- Easy Solved: 53/842 (6.17%)
- Medium Solved: 19/1766 (1.08%)
- Hard Solved: 4/776 (0.52%)
- Rank: 1,307,561
- Acceptance Rate: 61.59%
```## Hard Problems - 4/776
Beats: 40.58% users
| # | Title | Solution(s) |
| ---- | ---------------------------------------------------------------------------------------- | ------------------------ |
| 4 | [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays) | [TS](/hard/4/4.ts) |
| 65 | [Valid Number](https://leetcode.com/problems/valid-number/) | [TS](/hard/65/65.ts) |
| 458 | [Poor Pigs](https://leetcode.com/problems/poor-pigs) | [TS](/hard/458/458.ts) |
| 2097 | [Valid Arrangement](https://leetcode.com/problems/valid-arrangement) | [Go](/hard/2097/main.go) |## Medium Problems - 19/1766
Beats: 55.55% users
| # | Title | Solution(s) |
| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------- |
| 2 | [Add Two Numbers](https://leetcode.com/problems/add-two-numbers) | [JS](/medium/2/2.js) |
| 3 | [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters) | [TS](/medium/3/3.ts) |
| 5 | [Longest Palindromic Substring](https://leetcode.com/problems/longest-palindromic-substring) | [Go](/medium/5/main.go) |
| 8 | [String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) | [Go](/medium/8/main.go) |
| 12 | [Integer to Roman](https://leetcode.com/problems/integer-to-roman) | [TS](/medium/12/12.ts) |
| 15 | [3Sum](https://leetcode.com/problems/3sum) | [TS](/medium/15/15.ts) |
| 22 | [Generate Parentheses](https://leetcode.com/problems/generate-parentheses) | [TS](/medium/22/22.ts) |
| 50 | [Pow(x,n)](https://leetcode.com/problems/powx-n) | [TS](/medium/50/50.ts) |
| 176 | [Second Highest Salary](https://leetcode.com/problems/second-highest-salary) | [SQL](/medium/176/176.sql) |
| 525 | [Contiguous Array](https://leetcode.com/problems/contiguous-array) | [TS](/medium/525/525.ts) |
| 535 | [Encode and Decode TinyURL](https://leetcode.com/problems/encode-and-decode-tinyurl/) | [TS](/medium/535/535.ts) |
| 678 | [Valid Parenthesis String](https://leetcode.com/problems/valid-parenthesis-string/description/?envType=daily-question&envId=2024-04-07) | [TS](/medium/678/678.ts) |
| 1302 | [Deepest Leaves Sum](https://leetcode.com/problems/deepest-leaves-sum) | [Go](/medium/1302/main.go) |
| 1689 | [Partitioning Into Minimum Number Of Deci-Binary Numbers](https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers) | [TS](/medium/1669/1689.ts) |
| 1750 | [Minimum Length of String After Deleting Similar Ends](https://leetcode.com/problems/minimum-length-of-string-after-deleting-similar-ends) | [TS](/medium/1750/1750.ts) |
| 2109 | [Adding Spaces to a String](https://leetcode.com/problems/adding-spaces-to-a-string) | [Go](/medium/2109/main.go) |
| 2396 | [Strictly Palindromic Number](https://leetcode.com/problems/strictly-palindromic-number) | [TS](/medium/2396/2396.ts) |
| 2442 | [Count Number of Distinct Integers After Reverse Operations](https://leetcode.com/problems/count-number-of-distinct-integers-after-reverse-operations) | [TS](/medium/2442/2442.ts) |
| 2610 | [Convert an Array Into a 2D Array With Conditions](https://leetcode.com/problems/convert-an-array-into-a-2d-array-with-conditions) | [TS](/medium/2610/2610.ts) |## Easy Problems - 53/842
Beats: 78.29% of users
| # | Title | Solution(s) |
| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| 1 | [Two Sum](https://leetcode.com/problems/two-sum) | [JS](/easy/1/1.js) [TS](/easy/1/1.ts) [Python](/easy/1/1.py) [Go](/easy/1/main.go) |
| 9 | [Palindrome Numbers](https://leetcode.com/problems/palindrome-number) | [JS](/easy/9/9.js) |
| 13 | [Roman to Integer](https://leetcode.com/problems/roman-to-integer) | [JS](/easy/13/13.js) |
| 14 | [Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix) | [TS](/easy/14/14.ts) |
| 21 | [Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists) | [TS](/easy/21/21.ts) |
| 26 | [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | [TS](/easy/26/26.ts) |
| 27 | [Remove Element](https://leetcode.com/problems/remove-element) | [TS](/easy/27/27.ts) |
| 28 | [Find the Index of the First Occurrence in a String](https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string) | [Go](/easy/28/main.go) |
| 35 | [Search Insert Position](https://leetcode.com/problems/search-insert-position) | [Go](/easy/35/main.go) |
| 58 | [Length of Last Word](https://leetcode.com/problems/length-of-last-word) | [JS](/easy/58/58.js) |
| 66 | [Plus One](https://leetcode.com/problems/plus-one) | [JS](/easy/66/66.js) |
| 67 | [Add Binary](https://leetcode.com/problems/add-binary) | [Go](/easy/67/main.go) |
| 125 | [Valid Palindrome](https://leetcode.com/problems/valid-palindrome) | [TS](/easy/125/125.ts) |
| 141 | [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle) | [TS](/easy/141/141.ts) |
| 217 | [Contains Duplicate](https://leetcode.com/problems/contains-duplicate) | [JS](/easy/217/217.js) |
| 268 | [Missing Number](https://leetcode.com/problems/missing-number) | [TS](/easy/268/268.ts) |
| 283 | [Move Zeros](https://leetcode.com/problems/move-zeroes) | [JS](/easy/283/283.js) |
| 349 | [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays) | [TS](/easy/349/349.ts) |
| 412 | [FizzBuzz](https://leetcode.com/problems/fizz-buzz) | [TS](/easy/412/412.ts) |
| 476 | [Number Complement](https://leetcode.com/problems/number-complement) | [TS](/easy/476/476.ts) |
| 876 | [Middle of the Linked List](https://leetcode.com/problems/middle-of-the-linked-list) | [TS](/easy/876/876.ts) |
| 1071 | [Greatest Common Divisor of Strings](https://leetcode.com/problems/greatest-common-divisor-of-strings) | [TS](/easy/1071/1071.ts) |
| 1108 | [Defanging an IP Address](https://leetcode.com/problems/defanging-an-ip-address) | [TS](/easy/1108/1108.ts) |
| 1346 | [Check If N and Its Double Exist](https://leetcode.com/problems/check-if-n-and-its-double-exist) | [Go](/easy/1346/main.go) |
| 1431 | [Kids With the Greatest Number of Candies](https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/) | [TS](/easy/1431/1431.ts) |
| 1455 | [Check If a Word Occurs As a Prefix of Any Word in a Sentence](https://leetcode.com/problems/check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence) | [Go](/easy/1455/main.go) |
| 1464 | [Maximum Product of Two Elements in an Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array) | [TS](/easy/1464/1464.ts) |
| 1512 | [Number of Good Pairs](https://leetcode.com/problems/number-of-good-pairs/) | [TS](/easy/1512/1512.ts) |
| 1672 | [Richest Customer Wealth](https://leetcode.com/problems/richest-customer-wealth) | [TS](/easy/1672/1672.ts) |
| 1688 | [Count of Matches in Tournament](https://leetcode.com/problems/count-of-matches-in-tournament) | [TS](/easy/1688/1688.ts) |
| 1716 | [Calculate Money in Leetcode Bank](https://leetcode.com/problems/calculate-money-in-leetcode-bank) | [TS](/easy/1716/1716.ts) |
| 17498 | [Sum of Unique Elements](https://leetcode.com/problems/sum-of-unique-elements) | [Go](/easy/1748/main.go) |
| 1757 | [Recyclable and Low Fat Products](https://leetcode.com/problems/recyclable-and-low-fat-products) | [SQL](/easy/1757/1757.sql) |
| 1768 | [Merge Strings Alternately](https://leetcode.com/problems/merge-strings-alternately) | [TS](/easy/1768/1768.ts) |
| 1791 | [Find Center of Star Graph](https://leetcode.com/problems/find-center-of-star-graph) | [TS](/easy/1791/1791.ts) |
| 1859 | [Sorting the Sentence](https://leetcode.com/problems/sorting-the-sentence) | [JS](/easy/1859/1859.js) |
| 1903 | [Largest Odd Number in String](https://leetcode.com/problems/largest-odd-number-in-string) | [TS](/easy/1903/1903.ts) |
| 1920 | [Build Array from Permutation](https://leetcode.com/problems/build-array-from-permutation) | [Go](/easy/1920/1920/main.go) |
| 1929 | [Concatenation of Array](https://leetcode.com/problems/concatenation-of-array/) | [TS](/easy/1929/1929.ts) |
| 2011 | [Final Value of Variable After Performing Operations](https://leetcode.com/problems/final-value-of-variable-after-performing-operations) | [TS](/easy/2011/2011.ts) [Python](/easy/2011/2011.py) [Go](/easy/2011/main.go) |
| 2185 | [Counting Words With a Given Prefix](https://leetcode.com/problems/counting-words-with-a-given-prefix/) | [TS](/easy/2185/2185.ts) |
| 2215 | [Find the Difference of Two Arrays](https://leetcode.com/problems/find-the-difference-of-two-arrays/) | [TS](/easy/2215/2215.ts) |
| 2235 | [Add Two Integers](https://leetcode.com/problems/add-two-integers/) | [Go](/easy/2235/main.go) |
| 2469 | [Convert the Temperature](https://leetcode.com/problems/convert-the-temperature) | [TS](/easy/2469/2469.ts) |
| 2540 | [Minimum Common Value](https://leetcode.com/problems/minimum-common-value) | [TS](/easy/2540/2540.ts) |
| 2667 | [Create Hello World Function](https://leetcode.com/problems/create-hello-world-function) | [JS](/easy/2667/2667.js) |
| 2678 | [Number of Senior Citizens](https://leetcode.com/problems/number-of-senior-citizens) | [TS](/easy/2678/2678.ts) |
| 2703 | [Return Length of Arguments Passed](https://leetcode.com/problems/return-length-of-arguments-passed) | [TS](/easy/2703/2703.ts) |
| 2723 | [Add Two Promises](https://leetcode.com/problems/add-two-promises) | [TS](/easy/2723/2723.ts) |
| 2769 | [Find the Maximum Achievable Number](https://leetcode.com/problems/find-the-maximum-achievable-number) | [Go](/easy/2769/main.go) |
| 2942 | [Find Words Containing Character](https://leetcode.com/problems/find-words-containing-character) | [TS](/easy/2942/2942.ts) |
| 3005 | [Count Elements With Maximum Frequency](https://leetcode.com/problems/count-elements-with-maximum-frequency) | [TS](/easy/3005/3005.ts) |
| 3110 | [Score of a String](https://leetcode.com/problems/score-of-a-string/) | [Go](/easy/3110/main.go) |