Recent posts

back to the routine

less than 1 minute read

지금까지 훈련이랑 설연휴까지 해서 꽤 오래 쉬었다. 꾸준히 하는게 안하다가 하는것보다 훨씬 덜 귀찮다. 운동도 쉬다보니까 다시 시작하기가 힘들었는데 그래도 이번주에 다시 시작했다.

Array Question - contains duplicate

1 minute read

Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct.

Array Question - maximum subarray

2 minute read

Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.