목록전체 글 (298)
\(@^0^@)/

Pascal's Triangle II https://leetcode.com/explore/learn/card/array-and-string/204/conclusion/1171/ Explore - LeetCode LeetCode Explore is the best place for everyone to start practicing and learning on LeetCode. No matter if you are a beginner or a master, there are always new topics waiting for you to explore. leetcode.com Input: rowIndex = 3 Output: [1,3,3,1] Input: rowIndex = 0 Output: [1] 내가..

- leetcode array and string 복습 rotate array TIL 작성 https://dev-minju.tistory.com/257 - 제로베이스 프로젝트 중 알게된 것 TIL 작성 js프로젝트 미션 4에서 활용했던 customEvent에 대한 TIL 작성 생각해보니 사실 오늘 알게된것은 아니지만, 오늘 정리하는거니깐 그냥 TIL로 적어야지...^^ https://dev-minju.tistory.com/245?category=970123 주말 회고 (만족도 : 4) 백수인데 주말이라고 여유부리고, 여유롭게 해서 목표한 것의 반밖에 못하였음. 내일은 더 열심히 해보자.

rotate array https://leetcode.com/explore/learn/card/array-and-string/204/conclusion/1182/ Explore - LeetCode LeetCode Explore is the best place for everyone to start practicing and learning on LeetCode. No matter if you are a beginner or a master, there are always new topics waiting for you to explore. leetcode.com 🔅 내가 시도한 코드 내가 푼 코드는 이렇다. 콘솔에서는 잘 찍히지만 leetcode에 제출하면 어떻게 된 영문인지, 위의 이미지와 같이 [5,..