/LeetCode

Solutions for Leetcode

Primary LanguagePythonMIT LicenseMIT

About

This repository dedicated to LeetCode tasks is a compilation of solutions to the algorithmic challenges available on the LeetCode platform. It serves as a showcase of one's coding and problem-solving skills and provides a centralized location to store and track their progress.

This repository is a valuable resource for anyone looking to improve their algorithmic skills and prepare for technical interviews. The tasks in this repository are similar to interview questions asked at top companies like Facebook, Amazon, Netflix, and Google.

Feel free to contact me for improvements.

List of Problems (Python)

# Problem Difficulty Solution
1 Two Sum Easy Link
2 Add Two Numbers Medium Link
3 Longest Substring Without Repeating Characters Medium Link
4 Median of Two Sorted Arrays Hard Link
5 Longest Palindromic Substring Medium Link
6 Zigzag Conversion Medium Link
7 Reverse Integer Medium Link
8 String to Integer (atoi) Medium Link
9 Palindrome Number Easy Link
10 Regular Expression Matching Hard Link
11 Container With Most Water Medium Link
12 Integer to Roman Medium Link
13 Roman to Integer Easy Link
14 Longest Common Prefix Easy Link
15 3Sum Medium Link
16 3Sum Closest Medium Link
17 Letter Combinations of a Phone Number Medium Link
18 4Sum Medium Link
19 Remove Nth Node From End of List Medium Link
20 Valid Parentheses Easy Link
21 Merge Two Sorted Lists Easy Link
22 Generate Parentheses Medium Link
23 Merge k Sorted Lists Hard Link
24 Swap Nodes in Pairs Medium Link
25 Reverse Nodes in k-Group Hard Link
26 Remove Duplicates from Sorted Array Easy Link
27 Remove Element Easy Link