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

https://github.com/iyehah/leetcode-solved-questions

This repository contains my solutions to various coding challenges from LeetCode.
https://github.com/iyehah/leetcode-solved-questions

leetcode-c leetcode-javascript leetcode-python3 leetcode-typescript

Last synced: 6 months ago
JSON representation

This repository contains my solutions to various coding challenges from LeetCode.

Awesome Lists containing this project

README

          

# Leetcode-Solved-Questions
This repository contains my solutions to various coding challenges from LeetCode.

# LeetCode Topics
## Hash Table
| |
| ------- |
| [0001-two-sum](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0001-two-sum) |
| [0003-longest-substring-without-repeating-characters](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0003-longest-substring-without-repeating-characters) |
| [0013-roman-to-integer](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0013-roman-to-integer) |
| [0030-substring-with-concatenation-of-all-words](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0030-substring-with-concatenation-of-all-words) |
## String
| |
| ------- |
| [0003-longest-substring-without-repeating-characters](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0003-longest-substring-without-repeating-characters) |
| [0013-roman-to-integer](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0013-roman-to-integer) |
| [0014-longest-common-prefix](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0014-longest-common-prefix) |
| [0020-valid-parentheses](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0020-valid-parentheses) |
| [0030-substring-with-concatenation-of-all-words](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0030-substring-with-concatenation-of-all-words) |
## Sliding Window
| |
| ------- |
| [0003-longest-substring-without-repeating-characters](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0003-longest-substring-without-repeating-characters) |
| [0030-substring-with-concatenation-of-all-words](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0030-substring-with-concatenation-of-all-words) |
## Array
| |
| ------- |
| [0001-two-sum](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0001-two-sum) |
| [0026-remove-duplicates-from-sorted-array](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0026-remove-duplicates-from-sorted-array) |
## Linked List
| |
| ------- |
| [0002-add-two-numbers](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0002-add-two-numbers) |
| [0021-merge-two-sorted-lists](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0021-merge-two-sorted-lists) |
| [0025-reverse-nodes-in-k-group](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0025-reverse-nodes-in-k-group) |
## Math
| |
| ------- |
| [0002-add-two-numbers](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0002-add-two-numbers) |
| [0009-palindrome-number](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0009-palindrome-number) |
| [0013-roman-to-integer](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0013-roman-to-integer) |
## Recursion
| |
| ------- |
| [0002-add-two-numbers](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0002-add-two-numbers) |
| [0021-merge-two-sorted-lists](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0021-merge-two-sorted-lists) |
| [0025-reverse-nodes-in-k-group](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0025-reverse-nodes-in-k-group) |
## Database
| |
| ------- |
| [0175-combine-two-tables](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0175-combine-two-tables) |
| [0176-second-highest-salary](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0176-second-highest-salary) |
## Trie
| |
| ------- |
| [0014-longest-common-prefix](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0014-longest-common-prefix) |
## Stack
| |
| ------- |
| [0020-valid-parentheses](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0020-valid-parentheses) |
## Two Pointers
| |
| ------- |
| [0026-remove-duplicates-from-sorted-array](https://github.com/iyehah/Leetcode-Solved-Questions/tree/master/0026-remove-duplicates-from-sorted-array) |