Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jashgopani/leetcode

My Leetcode submissions
https://github.com/jashgopani/leetcode

Last synced: about 2 months ago
JSON representation

My Leetcode submissions

Awesome Lists containing this project

README

        

# LeetCode Submissions

![Generate Readme Workflow](https://github.com/jashgopani/leetcode/actions/workflows/main.yml/badge.svg)
## Index

- [1-two-sum](./1-two-sum)
- [3-longest-substring-without-repeating-characters](./3-longest-substring-without-repeating-characters)
- [11-container-with-most-water](./11-container-with-most-water)
- [13-roman-to-integer](./13-roman-to-integer)
- [15-3sum](./15-3sum)
- [20-valid-parentheses](./20-valid-parentheses)
- [21-merge-two-sorted-lists](./21-merge-two-sorted-lists)
- [22-generate-parentheses](./22-generate-parentheses)
- [26-remove-duplicates-from-sorted-array](./26-remove-duplicates-from-sorted-array)
- [27-remove-element](./27-remove-element)
- [33-search-in-rotated-sorted-array](./33-search-in-rotated-sorted-array)
- [36-valid-sudoku](./36-valid-sudoku)
- [42-trapping-rain-water](./42-trapping-rain-water)
- [49-group-anagrams](./49-group-anagrams)
- [53-maximum-subarray](./53-maximum-subarray)
- [56-merge-intervals](./56-merge-intervals)
- [57-insert-interval](./57-insert-interval)
- [67-add-binary](./67-add-binary)
- [70-climbing-stairs](./70-climbing-stairs)
- [74-search-a-2d-matrix](./74-search-a-2d-matrix)
- [88-merge-sorted-array](./88-merge-sorted-array)
- [94-binary-tree-inorder-traversal](./94-binary-tree-inorder-traversal)
- [98-validate-binary-search-tree](./98-validate-binary-search-tree)
- [102-binary-tree-level-order-traversal](./102-binary-tree-level-order-traversal)
- [104-maximum-depth-of-binary-tree](./104-maximum-depth-of-binary-tree)
- [110-balanced-binary-tree](./110-balanced-binary-tree)
- [121-best-time-to-buy-and-sell-stock](./121-best-time-to-buy-and-sell-stock)
- [125-valid-palindrome](./125-valid-palindrome)
- [128-longest-consecutive-sequence](./128-longest-consecutive-sequence)
- [133-clone-graph](./133-clone-graph)
- [141-linked-list-cycle](./141-linked-list-cycle)
- [150-evaluate-reverse-polish-notation](./150-evaluate-reverse-polish-notation)
- [153-find-minimum-in-rotated-sorted-array](./153-find-minimum-in-rotated-sorted-array)
- [155-min-stack](./155-min-stack)
- [167-two-sum-ii-input-array-is-sorted](./167-two-sum-ii-input-array-is-sorted)
- [169-majority-element](./169-majority-element)
- [173-binary-search-tree-iterator](./173-binary-search-tree-iterator)
- [175-combine-two-tables](./175-combine-two-tables)
- [180-consecutive-numbers](./180-consecutive-numbers)
- [200-number-of-islands](./200-number-of-islands)
- [202-happy-number](./202-happy-number)
- [206-reverse-linked-list](./206-reverse-linked-list)
- [208-implement-trie-prefix-tree](./208-implement-trie-prefix-tree)
- [210-course-schedule-ii](./210-course-schedule-ii)
- [217-contains-duplicate](./217-contains-duplicate)
- [226-invert-binary-tree](./226-invert-binary-tree)
- [232-implement-queue-using-stacks](./232-implement-queue-using-stacks)
- [235-lowest-common-ancestor-of-a-binary-search-tree](./235-lowest-common-ancestor-of-a-binary-search-tree)
- [238-product-of-array-except-self](./238-product-of-array-except-self)
- [242-valid-anagram](./242-valid-anagram)
- [278-first-bad-version](./278-first-bad-version)
- [322-coin-change](./322-coin-change)
- [345-reverse-vowels-of-a-string](./345-reverse-vowels-of-a-string)
- [383-ransom-note](./383-ransom-note)
- [409-longest-palindrome](./409-longest-palindrome)
- [424-longest-repeating-character-replacement](./424-longest-repeating-character-replacement)
- [542-01-matrix](./542-01-matrix)
- [543-diameter-of-binary-tree](./543-diameter-of-binary-tree)
- [567-permutation-in-string](./567-permutation-in-string)
- [605-can-place-flowers](./605-can-place-flowers)
- [653-two-sum-iv-input-is-a-bst](./653-two-sum-iv-input-is-a-bst)
- [733-flood-fill](./733-flood-fill)
- [739-daily-temperatures](./739-daily-temperatures)
- [792-binary-search](./792-binary-search)
- [874-backspace-string-compare](./874-backspace-string-compare)
- [906-walking-robot-simulation](./906-walking-robot-simulation)
- [907-koko-eating-bananas](./907-koko-eating-bananas)
- [908-middle-of-the-linked-list](./908-middle-of-the-linked-list)
- [920-uncommon-words-from-two-sentences](./920-uncommon-words-from-two-sentences)
- [1014-k-closest-points-to-origin](./1014-k-closest-points-to-origin)
- [1023-time-based-key-value-store](./1023-time-based-key-value-store)
- [1036-rotting-oranges](./1036-rotting-oranges)
- [1484-linked-list-in-binary-tree](./1484-linked-list-in-binary-tree)
- [1528-kids-with-the-greatest-number-of-candies](./1528-kids-with-the-greatest-number-of-candies)
- [1894-merge-strings-alternately](./1894-merge-strings-alternately)
- [2155-find-missing-observations](./2155-find-missing-observations)
- [2903-insert-greatest-common-divisors-in-linked-list](./2903-insert-greatest-common-divisors-in-linked-list)
- [3309-count-prefix-and-suffix-pairs-i](./3309-count-prefix-and-suffix-pairs-i)
- [3501-delete-nodes-from-linked-list-present-in-array](./3501-delete-nodes-from-linked-list-present-in-array)
---
**Last Updated**: 2024-09-16 23:46:35