일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 동적계획법
- 청년내일채움공제
- 실업급여
- 막대기자르기
- 알고리즘
- 모여봐요동물의숲
- 캡쳐링
- 순열
- 정보처리기사개정
- 자취준비
- 코딩테스트
- 프로그래머스
- 후니의쉽게쓴시스코라우팅
- 취업사실신고
- 정보
- array
- 실업인정인터넷신청
- 전화영어
- 네트워크
- leetcode
- 자료구조
- HeadFirstDesignPatterns
- 부분합알고리즘
- 생애첫계약
- 튜터링
- IT기초
- 회사폐업
- 후니의쉽게쓴시스코네트워킹
- C++
- 사회초년생
- Today
- Total
목록전체 글 (210)
따봉도치야 고마워
[NEW THINGS] *nerve-racking - Something that is nerve-racking is difficult to do and causes a lot of *ballpark [adj] - 대략적인 액수 - A ballpark estimate or figure is a number that is a guess, but one that you believe is near the correct number. e.g. Could you give me a ballpark figure? *acheivement vs accomplishment - acheive = to reach a goal - accomplish - finish a task *die of [verb] - to die bec..
[NEW THINGS] *ambivert [noun] - a person who has features of both an introvert and an extrovert in their personality. ex. An ambivert typically enjoys other people, but needs time alone. *nonchalant [ˌnɑːnʃəˈlɑːnt] [adj] - relaxed and calm in a way that shows that you do not care or are not worried about anything - 차분한/태연한/만사태평한 ex. He was surprisingly nonchalant about winning the award. *speak ..

노면 표시에서 사용하는 선의 의미 점선 : 허용 실선 : 제한 복선 : 의미의 강조 1. 중앙선 자동차의 통행방향을 구분하여 시인할 수 있도록 하는 노면 표시 1.1. 황색 실선 어떤 경우에도 넘거나 침범 금지 1.2. 황색 점선 반대편 교통에 주의하면서 일시적으로 반대편 차로로 넘어갈 수 있으나, 진행 방향으로 다시 돌아와야 함 1.3. 황색 실선 + 점선 실선 -> 점선 쪽으로는 침범 금지 점선 -> 실선 쪽으로는 일시적으로 교통에 주의하면서 넘어갈 수 있음 2. 유턴구역선 유턴을 허용하는 표시 3. 차선 3.1. 백색 실선 차로 변경 제한. (=진로변경제한선) 3.2. 백색 점선 동일 방향의 교통에 주의하면서 차로 변경 가능 (양방향 모두) 3.3. 백색 실선 + 점선 실선 -> 점선 쪽으로는 차로..
[NEW THINGS] *pace = step = a single step, or the distance you move when you take a single step. ex. Take two paces forwards/backwards. *bum out [verb] = to make someone feel sad or disappointed. ex. That comment just bummed me out. *medicine (uncountable & countable) *if memory serves [idiom] = remember accurately. ex. It was on the third day, if my memory serves me right, that I saw the lad ki..

교통표지판 종류 1. 주의 표지판 노란 배경 + 빨간 테두리 표지판 안에 그려진 상황을 주의하라는 표지판 2. 규제 표지판 흰 배경 + 빨간 테두리 + 빨간 빗금/엑스 표지판 안에 그려진 상황이 금지된다는 표지판 3. 지시 표지판 파란색 배경 도로의 통행 방법이나 구분을 알림 4. 보조 표지판 위의 표지판들과 함께 사용 주의 표지판 종류 각 모양의 교차로 주의 표지판 우선 교차로 (양보ㄴ) 우측에 합류 도로 좌측에 합류 도로 회전 교차로 주의 철길 건널목 있음 굽은 도로가 있다는 표지판 양방향 통행 오르막 길 내리막 길 도로 폭 좁아짐 우측 차로 사라짐 좌측 차로 사라짐 우측으로만 통행 양측 통행 가능 중앙분리대 시작 중앙분리대 끝 신호등 미끄러운 도로 강변 도로 노면 고르지 못함 과속방지턱 낙석 횡단보..
[NEW THINGS] *liaison [liˈeɪzɑːn; ˈliəzɑːn] = the act of joining sounds together, for example pronouncing a consonant that is not usually pronounced at the end of a word because the next word begins with a vowel sound. *vulture [ˈvʌltʃə(r)] = a large bird with almost no feathers on its head or neck, that eats the flesh of dead animals. *partly [adv] = to some degree, but not completely. *quench ..
[NEW THINGS] * give credit : recognize someone's service. give priority : do something first give advice give off : 내뿜다. 발산하다 give away : give something freely as a gift or donation give in : cease fighting or arguing; yield; surrender. give a go = try it out giva a hand = help someone give a reason = provide a reason * give in vs give up - give up : to cease making an effort or to surrender (포기..
문제 입력받은 오름차순 정수 배열 nums에서 중복된 값을 제거하세요. 배열의 사이즈를 변경하지 못하는 언어일 경우, 배열의 첫 요소부터 결과를 저장하고 결과 값의 개수 k를 반환하세요. 다른 배열에 추가 메모리를 할당하지 말고 해결하세요. Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once. The relative order of the elements should be kept the same. Since it is impossible to change the length of the array in som..