Skip to content

Latest commit

 

History

History

4th_thousand

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
# Title Solutions Video Difficulty Tag
3219 Minimum Cost for Cutting Cake II Java Hard Greedy
3218 Minimum Cost for Cutting Cake I Java Medium
3217 Delete Nodes From Linked List Present in Array Java Medium LinkedList
3216 Lexicographically Smallest String After a Swap Java Easy Greedy
3212 Count Submatrices With Equal Frequency of X and Y Java Medium Prefix Sum
3211 Generate Binary Strings Without Adjacent Zeros Java Medium Recursion, Backtracking
3210 Find the Encrypted String Java Easy
3208 Alternating Groups II Java Medium
3206 Alternating Groups I Java Easy
3200 Maximum Height of a Triangle Java Easy
3199 Count Triplets with Even XOR Set Bits I Java Easy
3196 Maximize Total Cost of Alternating Subarrays Java Medium DP
3195 Find the Minimum Area to Cover All Ones I Java Medium
3194 Minimum Average of Smallest and Largest Elements Java Easy
3192 Minimum Operations to Make Binary Array Elements Equal to One II Java Medium
3191 Minimum Operations to Make Binary Array Elements Equal to One I Java Medium
3190 Find Minimum Operations to Make All Elements Divisible by Three Java Easy
3189 Minimum Moves to Get a Peaceful Board Java Medium Greedy
3186 Maximum Total Damage With Spell Casting Java Medium DP
3185 Count Pairs That Form a Complete Day II Java Medium
3184 Count Pairs That Form a Complete Day I Java Easy
3178 Find the Child Who Has the Ball After K Seconds Java Easy
3175 Find The First Player to win K Games in a Row Java Medium
3174 Clear Digits Java Easy
3173 Bitwise OR of Adjacent Elements Java Easy
3164 Find the Number of Good Pairs II Java Medium
3162 Find the Number of Good Pairs I Java Easy
3157 Find the Level of Tree with Minimum Sum Java Medium BFS
3142 Check if Grid Satisfies Conditions Java Easy
3131 Find the Integer Added to Array I Java Easy
3127 Make a Square with the Same Color Java Easy
3120 Count the Number of Special Characters I Java Easy
3110 Score of a String Java Easy
3095 Shortest Subarray With OR at Least K I Java Easy
3090 Maximum Length Substring With Two Occurrences Java Easy
3074 Apple Redistribution into Boxes Java Easy
3062 Winner of the Linked List Game Java Easy
3046 Split the Array Java Easy
3042 Count Prefix and Suffix Pairs I Java Easy
3038 Maximum Number of Operations With the Same Score I Java Easy
3033 Modify the Matrix Java Easy
3010 Divide an Array Into Subarrays With Minimum Cost I Java Easy
3014 Minimum Number of Pushes to Type Word I Java Easy
3006 Find Beautiful Indices in the Given Array I Java Medium
3005 Count Elements With Maximum Frequency Java Easy