/Leetcode-Solved-Questions

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

Primary LanguageTypeScriptMIT LicenseMIT

Leetcode-Solved-Questions

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

LeetCode Topics

Hash Table

0001-two-sum
0003-longest-substring-without-repeating-characters
0013-roman-to-integer
0030-substring-with-concatenation-of-all-words

String

0003-longest-substring-without-repeating-characters
0013-roman-to-integer
0014-longest-common-prefix
0020-valid-parentheses
0030-substring-with-concatenation-of-all-words

Sliding Window

0003-longest-substring-without-repeating-characters
0030-substring-with-concatenation-of-all-words

Array

0001-two-sum
0026-remove-duplicates-from-sorted-array

Linked List

0002-add-two-numbers
0021-merge-two-sorted-lists
0025-reverse-nodes-in-k-group

Math

0002-add-two-numbers
0009-palindrome-number
0013-roman-to-integer

Recursion

0002-add-two-numbers
0021-merge-two-sorted-lists
0025-reverse-nodes-in-k-group

Database

0175-combine-two-tables
0176-second-highest-salary

Trie

0014-longest-common-prefix

Stack

0020-valid-parentheses

Two Pointers

0026-remove-duplicates-from-sorted-array