전체 글
-
2024 KAKAO WINTER INTERNSHIP 산 모양 타일링카카오 기출문제 2024. 1. 27. 19:50
문제 링크: https://school.programmers.co.kr/learn/courses/30/lessons/258705 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 파이썬 소스: https://bit.ly/48NJf2p 유튜브 문제 풀이: https://youtu.be/Rac9bK930IA
-
programmers.co.kr 코딩테스트 연습 Summer/Winter Coding(~2018) 방문 길이카테고리 없음 2023. 12. 3. 18:35
https://youtu.be/NxuwEbjoEQ0?si=eyAh6t81jUFjbSbF 파이썬 소스: https://bit.ly/3N84H9e 문제 링크: https://school.programmers.co.kr/learn/courses/30/lessons/49994 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr
-
2019 KAKAO BLIND RECRUITMENT 실패율카카오 기출문제 2023. 11. 26. 19:02
유튜브 문제 풀이: https://youtu.be/Zo8hECJa_ms?si=cB0vo11Izy5wCjSE - YouTube www.youtube.com 파이썬 소스: https://bit.ly/47wagqb 문제 링크: https://school.programmers.co.kr/learn/courses/30/lessons/42889 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr
-
집에 책상이 두개나 있지만, 책읽을 집중은 안될 때...기타 2023. 11. 4. 04:17
책읽자 책읽자 하지만... 쉽게 책이 손에 잡히지는 안는다. 그러면 집이라는 공간에서 벗어나서, 다른 곳으로 가보자~! 원본글링크는 여기 https://onemoreweekend.co.kr/feed/?q=YToxOntzOjEyOiJrZXl3b3JkX3R5cGUiO3M6MzoiYWxsIjt9&bmode=view&idx=16756448&t=board 집중이 필요한 날, 무인서재 : 주말에 뭐하지? 주말랭이 뉴스레터 #무인서재 #책방 #몰입어릴 적 서점에 가면 책장에 기대앉아 집에서는 안 나오던 집중력으로 하염없이 책을 읽었던 기억이 나. 책이 있는 공간은 유난히 집중이 더 잘되는 것 같아. 책을 읽거나 onemoreweekend.co.kr 집에서 가까운순으로 찾아 보면, 서울 관악구 회전문서재 회전문서재 :..
-
leetcode com 42 Trapping Rain WaterLeetcode.com 2023. 10. 22. 11:40
https://youtu.be/a4mjOFMEDQk?si=uKMBVuRG1SaEn3Jl 문제: https://leetcode.com/problems/trapping-rain-water/description/ Trapping Rain Water - LeetCode Can you solve this real interview question? Trapping Rain Water - Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining. Example 1: [https://assets.leetcode.com/u..
-
leetcode.com 11. Container With Most WaterLeetcode.com 2023. 10. 21. 16:02
유튜브 문제 풀이: https://youtu.be/Nq0DV7dn7So?si=LjAW9kqp2s5uNNfP - YouTube www.youtube.com 문제 링크: https://leetcode.com/problems/container-with-most-water/ Container With Most Water - LeetCode Can you solve this real interview question? Container With Most Water - You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0)..
-
leetcode com 15. 3SumLeetcode.com 2023. 10. 15. 09:20
https://youtu.be/RCa2xJFDUIg?si=N24DhCYSeAVqB5Po https://leetcode.com/problems/3sum/ 3Sum - LeetCode Can you solve this real interview question? 3Sum - Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0. Notice that the solution set must not contain du leetcode.com 파이썬 소스: https://bit.ly/3LRM..
-
leetcode.com 167. Two Sum II - Input Array Is SortedLeetcode.com 2023. 10. 13. 19:28
문제 링크: https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ Two Sum II - Input Array Is Sorted - LeetCode Can you solve this real interview question? Two Sum II - Input Array Is Sorted - Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two n leetcode.com 유튜브 문제 풀이: ..