/Leetcode-Problems

This repository is dedicated to solved leetcode problems.

Primary LanguageC++

Leetcode-Problems

This repository is dedicated to solved problems from Leetcode Study Plans.

Leetcode Data Structure 1 Study Plan

Day 1 - Array

# Title Solution Difficulty
217 Contains Duplicate C++ Easy
53 Maximum Subarray C++ Medium

Day 2 - Array

# Title Solution Difficulty
1 Two Sum C++ Easy
88 Merge Sorted Array C++ Easy

Day 3 - Array

# Title Solution Difficulty
350 Intersection of Two Arrays II C++ Easy
121 Best Time to Buy and Sell Stock C++ Easy

Day 4 - Array

# Title Solution Difficulty
566 Reshape the Matrix C++ Easy
118 Pascal's Triangle C++ Easy

Leetcode 75 Level 1 Study Plan

Day 1 - Prefix Sum

# Title Solution Difficulty
1480 Running Sum of 1d Array C++ Easy
724 Find Pivot Index C++ Easy

Day 1 - String

# Title Solution Difficulty
205 Isomorphic Strings C++ Easy
392 Is Subsequence C++ Easy