-
안녕하세요 코딩세끼 입니다.개발자가 되고 싶은 구독자들을 위해 코딩 스터디 영상을 제작하고 있습니다.미국 실리콘 밸리 뿐만아니라 한국에서도 개발…
-
290.Word PatternGiven apatternand a strings, find ifsfollows the same pattern.He…
-
890.Find and Replace PatternMedium1928121Add to ListShareGiven a list of strings…
-
163.Missing RangesYou are given an inclusive range[lower, upper]and asorted uniq…
-
160.Intersection of Two Linked ListsGiven the heads of two singly linked-listshe…
-
Design a stack that supports push, pop, top, and retrieving the minimum element …
-
141.Linked List CycleGivenhead, the head of a linked list, determine if the link…
-
136.Single NumberGiven anon-emptyarray of integersnums, every element appearstwi…
-
125.Valid PalindromeA phrase is apalindromeif, after converting all uppercase le…
-
867.Transpose MatrixEasy2013396Add to ListShareGiven a 2D integer arraymatrix, r…
-
1480.Running Sum of 1d ArrayEasy2927203Add to ListShareGiven an arraynums. We de…
-
1461.Check If a String Contains All Binary Codes of Size KMedium179083Add to Lis…
-
29.Divide Two IntegersMedium313510759Add to ListShareGiven two integersdividenda…
-
121.Best Time to Buy and Sell StockYou are given an arraypriceswhereprices[i]is …
-
118.Pascal's TriangleGiven an integernumRows, return the first numRows ofPascal'…