Posts by Year (grid view)

2022

작은것도 치열하게

less than 1 minute read

할게, 해야지, 라고 마음 먹은것들은 전부 중요하다. 작은 것이라고 생각하고 해야지 해야지 하면서 미루다보면 큰 것들도 미루게 된다. 하나를 시작하면 끝을 보는것도 마찬가지다. 나 스스로 나의 선택들을 좀더 아끼고 소중하게 여기자.

한가지부터 차곡차곡

less than 1 minute read

일주일이든 이주일이든 확실하고 실행가능한 목표를 한가지만 잡고 매일 그 일을 한다. 매일 할 일을 하고나면 하고싶은 일을 할수있다. 어떻게든 특정한 시간만큼은 꼭 해야한다.

Pointer

less than 1 minute read

Reference to something else in memeory. In other words, it works as an address of a value or a data.

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.

DNS

less than 1 minute read

DNS = Domain Name System.

스펙 쌓기

less than 1 minute read

일해본 경험이 없다면 어떻게 일자리를 구할까?

Second day of 2022

less than 1 minute read

It does take a lot of time to actually write down what I am learning. It also requires me to actually understand what I am learning. TIL will help me to have...

Back to top ↑