Categorygithub.com/therenotomorrow/leetcode
repository
0.0.0-20241218082347-9b2162b6c2d9
Repository: https://github.com/therenotomorrow/leetcode.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

LeetCode

LeetCode problems and how I solved them.

Structure

  • Explore - useful technics shortcuts for learn
  • Solutions - all solved and refactored problems
  • Again - need resolve because of loosing day streak or not enough knowledge
  • Archive - all solved problems that in progress refactoring
  • Todos - something special for resolve and revise

Development

After adding some code samples run code.sh

make code

You can automate this action by calling pre-commit

# setup pre-commit and check integrity
git config --local core.hooksPath .githooks

Testing

# fast unit tests to be sure that no regression was 
make test/smoke
# same as test/smoke but with -race condition check
make test/unit
# same as test/smoke but with creation local coverage report in HTML for golang
make test/coverage

Completed explores

Completed problems

#ProblemSolution
1Two Sumtwosum_1.go
2Add Two Numbersaddtwonumbers.go
3Longest Substring Without Repeating Characterslengthoflongestsubstring.go
4Median of Two Sorted Arraysfindmediansortedarrays.go
7Reverse Integerreverse.go
9Palindrome Numberispalindrome_1.go
17Letter Combinations of a Phone Numberlettercombinations.go
19Remove Nth Node From End of Listremoventhfromend.go
35Search Insert Positionsearchinsert.go
40Combination Sum IIcombinationsum2.go
49Group Anagramsgroupanagrams.go
53Maximum Subarraymaxsubarray.go
57Insert Intervalinsert.go
58Length of Last Wordlengthoflastword.go
62Unique Pathsuniquepaths.go
69Sqrt(x)mysqrt.go
70Climbing Stairsclimbstairs.go
76Minimum Window Substringminwindow.go
79Word Searchexist.go
94Binary Tree Inorder Traversalinordertraversal.go
100Same Treeissametree.go
110Balanced Binary Treeisbalanced.go
118Pascal's Trianglegenerate.go
119Pascal's Triangle IIgetrow.go
141Linked List Cyclehascycle.go
143Reorder Listreorderlist.go
144Binary Tree Preorder Traversalpreordertraversal.go
145Binary Tree Postorder Traversalpostordertraversal.go
150Evaluate Reverse Polish Notationevalrpn.go
157Read N Characters Given Read4solution_1.go
159Longest Substring with At Most Two Distinct Characterslengthoflongestsubstringtwodistinct.go
160Intersection of Two Linked Listsgetintersectionnode.go
163Missing Rangesfindmissingranges.go
165Compare Version Numberscompareversion.go
168Excel Sheet Column Titleconverttotitle.go
169Majority Elementmajorityelement.go
170Two Sum III - Data structure designtwosum_2.go
171Excel Sheet Column Numbertitletonumber.go
175Combine Two Tables175.sql
179Largest Numberlargestnumber.go
181Employees Earning More Than Their Managers181.sql
182Duplicate Emails182.sql
183Customers Who Never Order183.sql
191Number of 1 Bitshammingweight.go
193Valid Phone Numbers193.sh
195Tenth Line195.sh
196Delete Duplicate Emails196.sql
197Rising Temperature197.sql
198House Robberrob.go
201Bitwise AND of Numbers Rangerangebitwiseand.go
202Happy Numberishappy.go
205Isomorphic Stringsisisomorphic.go
206Reverse Linked Listreverselist.go
209Minimum Size Subarray Summinsubarraylen.go
215Kth Largest Element in an Arrayfindkthlargest.go
216Combination Sum IIIcombinationsum3.go
219Contains Duplicate IIcontainsnearbyduplicate.go
222Count Complete Tree Nodescountnodes.go
226Invert Binary Treeinverttree.go
231Power of Twoispoweroftwo.go
232Implement Queue using Stacksmyqueue.go
234Palindrome Linked Listispalindrome_2.go
237Delete Node in a Linked Listdeletenode.go
238Product of Array Except Selfproductexceptself.go
242Valid Anagramisanagram.go
243Shortest Word Distanceshortestdistance.go
246Strobogrammatic Numberisstrobogrammatic.go
249Group Shifted Stringsgroupstrings.go
252Meeting Roomscanattendmeetings.go
253Meeting Rooms IIminmeetingrooms.go
256Paint Housemincost_2.go
257Binary Tree Pathsbinarytreepaths.go
258Add Digitsadddigits.go
263Ugly Numberisugly.go
264Ugly Number IInthuglynumber.go
266Palindrome Permutationcanpermutepalindrome.go
268Missing Numbermissingnumber.go
273Integer to English Wordsnumbertowords.go
276Paint Fencenumways_2.go
277Find the Celebritysolution_2.go
279Perfect Squaresnumsquares.go
283Move Zeroesmovezeroes.go
288Unique Word Abbreviationvalidwordabbr.go
292Nim Gamecanwinnim.go
293Flip Gamegeneratepossiblenextmoves.go
296Best Meeting Pointmintotaldistance.go
300Longest Increasing Subsequencelengthoflis.go
303Range Sum Query - Immutablenumarray.go
320Generalized Abbreviationgenerateabbreviations.go
340Longest Substring with At Most K Distinct Characterslengthoflongestsubstringkdistinct.go
342Power of Fourispoweroffour.go
344Reverse Stringreversestring.go
346Moving Average from Data Streammovingaverage.go
347Top K Frequent Elementstopkfrequent.go
349Intersection of Two Arraysintersection.go
350Intersection of Two Arrays IIintersect.go
351Android Unlock Patternsnumberofpatterns.go
359Logger Rate Limiterlogger.go
367Valid Perfect Squareisperfectsquare.go
368Largest Divisible Subsetlargestdivisiblesubset.go
380Insert Delete GetRandom O(1)randomizedset.go
386Lexicographical Numberslexicalorder.go
387First Unique Character in a Stringfirstuniqchar.go
404Sum of Left Leavessumofleftleaves.go
405Convert a Number to Hexadecimaltohex.go
408Valid Word Abbreviationvalidwordabbreviation.go
409Longest Palindromelongestpalindrome.go
414Third Maximum Numberthirdmax.go
415Add Stringsaddstrings.go
422Valid Word Squarevalidwordsquare.go
434Number of Segments in a Stringcountsegments.go
435Non-overlapping Intervalseraseoverlapintervals.go
440K-th Smallest in Lexicographical Orderfindkthnumber.go
441Arranging Coinsarrangecoins.go
448Find All Numbers Disappeared in an Arrayfinddisappearednumbers.go
451Sort Characters By Frequencyfrequencysort_1.go
452Minimum Number of Arrows to Burst Balloonsfindminarrowshots.go
4544Sum IIfoursumcount.go
455Assign Cookiesfindcontentchildren.go
458Poor Pigspoorpigs.go
476Number Complementfindcomplement.go
482License Key Formattinglicensekeyformatting.go
485Max Consecutive Onesfindmaxconsecutiveones_1.go
487Max Consecutive Ones IIfindmaxconsecutiveones_2.go
500Keyboard Rowfindwords.go
501Find Mode in Binary Search Treefindmode.go
504Base 7converttobase7.go
506Relative Ranksfindrelativeranks.go
509Fibonacci Numberfib.go
513Find Bottom Left Tree Valuefindbottomleftvalue.go
525Contiguous Arrayfindmaxlength.go
539Minimum Time Differencefindmindifference.go
541Reverse String IIreversestr.go
543Diameter of Binary Treediameterofbinarytree.go
557Reverse Words in a String IIIreversewords.go
564Find the Closest Palindromenearestpalindromic.go
567Permutation in Stringcheckinclusion.go
572Subtree of Another Treeissubtree.go
573Squirrel Simulationmindistance.go
576Out of Boundary Pathsfindpaths.go
584Find Customer Referee584.sql
590N-ary Tree Postorder Traversalpostorder.go
592Fraction Addition and Subtractionfractionaddition.go
599Minimum Index Sum of Two Listsfindrestaurant.go
606Construct String from Binary Treetree2str.go
617Merge Two Binary Treesmergetrees.go
621Task Schedulerleastinterval.go
624Maximum Distance in Arraysmaxdistance.go
641Design Circular Dequemycirculardeque.go
643Maximum Average Subarray Ifindmaxaverage.go
645Set Mismatchfinderrornums.go
647Palindromic Substringscountsubstrings.go
6502 Keys Keyboardminsteps_2.go
652Find Duplicate Subtreesfindduplicatesubtrees.go
661Image Smootherimagesmoother.go
664Strange Printerstrangeprinter.go
666Path Sum IVpathsum.go
674Longest Continuous Increasing Subsequencefindlengthoflcis.go
680Valid Palindrome IIvalidpalindrome.go
703Kth Largest Element in a Streamkthlargest.go
704Binary Searchsearch.go
705Design HashSetmyhashset.go
706Design HashMapmyhashmap.go
709To Lower Casetolowercase.go
713Subarray Product Less Than Knumsubarrayproductlessthank.go
719Find K-th Smallest Pair Distancesmallestdistancepair.go
724Find Pivot Indexpivotindex.go
725Split Linked List in Partssplitlisttoparts.go
729My Calendar Imycalendar.go
739Daily Temperaturesdailytemperatures.go
746Min Cost Climbing Stairsmincostclimbingstairs.go
779K-th Symbol in Grammarkthgrammar.go
791Custom Sort Stringcustomsortstring.go
796Rotate Stringrotatestring.go
819Most Common Wordmostcommonword.go
840Magic Squares In Gridnummagicsquaresinside.go
841Keys and Roomscanvisitallrooms.go
844Backspace String Comparebackspacecompare.go
859Buddy Stringsbuddystrings.go
860Lemonade Changelemonadechange.go
867Transpose Matrixtranspose.go
868Binary Gapbinarygap.go
872Leaf-Similar Treesleafsimilar.go
874Walking Robot Simulationrobotsim.go
876Middle of the Linked Listmiddlenode.go
881Boats to Save Peoplenumrescueboats.go
884Uncommon Words from Two Sentencesuncommonfromsentences.go
885Spiral Matrix IIIspiralmatrixiii.go
905Sort Array By Paritysortarraybyparity.go
907Sum of Subarray Minimumssumsubarraymins.go
912Sort an Arraysortarray.go
917Reverse Only Lettersreverseonlyletters.go
921Minimum Add to Make Parentheses Validminaddtomakevalid.go
930Binary Subarrays With Sumnumsubarrayswithsum.go
931Minimum Falling Path Summinfallingpathsum.go
935Knight Dialerknightdialer.go
938Range Sum of BSTrangesumbst.go
947Most Stones Removed with Same Row or Columnremovestones.go
948Bag of Tokensbagoftokensscore.go
953Verifying an Alien Dictionaryisaliensorted.go
962Maximum Width Rampmaxwidthramp.go
977Squares of a Sorted Arraysortedsquares.go
997Find the Town Judgefindjudge.go
1002Find Common Characterscommonchars.go
1004Max Consecutive Ones IIIlongestones.go
1018Binary Prefix Divisible By 5prefixesdivby5.go
1026Maximum Difference Between Node and Ancestormaxancestordiff.go
1051Height Checkerheightchecker.go
1057Campus Bikesassignbikes_1.go
1062Longest Repeating Substringlongestrepeatingsubstring.go
1066Campus Bikes IIassignbikes_2.go
1072Flip Columns For Maximum Number of Equal Rowsmaxequalrowsafterflips.go
1085Sum of Digits in the Minimum Numbersumofdigits.go
1099Two Sum Less Than Ktwosumlessthank.go
1101The Earliest Moment When Everyone Become Friendsearliestacq.go
1105Filling Bookcase Shelvesminheightshelves.go
1108Defanging an IP Addressdefangipaddr.go
1110Delete Nodes And Return Forestdelnodes.go
1119Remove Vowels from a Stringremovevowels.go
1120Maximum Average Subtreemaximumaveragesubtree.go
1122Relative Sort Arrayrelativesortarray.go
1133Largest Unique Numberlargestuniquenumber.go
1134Armstrong Numberisarmstrong.go
1137N-th Tribonacci Numbertribonacci.go
1140Stone Game IIstonegameii.go
1143Longest Common Subsequencelongestcommonsubsequence.go
1155Number of Dice Rolls With Target Sumnumrollstotarget.go
1160Find Words That Can Be Formed by Characterscountcharacters.go
1165Single-Row Keyboardcalculatetime.go
1167Minimum Cost to Connect Sticksconnectsticks.go
1171Remove Zero Sum Consecutive Nodes from Linked Listremovezerosumsublists.go
1189Maximum Number of Balloonsmaxnumberofballoons.go
1190Reverse Substrings Between Each Pair of Parenthesesreverseparentheses.go
1200Minimum Absolute Differenceminimumabsdifference.go
1207Unique Number of Occurrencesuniqueoccurrences.go
1208Get Equal Substrings Within Budgetequalsubstring.go
1213Intersection of Three Sorted Arraysarraysintersection.go
1216Valid Palindrome IIIisvalidpalindrome.go
1219Path with Maximum Goldgetmaximumgold.go
1221Split a String in Balanced Stringsbalancedstringsplit.go
1230Toss Strange Coinsprobabilityofheads.go
1239Maximum Length of a Concatenated String with Unique Charactersmaxlength.go
1243Array Transformationtransformarray.go
1266Minimum Time Visiting All Pointsmintimetovisitallpoints.go
1269Number of Ways to Stay in the Same Place After Some Stepsnumways_1.go
1272Remove Intervalremoveinterval.go
1287Element Appearing More Than 25% In Sorted Arrayfindspecialinteger.go
1291Sequential Digitssequentialdigits.go
1295Find Numbers with Even Number of Digitsfindnumbers.go
1310XOR Queries of a Subarrayxorqueries.go
1325Delete Leaves With a Given Valueremoveleafnodes.go
1331Rank Transform of an Arrayarrayranktransform.go
1337The K Weakest Rows in a Matrixkweakestrows.go
1346Check If N and Its Double Existcheckifexist.go
1347Minimum Number of Steps to Make Two Strings Anagramminsteps_1.go
1356Sort Integers by The Number of 1 Bitssortbybits.go
1360Number of Days Between Two Datesdaysbetweendates.go
1361Validate Binary Tree Nodesvalidatebinarytreenodes.go
1367Linked List in Binary Treeissubpath.go
1371Find the Longest Substring Containing Vowels in Even Countsfindthelongestsubstring.go
1380Lucky Numbers in a Matrixluckynumbers.go
1381Design a Stack With Increment Operationcustomstack.go
1395Count Number of Teamsnumteams.go
1405Longest Happy Stringlongestdiversestring.go
1413Minimum Value to Get Positive Step by Step Summinstartvalue.go
1422Maximum Score After Splitting a Stringmaxscore.go
1424Diagonal Traverse IIfinddiagonalorder.go
1426Counting Elementscountelements.go
1428Leftmost Column with at Least a Oneleftmostcolumnwithone.go
1429First Unique Numberfirstunique.go
1436Destination Citydestcity.go
1441Build an Array With Stack Operationsbuildarray_1.go
1455Check If a Word Occurs As a Prefix of Any Word in a Sentenceisprefixofword.go
1456Maximum Number of Vowels in a Substring of Given Lengthmaxvowels.go
1457Pseudo-Palindromic Paths in a Binary Treepseudopalindromicpaths.go
1460Make Two Arrays Equal by Reversing Subarrayscanbeequal.go
1463Cherry Pickup IIcherrypickup.go
1464Maximum Product of Two Elements in an Arraymaxproduct.go
1470Shuffle the Arrayshuffle.go
1475Final Prices With a Special Discount in a Shopfinalprices.go
1480Running Sum of 1d Arrayrunningsum.go
1481Least Number of Unique Integers after K Removalsfindleastnumofuniqueints.go
1496Path Crossingispathcrossing.go
1497Check If Array Pairs Are Divisible by kcanarrange.go
1503Last Moment Before All Ants Fall Out of a Plankgetlastmoment.go
1507Reformat Datereformatdate.go
1508Range Sum of Sorted Subarray Sumsrangesum.go
1509Minimum Difference Between Largest and Smallest Value in Three Movesmindifference.go
1514Path with Maximum Probabilitymaxprobability.go
1518Water Bottlesnumwaterbottles.go
1530Number of Good Leaf Nodes Pairscountpairs_2.go
1535Find the Winner of an Array Gamegetwinner.go
1539Kth Missing Positive Numberfindkthpositive.go
1550Three Consecutive Oddsthreeconsecutiveodds.go
1561Maximum Number of Coins You Can Getmaxcoins.go
1574Shortest Subarray to be Removed to Make Array Sortedfindlengthofshortestsubarray.go
1576Replace All ?'s to Avoid Consecutive Repeating Charactersmodifystring.go
1578Minimum Time to Make Rope Colorfulmincost_1.go
1581Customer Who Visited but Did Not Make Any Transactions1581.sql
1582Special Positions in a Binary Matrixnumspecial.go
1598Crawler Log Folderminoperations_3.go
1603Design Parking Systemparkingsystem.go
1605Find Valid Matrix Given Row and Column Sumsrestorematrix.go
1609Even Odd Treeisevenoddtree.go
1614Maximum Nesting Depth of the Parenthesesmaxdepth.go
1624Largest Substring Between Two Equal Charactersmaxlengthbetweenequalcharacters.go
1630Arithmetic Subarrayscheckarithmeticsubarrays.go
1633Percentage of Users Attended a Contest1633.sql
1634Add Two Polynomials Represented as Linked Listsadd_poly.py
1636Sort Array by Increasing Frequencyfrequencysort_2.go
1637Widest Vertical Area Between Two Points Containing No Pointsmaxwidthofverticalarea.go
1642Furthest Building You Can Reachfurthestbuilding.go
1646Get Maximum in Generated Arraygetmaximumgenerated.go
1652Defuse the Bombdecrypt.go
1653Minimum Deletions to Make String Balancedminimumdeletions.go
1657Determine if Two Strings Are Closeclosestrings.go
1662Check If Two String Arrays are Equivalentarraystringsareequal.go
1684Count the Number of Consistent Stringscountconsistentstrings.go
1685Sum of Absolute Differences in a Sorted Arraygetsumabsolutedifferences.go
1688Count of Matches in Tournamentnumberofmatches.go
1669Merge In Between Linked Listsmergeinbetween.go
1700Number of Students Unable to Eat Lunchcountstudents.go
1701Average Waiting Timeaveragewaitingtime.go
1704Determine if String Halves Are Alikehalvesarealike.go
1716Calculate Money in Leetcode Banktotalmoney.go
1717Maximum Score From Removing Substringsmaximumgain.go
1720Decode XORed Arraydecode.go
1732Find the Highest Altitudelargestaltitude.go
1740Find Distance in a Binary Treefinddistance.go
1743Restore the Array From Adjacent Pairsrestorearray.go
1750Minimum Length of String After Deleting Similar Endsminimumlength.go
1752Check if Array Is Sorted and Rotatedcheck.go
1757Recyclable and Low Fat Products1757.sql
1758Minimum Changes To Make Alternating Binary Stringminoperations_1.go
1759Count Number of Homogenous Substringscounthomogenous.go
1760Minimum Limit of Balls in a Bagminimumsize.go
1784Check if Binary String Has at Most One Segment of Onescheckonessegment.go
1791Find Center of Star Graphfindcenter.go
1813Sentence Similarity IIIaresentencessimilar.go
1814Count Nice Pairs in an Arraycountnicepairs.go
1822Sign of the Product of an Arrayarraysign.go
1823Find the Winner of the Circular Gamefindthewinner.go
1827Minimum Operations to Make the Array Increasingminoperations.go
1829Maximum XOR for Each Querygetmaximumxor.go
1832Check if the Sentence Is Pangramcheckifpangram.go
1836Remove Duplicates From an Unsorted Linked Listdeleteduplicatesunsorted.go
1838Frequency of the Most Frequent Elementmaxfrequency.go
1844Replace All Digits with Charactersreplacedigits.go
1845Seat Reservation Managerseatmanager.go
1846Maximum Element After Decreasing and Rearrangingmaximumelementafterdecrementingandrearranging.go
1854Maximum Population Yearmaximumpopulation.go
1877Minimize Maximum Pair Sum in Arrayminpairsum.go
1885Count Pairs in Two Arrayscountpairs_1.go
1887Reduction Operations to Make the Array Elements Equalreductionoperations.go
1894Find the Student that Will Replace the Chalkchalkreplacer.go
1897Redistribute Characters to Make All Strings Equalmakeequal.go
1903Largest Odd Number in Stringlargestoddnumber.go
1905Count Sub Islandscountsubislands.go
1913Maximum Product Difference Between Two Pairsmaxproductdifference.go
1920Build Array from Permutationbuildarray_2.go
1921Eliminate Maximum Number of Monsterseliminatemaximum.go
1929Concatenation of Arraygetconcatenation.go
1930Unique Length-3 Palindromic Subsequencescountpalindromicsubsequence.go
1945Sum of Digits of String After Convertgetlucky.go
1961Check If String Is a Prefix of Arrayisprefixstring.go
1963Minimum Number of Swaps to Make the String Balancedminswaps_2.go
1973Count Nodes Equal to Sum of Descendantsequaltodescendants.go
1975Maximum Matrix Summaxmatrixsum.go
1980Find Unique Binary Stringfinddifferentbinarystring.go
1991Find the Middle Index in Arrayfindmiddleindex.go
2000Reverse Prefix of Wordreverseprefix.go
2011Final Value of Variable After Performing Operationsfinalvalueafteroperations.go
2022Convert 1D Array Into 2D Arrayconstruct2darray.go
2028Find Missing Observationsmissingrolls.go
2032Two Out of Threetwooutofthree.go
2053Kth Distinct String in an Arraykthdistinct.go
2058Find the Minimum and Maximum Number of Nodes Between Critical Pointsnodesbetweencriticalpoints.go
2082The Number of Rich Customers2082.sql
2090K Radius Subarray Averagesgetaverages.go
2094Finding 3-Digit Even Numbersfindevennumbers.go
2096Step-By-Step Directions From a Binary Tree Node to Anothergetdirections.go
2107Number of Unique Flavors After Sharing K Candiessharecandies.go
2108Find First Palindromic String in the Arrayfirstpalindrome.go
2109Adding Spaces to a Stringaddspaces.go
2125Number of Laser Beams in a Banknumberofbeams.go
2134Minimum Swaps to Group All 1's Together IIminswaps_1.go
2149Rearrange Array Elements by Signrearrangearray.go
2181Merge Nodes in Between Zerosmergenodes.go
2182Construct String With Repeat Limitrepeatlimitedstring.go
2191Sort the Jumbled Numberssortjumbled.go
2196Create Binary Tree From Descriptionscreatebinarytree.go
2220Minimum Bit Flips to Convert Numberminbitflips.go
2225Find Players With Zero or One Lossesfindwinners.go
2244Minimum Rounds to Complete All Tasksminimumrounds.go
2257Count Unguarded Cells in the Gridcountunguarded.go
2259Remove Digit From Number to Maximize Resultremovedigit.go
2264Largest 3-Same-Digit Number in Stringlargestgoodinteger.go
2265Count Nodes Equal to Average of Subtreeaverageofsubtree.go
2275Largest Combination With Bitwise AND Greater Than Zerolargestcombination.go
2326Spiral Matrix IVspiralmatrix.go
2331Evaluate Boolean Binary Treeevaluatetree.go
2337Move Pieces to Obtain a Stringcanchange.go
2341Maximum Number of Pairs in Arraynumberofpairs.go
2353Design a Food Rating Systemfoodratings.go
2357Make Array Zero by Subtracting Equal Amountsminimumoperations_1.go
2385Amount of Time for Binary Tree to Be Infectedamountoftime.go
2391Minimum Amount of Time to Collect Garbagegarbagecollection.go
2418Sort the Peoplesortpeople.go
2419Longest Subarray With Maximum Bitwise ANDlongestsubarray.go
2433Find The Original Array of Prefix Xorfindarray.go
2441Largest Positive Integer That Exists With Its Negativefindmaxk.go
2469Convert the Temperatureconverttemperature.go
2482Difference Between Ones and Zeros in Row and Columnonesminuszeros.go
2485Find the Pivot Integerpivotinteger.go
2487Remove Nodes From Linked Listremovenodes.go
2490Circular Sentenceiscircularsentence.go
2491Divide Players Into Teams of Equal Skilldivideplayers.go
2516Take K of Each Character From Left and Righttakecharacters.go
2540Minimum Common Valuegetcommon.go
2549Count Distinct Numbers on Boarddistinctintegers.go
2554Maximum Number of Integers to Choose From a Range Imaxcount.go
2558Take Gifts From the Richest Pilepickgifts.go
2563Count the Number of Fair Pairscountfairpairs.go
2582Pass the Pillowpassthepillow.go
2595Number of Even and Odd Bitsevenoddbit.go
2610Convert an Array Into a 2D Array With Conditionsfindmatrix.go
2620CountercreateCounter.js
2667Create Hello World FunctioncreateHelloWorld.js
2678Number of Senior Citizenscountseniors.go
2696Minimum String Length After Removing Substringsminlength.go
2703Return Length of Arguments PassedargumentsLength.js
2704To Be Or Not To Beexpect.js
2706Buy Two Chocolatesbuychoco.go
2744Find Maximum Number of String Pairsmaximumnumberofstringpairs.go
2769Find the Maximum Achievable Numberthemaximumachievablex.go
2779Maximum Beauty of an Array After Applying Operationmaximumbeauty.go
2785Sort Vowels in a Stringsortvowels.go
2788Split Strings by Separatorsplitwordsbyseparator.go
2796Repeat Stringreplicate.js
2807Insert Greatest Common Divisors in Linked Listinsertgreatestcommondivisors.go
2816Double a Number Represented as a Linked Listdoubleit.go
2825Make String a Subsequence Using Cyclic Incrementscanmakesubsequence.go
2849Determine if a Cell Is Reachable at a Given Timeisreachableattime.go
2864Maximum Odd Binary Numbermaximumoddbinarynumber.go
2870Minimum Number of Operations to Make Array Emptyminoperations_2.go
2877Create a DataFrame from Listcreate_dataframe.py
2879Display the First Three Rowsselect_first_rows.py
2884Modify Columnsmodify_salary_column.py
2894Divisible and Non-divisible Sums Differencedifferenceofsums.go
2914Minimum Number of Changes to Make Binary String Beautifulminchanges.go
2938Separate Black and White Ballsminimumsteps.go
2942Find Words Containing Characterfindwordscontaining.go
2958Length of Longest Subarray With at Most K Frequencymaxsubarraylength.go
2966Divide Array Into Arrays With Max Differencedividearray.go
2971Find Polygon With the Largest Perimeterlargestperimeter.go
2981Find Longest Special Substring That Occurs Thrice Imaximumlength.go
3005Count Elements With Maximum Frequencymaxfrequencyelements.go
3011Find if Array Can Be Sortedcansortarray.go
3016Minimum Number of Pushes to Type Word IIminimumpushes.go
3032Count Numbers With Unique Digits IInumbercount.go
3062Winner of the Linked List Gamegameresult.go
3063Linked List Frequencyfrequenciesofelements.go
3075Maximize Happiness of Selected Childrenmaximumhappinesssum.go
3110Score of a Stringscoreofstring.go
3133Minimum Array Endminend.go
3146Permutation Difference between Two Stringsfindpermutationdifference.go
3173Bitwise OR of Adjacent Elementsorarray.go
3189Minimum Moves to Get a Peaceful Boardminmoves.go
3190Find Minimum Operations to Make All Elements Divisible by Threeminimumoperations_2.go
3217Delete Nodes From Linked List Present in Arraymodifiedlist.go
3263Convert Doubly Linked List to Array Itoarray.go
3264Final Array State After K Multiplication Operations Igetfinalstate.go
3289The Two Sneaky Numbers of Digitvillegetsneakynumbers.go