leetcode(리트코드)-219 Contains Duplicate II(python)
leetcode 219 - Contains Duplicate II 문제입니다. 1. 문제 https://leetcode.com/problems/contains-duplicate-ii/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 nums배열이 들어옵니다. 같은 ...
leetcode 219 - Contains Duplicate II 문제입니다. 1. 문제 https://leetcode.com/problems/contains-duplicate-ii/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 nums배열이 들어옵니다. 같은 ...
2011.12.22 Naver D2글 Java Garbage Collection 에 대해서 - <https://d2.naver.com/h>elloworld/1329> 을 제 입 맛대로 정리한 글입니다. 모든 사진에 대한 출처는 https://d2.naver.com/helloworld/1329 글을 쓴 이유 : 주관적인 판단으...
leetcode 1854 - Maximum Population Year 문제입니다. 1. 문제 https://leetcode.com/problems/maximum-population-year/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 logs에 들어오는 것은 어...
leetcode 175 - Combine Two Tables 문제입니다. 1. 문제 https://leetcode.com/problems/combine-two-tables/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 두 테이블이 주어졌습니다. FirstName...
leetcode 1859 - Sorting the Sentence 문제입니다. 1. 문제 https://leetcode.com/problems/sorting-the-sentence/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. 4. 문제 해석 input으로 문자열이 들어옵니다. ...
leetcode June 23일 - Reverse Linked List II 문제입니다. 1. 문제 https://leetcode.com/problems/reverse-linked-list-ii/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도입니다. 6월 23일자 챌린지 문제입니다. 4. 문제 해석...
OS복습 1. 운영체제 ? 1. 운영체제의 목적 사용자 편의성 증대(사용자 입장), 컴퓨터 하드웨어 관리(컴퓨터 입장) 2. 부팅 과정 CPU에서 ROM을 읽는다. ROM에는 Post(Power of Self-Test), 부트 로더(Boot Loader)가 저장되어 있음. Post는 전원이 켜지면 가장 처음...
leetcode 1869 - Longer Contiguous Segments of Ones than Zeros 문제입니다. 1. 문제 https://leetcode.com/problems/longer-contiguous-segments-of-ones-than-zeros/ 2. Input , Output 3. 분류 및 난이도 Eaz...
leetcode 1876 - Substrings of Size Three with Distinct Characters 문제입니다. 1. 문제 https://leetcode.com/problems/substrings-of-size-three-with-distinct-characters/ 2. Input , Output 3. 분류 및 ...
leetcode 1893 - Check if All the Integers in a Range Are Covered 문제입니다. 1. 문제 https://leetcode.com/problems/check-if-all-the-integers-in-a-range-are-covered/ 2. Input , Output 3. 분류 및 난이...