Leet Code Problems: –
๐ข Level 1: Absolute Beginner (Math, Conditions, Simple Loops)
(Perfect if you just learned for, while, if-else)
- Fizz Buzz
https://leetcode.com/problems/fizz-buzz/ - Number of Steps to Reduce a Number to Zero
https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/ - Subtract the Product and Sum of Digits of an Integer
https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/ - Add Digits
https://leetcode.com/problems/add-digits/ - Palindrome Number
https://leetcode.com/problems/palindrome-number/ - Reverse Integer
https://leetcode.com/problems/reverse-integer/ - Count the Digits That Divide a Number
https://leetcode.com/problems/count-the-digits-that-divide-a-number/ - Sum of Digits in Base K
https://leetcode.com/problems/sum-of-digits-in-base-k/ - Self Dividing Numbers
https://leetcode.com/problems/self-dividing-numbers/ - Average Salary Excluding the Minimum and Maximum Salary
https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/
๐ก Level 2: Beginner with Loops (Counting, Patterns, Digit Logic)
- Count of Matches in Tournament
https://leetcode.com/problems/count-of-matches-in-tournament/ - Maximum 69 Number
https://leetcode.com/problems/maximum-69-number/ - Find the Difference of Two Arrays
https://leetcode.com/problems/find-the-difference-of-two-arrays/ - Power of Two
https://leetcode.com/problems/power-of-two/ - Power of Three
https://leetcode.com/problems/power-of-three/ - Power of Four
https://leetcode.com/problems/power-of-four/ - Count Primes
https://leetcode.com/problems/count-primes/ - Happy Number
https://leetcode.com/problems/happy-number/ - Perfect Number
https://leetcode.com/problems/perfect-number/ - Check If It Is a Straight Line
https://leetcode.com/problems/check-if-it-is-a-straight-line/
๐ Level 3: Loops + Strings (No advanced data structures)
- Length of Last Word
https://leetcode.com/problems/length-of-last-word/ - Valid Palindrome
https://leetcode.com/problems/valid-palindrome/ - Reverse String
https://leetcode.com/problems/reverse-string/ - Reverse Words in a String III
https://leetcode.com/problems/reverse-words-in-a-string-iii/ - Detect Capital
https://leetcode.com/problems/detect-capital/ - To Lower Case
https://leetcode.com/problems/to-lower-case/ - Count Items Matching a Rule
https://leetcode.com/problems/count-items-matching-a-rule/ - Goal Parser Interpretation
https://leetcode.com/problems/goal-parser-interpretation/ - Split a String in Balanced Strings
https://leetcode.com/problems/split-a-string-in-balanced-strings/ - Decrypt String from Alphabet to Integer Mapping
https://leetcode.com/problems/decrypt-string-from-alphabet-to-integer-mapping/
๐ต Level 4: Early Intermediate (Loops + Basic Logic Thinking)
- Two Sum (brute force using loops)
https://leetcode.com/problems/two-sum/ - Find Greatest Common Divisor of Array
https://leetcode.com/problems/find-greatest-common-divisor-of-array/ - Count Good Triplets
https://leetcode.com/problems/count-good-triplets/ - Find Numbers with Even Number of Digits
https://leetcode.com/problems/find-numbers-with-even-number-of-digits/ - Richest Customer Wealth
https://leetcode.com/problems/richest-customer-wealth/ - Find the Highest Altitude
https://leetcode.com/problems/find-the-highest-altitude/ - Running Sum of 1d Array
https://leetcode.com/problems/running-sum-of-1d-array/ - Shuffle the Array
https://leetcode.com/problems/shuffle-the-array/ - Kids With the Greatest Number of Candies
https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/ - Number of Good Pairs
https://leetcode.com/problems/number-of-good-pairs/
๐ด Level 5: Beginner โ Intermediate Bridge
- Move Zeroes
https://leetcode.com/problems/move-zeroes/ - Plus One
https://leetcode.com/problems/plus-one/ - Remove Duplicates from Sorted Array
https://leetcode.com/problems/remove-duplicates-from-sorted-array/ - Remove Element
https://leetcode.com/problems/remove-element/ - Squares of a Sorted Array
https://leetcode.com/problems/squares-of-a-sorted-array/ - Check If Array Is Sorted and Rotated
https://leetcode.com/problems/check-if-array-is-sorted-and-rotated/ - Find Pivot Index
https://leetcode.com/problems/find-pivot-index/ - Find the Difference
https://leetcode.com/problems/find-the-difference/ - Find the Town Judge
https://leetcode.com/problems/find-the-town-judge/ - Missing Number
https://leetcode.com/problems/missing-number/
Very good teacher