back to the routine
지금까지 훈련이랑 설연휴까지 해서 꽤 오래 쉬었다. 꾸준히 하는게 안하다가 하는것보다 훨씬 덜 귀찮다. 운동도 쉬다보니까 다시 시작하기가 힘들었는데 그래도 이번주에 다시 시작했다.
지금까지 훈련이랑 설연휴까지 해서 꽤 오래 쉬었다. 꾸준히 하는게 안하다가 하는것보다 훨씬 덜 귀찮다. 운동도 쉬다보니까 다시 시작하기가 힘들었는데 그래도 이번주에 다시 시작했다.
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.
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.
Create a function that reverses a string:
Merge two sorted arrays to one: