파이썬
-
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
-
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
-
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 유튜브 문제 풀이: ..
-
leetcode com 125 Valid PalindromeLeetcode.com 2023. 10. 12. 08:39
문제 링크: https://bit.ly/3rMr6l8 Valid Palindrome - LeetCode Can you solve this real interview question? Valid Palindrome - A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters, it reads the same forward and backward. Alphanumeric cha leetcode.com https://youtu.be/vfebH2GbEdA?si=M5D1122XDaZDhcs5 파이썬 소스: https://bit.l..
-
leetcode.com 4. Median of Two Sorted ArraysLeetcode.com 2023. 10. 7. 15:28
https://leetcode.com/problems/median-of-two-sorted-arrays/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com https://youtu.be/Ye_639SfzJE?si=7f4eb_HNOzV283wi - YouTube www.youtube.com 파이썬 소스: https://bit.ly/3RPxmDv