Skip to content

kishanrajput23/LeetCode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions🔥

Problem Statements Java Solution Python Solution Difficulty
1. Two Sum Java Python Easy
2. Add Two Numbers Java Python Medium
27. Remove Element Java Python Easy
31. Next Permutation Java Python Medium
35. Search Insert Positions Java Python Easy
58. Length of Last Word Java Python Easy
66. Plus One Java Python Easy
88. Merge Sorted Array Java Python Easy
136. Single Number Java Python Easy
169. Majority Element Java Python Easy
217. Contains Duplicate Java Python Easy
268. Missing Number Java Python Easy
347. Top K Frequent Elements Java Python Medium
349. Intersection of Two Arrays Java Python Easy
832. Flipping an Image Java Python Easy
844. Backspace String Compare Java Python Easy
905. Sort Array By Parity Java Python Easy
1071. Greatest Common Divisor of Strings Java Python Easy
1281. Subtract the Product and Sum of Digits of an Integer Java Python Easy
1295. Find Numbers with Even Number of Digits Java Python Easy
1313. Decompress Run-Length Encoded List Java Python Easy
1365. How Many Numbers Are Smaller Than the Current Number Java Python Easy
1389. Create Target Array in the Given Order Java Python Easy
1431. Kids With the Greatest Number of Candies Java Python Easy
1470. Shuffle the Array Java Python Easy
1480. Running Sum of 1d Array Java Python Easy
1512. Number of Good Pairs Java Python Easy
1528. Shuffle String Java Python Easy
1662. Check If Two String Arrays are Equivalent Java Python Easy
1672. Richest Customer Wealth Java Python Easy
1684. Count the Number of Consistent Strings Java Python Easy
1720. Decode XORed Array Java Python Easy
1773. Count Items Matching a Rule Java Python Easy
1832. Check if the Sentence Is Pangram Java Python Easy
1913. Maximum Product Difference Between Two Pairs Java Python Easy
1920. Build Array from Permutation Java Python Easy
1929. Concatenation of Array Java Python Easy
2011. Final Value of Variable After Performing Operations Java Python Easy
2085. Count Common Words With One Occurrence Java Python Easy
2089. Find Target Indices After Sorting Array Java Python Easy
2108. Find First Palindromic String in the Array Java Python Easy
2114. Maximum Number of Words Found in Sentences Java Python Easy
2154. Keep Multiplying Found Values by Two Java Python Easy
2176. Count Equal and Divisible Pairs in an Array Java Python Easy
2185. Counting Words With a Given Prefix Java Python Easy