Skip to content

jalalshabo/Coding-Problem-Solutions

Repository files navigation

Introduction

Welcome to my GitHub repository where I share my solutions to various coding challenges, primarily from LeetCode. This repository serves as a reflection of my learning journey in data structures, algorithms, and problem-solving skills.

Contents

Each folder contains my solutions to the respective problem. If you would like to test the code please copy the method "{name of problem} + solution" and enter it into the code box on the aforementioned website.

Problem Links and Solutions

Below is a list of problems along with the links to their descriptions and my solutions.

Solutions Table

# Title Solution Difficulty
37 Plus One C# Medium
36 Plus One C# Easy
35 Plus One C# Easy
34 Find Pivot Number C# Easy
33 Find Pivot Index C# Easy
31 Valid Mountain Array C# Easy
30 Majority Element C# Easy
29 Can Place Flowers C# Easy
28 Isomorphic Strings C# Easy
27 Is Subsequence C# Easy
26 Length of Last Word C# Easy
25 Longest Common Prefix C# Easy
24 Pascals Triangle C# Easy
23 Remove Element C# Easy
22 Replace Element With Greatest Element C# Easy
21 Move Zeroes C# Easy
20 Merge Strings Alternately C# Easy
19 Remove Duplicates From Sorted Array C# Easy
18 Reverse String C# Easy
17 Concatenation of Array C# Easy
16 Trapping Rain Water C# Hard
15 Longest Consecutive Sequence C# Medium
14 Contains Duplicate C# Easy
13 Top K Frequent Elements C# Medium
12 Group Anagrams C# Medium
11 Merge Two Sorted Lists C# Easy
10 Valid Anagram C# Easy
9 Roman to Integer C# Easy
8 Product Of Array Except Self C# Medium
7 Container With Most Water C# Medium
6 Best Time To Buy And Sell Stock C# Easy
5 Two Sum II - Input Array Is Sorted C# Medium
4 Two Sum C# Easy
3 Valid Palindrome C# Easy
2 Palindrome Number C# Easy
1 Valid Parentheses C# Easy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages