Skip to content

🚀 Problem-Solving : Algorithm, Data Structure and SQL

License

Notifications You must be signed in to change notification settings

0417taehyun/Algorithm

Repository files navigation

Algorithm

📚 Table Of Contents

Team Note

소스 코드
알고리즘 종류 알고리즘 한 줄 설명 C Java Python
에라토스테네스의 체 선형 시간에 근사하게 범위 내의 소수 구하기 eratos.c
퀵 정렬 - 1 배열의 첫 번째 요소를 피봇의 기준으로 한 퀵 정렬 (이미 정렬이 된 최악의 경우 제곱 시간) quick_sort_1.c
서로소 집합 - 1 Quick Find 메서드로 구현한 UnionFind 자료구조 disjoint_set_1.py
서로소 집합 - 2 Quick Union 메서드로 구현한 UnionFind 자료구조 disjoint_set_2.py
서로소 집합 - 3 Union By Rank 방식으로 구현한 UnionFind 자료구조 disjoint_set_3.py
서로소 집합 - 4 경로 압축 최적화(Path Compression Optimization) 방식으로 구현한 UnionFind 자료구조 disjoint_set_4.py
서로소 집합 - 5 경로 압축(Path Compression) 및 Union By Rank 방식을 통한 최적화하여 구현한 UnionFind 자료구조 disjoint_set_5.py
평방분할 (진행 중) sqrt_decomposition.py

Programmers

SQL

LEVEL 1
문제 코드 풀이 일자
모든 레코드 조회하기 1.sql 2021. 12. 10
최대값 구하기 2.sql 2021. 12. 10
이름이 없는 동물의 아이디 3.sql 2021. 12. 10
역순 정렬하기 4.sql 2021. 12. 10
이름이 있는 동물의 아이디 5.sql 2021. 12. 10
아픈 동물 찾기 6.sql 2021. 12. 10
어린 동물 찾기 7.sql 2021. 12. 10
동물의 아이디와 이름 8.sql 2021. 12. 10
여러 기준으로 정렬하기 9.sql 2021. 12. 10
상위 n개 레코드 10.sql 2021. 12. 10
나이 정보가 없는 회원 수 구하기 11.sql 2022. 10. 17
강원도에 위치한 생산공장 목록 출력하기 12.sql 2022. 10. 19
경기도에 위치한 식품창고 목록 출력하기 13.sql 2022. 10. 20
가장 비싼 상품 구하기 14.sql 2022. 10. 21
조건에 맞는 회원수 구하기 15.sql 2022. 10. 22
흉부외과 또는 일반외과 의사 목록 출력하기 16.sql 2022. 10. 22
12세 이하인 여자 환자 목록 출력하기 17.sql 2022. 10. 23
인기있는 아이스크림 18.sql 2022. 10. 28
과일로 만든 아이스크림 고르기 19.sql 2022. 10. 28
조건에 맞는 도서 리스트 출력하기 20.sql 2022. 12. 25
평균 일일 대여 요금 구하기 21.sql 2023. 03. 02
자동차 대여 기록에서 장기/단기 대여 구분하기 22.sql 2023. 03. 02
특정 옵션이 포함된 자동차 리스트 구하기 23.sql 2023. 03. 04
조건에 부합하는 중고거래 댓글 조회하기 24.sql 2023. 03. 14
LEVEL 2
문제 코드 일자
고양이와 개는 몇 마리 있을까 1.sql 2022. 03. 18
루시와 엘라 찾기 2.sql 2022. 03. 19
최솟값 구하기 3.sql 2022. 03. 19
동명 동물 수 찾기 4.sql 2022. 03. 19
이름에 el이 들어가는 동물 찾기 5.sql 2022. 03. 20
동물 수 구하기 6.sql 2022. 03. 20
입양 시각 구하기(1) 7.sql 2022. 03. 20
NULL 처리하기 8.sql 2022. 03. 21
중성화 여부 파악하기 9.sql 2022. 03. 21
중복 제거하기 10.sql 2022. 03. 21
DATETIME에서 DATE로 형 변환 11.sql 2022. 03. 21
가격이 제일 비싼 식품의 정보 출력하기 12.sql 2022. 10. 24
진료과별 총 예약 횟수 출력하기 13.sql 2022. 10. 25
카테고리 별 상품 개수 구하기 14.sql 2022. 10. 26
상품 별 오프라인 매출 구하기 15.sql 2022. 10. 27
3월에 태어난 여성 회원 목록 출력하기 16.sql 2022. 10. 28
성분으로 구분한 아이스크림 총 주문량 17.sql 2022. 10. 28
재구매가 일어난 상품과 회원 리스트 구하기 18.sql 2022. 10. 28
가격대 별 상품 개수 구하기 19.sql 2022. 10. 28
조건에 맞는 도서와 저자 리스트 출력하기 20.sql 2022. 12. 25
자동차 종류 별 특정 옵션이 포함된 자동차 수 구하기 21.sql 2023. 03. 02
자동차 평균 대여 기간 구하기 22.sql 2023. 03. 05
조건에 부합하는 중고거래 상태 조회하기 23.sql 2023. 03. 14
LEVEL 3
문제 코드 일자
없어진 기록 찾기 1.sql 2022. 03. 22
있었는데요 없었습니다 2.sql 2022. 03. 22
오랜 기간 보호한 동물(1) 3.sql 2022. 03. 22
오랜 기간 보호한 동물(2) 4.sql 2022. 03. 22
헤비 유저가 소유한 장소 5.sql 2022. 03. 20
즐겨찾기가 가장 많은 식당 정보 출력하기 6.sql 2022. 10. 29
조건별로 분류하여 주문상태 출력하기 7.sql 2022. 10. 29
카테고리 별 도서 판매량 집계하기 8.sql 2022. 12. 25
대여 횟수가 많은 자동차들의 월별 대여 횟수 구하기 9.sql 2023. 03. 02
대여 기록이 존재하는 자동차 리스트 구하기 10.sql 2023. 03. 06
자동차 대여 기록에서 대여중 / 대여 가능 여부 구분하기 11.sql 2023. 03. 06
조회수가 가장 많은 중고거래 게시판의 첨부파일 조회하기 12.sql 2023. 03. 14
조건에 맞는 사용자와 총 거래금액 조회하기 13.sql 2023. 03. 14
조건에 맞는 사용자 정보 조회하기 14.sql 2023. 03. 14
LEVEL 4
문제 코드 일자
우유와 요거트가 담긴 장바구니 1.sql 2022. 03. 23
입양 시각 구하기(2) 2.sql 2022. 03. 23
보호소에서 중성화한 동물 3.sql 2022. 03. 23
5월 식품들의 총매출 조회하기 4.sql 2022. 10. 30
식품분류별 가장 비싼 식품의 정보 조회하기 5.sql 2022. 10. 30
주문량이 많은 아이스크림들 조회하기 6.sql 2022. 10. 30
서울에 위치한 식당 목록 출력하기 7.sql 2022. 10. 30
년, 월, 성별 별 상품 구매 회원 수 구하기 8.sql 2022. 10. 30
취소되지 않은 진료 예약 조회하기 9.sql 2022. 10. 30
오프라인/온라인 판매 데이터 통합하기 10.sql 2022. 10. 30
그룹별 조건에 맞는 식당 목록 출력하기 11.sql 2022. 10. 30
카테고리 별 도서 판매량 집계하기 12.sql 2022. 12. 25
자동차 대여 기록 별 대여 금액 구하기 13.sql 2023. 03. 03
특정 기간동안 대여 가능한 자동차들의 대여비용 구하기 14.sql 2023. 03. 07
LEVEL 5
문제 코드 일자
상품을 구매한 회원 비율 구하기 1.sql 2022. 10. 30

Python

LEVEL 3
문제 코드 풀이 일자
입국심사 43238.py [ 알고리즘 ] 프로그래머스: 입국심사 2022. 08. 01

LeetCode

SQL

Easy
문제 코드 일자
181. Employess Earning More Than Their Managers 181.sql 2022. 03. 24
182. Duplicate Emails 182.sql 2022. 03. 24
183. Customers Who Never Order 183.sql 2022. 03. 24
196. Delete Duplicate Emails 196.sql 2022. 03. 24
197. Rising Temperature 197.sql 2022. 03. 24
511. Game Play Analysis I 511.sql 2022. 03. 25
512. Game Play Analysis II 512.sql 2022. 03. 25
577. Employee Bonus 577.sql 2022. 03. 25
584. Find Customer Referee 584.sql 2022. 03. 25
586. Customer Placing the Largest Number of Orders 586.sql 2022. 03. 25
595. Big Countries 595.sql 2022. 03. 25
596. Classes More Than 5 Students 596.sql 2022. 03. 26
597. Friend Requests I: Overall Acceptance Rate 597.sql 2022. 03. 26
603. Consecutive Available Seats 603.sql 2022. 03. 26
607. Sales Person 607.sql 2022. 03. 26
610. Triangle Judgement 610.sql 2022. 03. 26
613. Shortest Distance in a Line 613.sql 2022. 03. 26
619. Biggest Single Number 619.sql 2022. 03. 27
620. Not Boring Movies 620.sql 2022. 03. 27
627. Swap Salary 627.sql 2022. 03. 27
1050. Actors and Directors Who Cooperated At Least Three Times 1050.sql 2022. 03. 27
1068. Product Sales Analysis I 1068.sql 2022. 03. 27
1069. Product Sales Analysis II 1069.sql 2022. 03. 27
1075. Project Employees I 1075.sql 2022. 03. 28
1076. Project Employees II 1076.sql 2022. 03. 28
1082. Sales Analysis I 1082.sql 2022. 03. 28
1083. Sales Analysis II 1083.sql 2022. 03. 28
1084. Sales Analysis III 1084.sql 2022. 03. 28
1113. Reported Posts 1113.sql 2022. 03. 28
1141. User Activity for the Past 30 Days I 1141.sql 2022. 03. 29
1142. User Activity for the Past 30 Days II 1142.sql 2022. 03. 29
1148. Article Views I 1148.sql 2022. 03. 29
1173. Immediate Food Delivery I 1173.sql 2022. 03. 29
1179. Reformat Department Table 1179.sql 2022. 03. 29
1211. Queries Quality and Percentage 1211.sql 2022. 03. 29
1241. Number of Comments per Post 1241.sql 2022. 03. 30
1251. Average Selling Price 1251.sql 2022. 03. 31
1303. Find the Team Size 1303.sql 2022. 04. 01
1294. Weather Type in Each Country 1294.sql 2022. 04. 02
1280. Students and Examinations 1280.sql 2022. 04. 03
1322. Ads Performance 1322.sql 2022. 04. 04
1327. List the Products Ordered in a Period 1327.sql 2022. 04. 05
1350. Students With Invalid Departments 1350.sql 2022. 04. 06
1378. Replace Employee ID With The Unique Identifier 1378.sql 2022. 04. 07
1407. Top Travellers 1407.sql 2022. 04. 07
1421. NPV Queries 1421.sql 2022. 04. 07
1435. Create a Session Bar Chart 1435.sql 2022. 04. 08
1484. Group Sold Products By The Date 1484.sql 2022. 04. 08
1495. Friendly Movies Streamed Last Month 1495.sql 2022. 04. 08
1511. Customer Order Frequency 1511.sql 2022. 04. 09
1517. Find Users With Valid E-Mails 1517.sql 2022. 04. 10
1527. Patients With a Condition 1527.sql 2022. 04. 11
1543. Fix Product Name Format 1543.sql 2022. 04. 11
1565. Unique Orders and Customers Per Month 1565.sql 2022. 04. 12
1571. Warehouse Manager 1571.sql 2022. 04. 13
1581. Customer Who Visited but Did Not Make Any Transactions 1581.sql 2022. 04. 13
1587. Bank Account Summary II 1587.sql 2022. 04. 14
1607. Sellers With No Sales 1607.sql 2022. 04. 14
1623. All Valid Triplets That Can Represent a Country 1623.sql 2022. 04. 15
1633. Percentage of Users Attended a Contest 1633.sql 2022. 04. 16
1661. Average Time of Process per Machine 1661.sql 2022. 04. 16
1667. Fix Names in a Table 1667.sql 2022. 04. 16
1677. Product's Worth Over Invoices 1677.sql 2022. 04. 17
1683. Invalid Tweets 1683.sql 2022. 04. 17
1693. Daily Leads and Partners 1693.sql 2022. 04. 17
1729. Find Followers Count 1729.sql 2022. 04. 17
1731. The Number of Employees Which Report to Each Employee 1731.sql 2022. 04. 17
1741. Find Total Time Spent by Each Employee 1741.sql 2022. 04. 17
1757. Recyclable and Low Fat Products 1757.sql 2022. 04. 17
1777. Product's Price for Each Store 1777.sql 2022. 04. 17
1789. Primary Department for Each Employee 1789.sql 2022. 04. 18
1795. Rearrange Products Table 1795.sql 2022. 04. 19
1809. Ad-Free Sessions 1809.sql 2022. 04. 20
1821. Find Customers With Positive Revenue this Year 1821.sql 2022. 04. 20
1853. Convert Date Format 1853.sql 2022. 04. 20
1873. Calculate Special Bonus 1873.sql 2022. 04. 20
1890. The Latest Login in 2020 1890.sql 2022. 04. 20
1939. Users That Actively Request Confirmation Messages 1939.sql 2022. 04. 21
1965. Employees With Missing Information 1965.sql 2022. 04. 22
1978. Employees Whose Manager Left the Company 1978.sql 2022. 04. 22
2026. Low-Quality Problems 2026.sql 2022. 04. 22
2072. The Winner University 2072.sql 2022. 04. 23
2082. The Number of Rich Customers 2082.sql 2022. 04. 23
2205. The Number of Users That Are Eligible for Discount 2205.sql 2022. 04. 23
2230. The Users That Are Eligible for Discount 2230.sql 2022. 04. 23
2239. All the Matches of the League 2339.sql 2022. 07. 14
2346. Compute the Rank as a Percentage 2346.sql 2022. 07. 22
2356. Number of Unique Subjects Taught by Each Teacher 2356.sql 2022. 07. 29
2377. Sort the Olympic Table 2377.sql 2022. 08. 16
2480. Form a Chemical Bond 2480.sql 2022. 12. 02
2504. Concatenate the Name and the Profession 2504.sql 2022. 12. 12
2668. Find Latest Salaries 2668.sql 2023. 05. 21
2669. Count Artist Occurrences On Spotify Ranking List 2669.sql 2023. 05. 22
2687. Bikes Last Time Used 2687.sql 2023. 05. 23
Medium
문제 코드 일자
176. Second Highest Salary 176.sql 2022. 04. 24
177. Nth Highest Salary 177.sql 2022. 04. 24
178. Rank Scores 178.sql 2022. 04. 25
180. Consecutive Numbers 180.sql 2022. 04. 25
184. Department Highest Salary 184.sql 2022. 04. 26
534. Game Play Analysis III 534.sql 2022. 04. 26
550. Game Play Analysis IV 550.sql 2022. 04. 26
570. Managers with at Least 5 Direct Reports 570.sql 2022. 04. 27
574. Winning Candidate 574.sql 2022. 04. 27
578. Get Highest Answer Rate Question 578.sql 2022. 04. 27
580. Count Student Number in Departments 580.sql 2022. 04. 28
585. Investments in 2016 585.sql 2022. 04. 28
602. Friend Requests II: Who Has the Most Friends 602.sql 2022. 04. 28
608. Tree Node 608.sql 2022. 04. 29
612. Shortest Distance in a Plane 612.sql 2022. 04. 30
614. Second Degree Follower 614.sql 2022. 04. 30
626. Exchange Seats 626.sql 2022. 04. 30
1045. Customers Who Bought All Products 1045.sql 2022. 05. 01
1070. Product Sales Analysis III 1070.sql 2022. 05. 01
1077. Project Employees III 1077.sql 2022. 05. 01
1098. Unpopular Books 1098.sql 2022. 05. 02
1107. New Users Daily Count 1107.sql 2022. 05. 02
1112. Highest Grade For Each Student 1112.sql 2022. 05. 02
1126. Active Businesses 1126.sql 2022. 05. 03
1132. Reported Posts II 1132.sql 2022. 05. 03
1149. Article Views II 1149.sql 2022. 05. 04
1158. Market Analysis I 1158.sql 2022. 05. 04
1164. Product Price at a Given Date 1164.sql 2022. 05. 05
1174. Immediate Food Delivery II 1174.sql 2022. 05. 05
1193. Monthly Transactions I 1193.sql 2022. 05. 05
1204. Last Person to Fit in the Bus 1204.sql 2022. 05. 06
1205. Monthly Transactions II 1205.sql 2022. 05. 07
1212. Team Scores in Football Tournament 1212.sql 2022. 05. 07
1264. Page Recommendations 1264.sql 2022. 05. 07
1308. Running Total for Different Genders 1308.sql 2022. 05. 08
1285. Find the Start and End Number of Continuous Ranges 1285.sql 2022. 05. 09
1321. Restaurant Growth 1321.sql 2022. 05. 10
1341. Movie Rating 1341.sql 2022. 05. 11
1355. Activity Participants 1355.sql 2022. 05. 12
1364. Number of Trusted Contacts of a Customer 1364.sql 2022. 05. 12
1393. Capital Gain/Loss 1393.sql 2022. 05. 13
1398. Customers Who Bought Products A and B but Not C 1398.sql 2022. 05. 14
1440. Evaluate Boolean Expression 1440.sql 2022. 05. 14
1445. Apples & Oranges 1445.sql 2022. 05. 15
1454. Active Users 1454.sql 2022. 05. 16
1468. Calculate Salaries 1468.sql 2022. 05. 17
1501. Countries You Can Safely Invest In 1501.sql 2022. 05. 17
1532. The Most Recent Three Orders 1532.sql 2022. 05. 18
1549. The Most Recent Orders for Each Product 1549.sql 2022. 05. 18
1555. Bank Account Summary 1555.sql 2022. 05. 18
1596. The Most Frequently Ordered Products for Each Customer 1596.sql 2022. 05. 19
1613. Find the Missing IDs 1613.sql 2022. 05. 20
1699. Number of Calls Between Two Persons 1699.sql 2022. 05. 21
1709. Biggest Window Between Visits 1709.sql 2022. 05. 21
1715. Count Apples and Oranges 1715.sql 2022. 05. 22
1747. Leetflex Banned Accounts 1747.sql 2022. 05. 22
1783. Grand Slam Titles 1783.sql 2022. 05. 23
1811. Find Interview Candidates 1811.sql 2022. 05. 24
1831. Maximum Transaction Each Day 1831.sql 2022. 05. 24
1841. League Statistics 1841.sql 2022. 05. 25
1843. Suspicious Bank Accounts 1843.sql 2022. 05. 25
1867. Orders With Maximum Quantity Above Average 1867.sql 2022. 05. 26
1875. Group Employees of the Same Salary 1875.sql 2022. 05. 26
1907. Count Salary Categories 1907.sql 2022. 05. 26
1934. Confirmation Rate 1934.sql 2022. 05. 27
1988. Find Cutoff Score for Each School 1988.sql 2022. 05. 28
1459. Rectangles Area 1459.sql 2022. 05. 28
1951. All the Pairs With the Maximum Number of Common Followers 1951.sql 2022. 05. 29
1270. All People Report to the Given Manager 1270.sql 2022. 05. 30
1949. Strong Friendship 1949.sql 2022. 05. 30
1990. Count the Number of Experiments 1990.sql 2022. 05. 31
2020. Number of Accounts That Did Not Stream 2020.sql 2022. 05. 31
2041. Accepted Candidates From the Interviews 2041.sql 2022. 06. 01
2051. The Category of Each Member in the Store 2051.sql 2022. 06. 01
2066. Account Balance 2066.sql 2022. 06. 01
2084. Drop Type 1 Orders for Customers With Type 0 Orders 2084.sql 2022. 06. 02
2112. The Airport With the Most Traffic 2112.sql 2022. 06. 02
2142. The Number of Passengers in Each Bus I 2142.sql 2022. 06. 02
2159. Order Two Columns Independently 2159.sql 2022. 06. 02
2175. The Change in Global Rankings 2175.sql 2022. 06. 02
2228. Users With Two Purchases Within Seven Days 2228.sql 2022. 06. 02
2238. Number of Times a Driver Was a Passenger 2238.sql 2022. 06. 02
2292. Products With Three or More Orders in Two Consecutive Years 2292.sql 2022. 06. 09
2298. Tasks Count in the Weekend 2298.sql 2022. 06. 15
2308. Arrange Table by Gender 2308.sql 2022. 06. 16
2314. The First Day of the Maximum Recorded Degree in Each City 2314.sql 2022. 06. 23
2324. Product Sales Analysis IV 2324.sql 2022. 07. 01
2329. Product Sales Analysis V 2329.sql 2022. 07. 04
2372. Calculate the Influence of Each Salesperson 2372.sql 2022. 08. 14
2388. Change Null Values in a Table to the Previous Value 2388.sql 2022. 08. 26
2394. Employees With Deductions 2394.sql 2022. 09. 03
2686. Immediate Food Delivery III 2686.sql 2023. 05. 24
2688. Find Active Users 2688.sql 2023. 05. 25
Hard
문제 코드 일자
185. Department Top Three Salaries 185.sql 2022. 05. 30
262. Trips and Users 262.sql 2022. 05. 30
1369. Get the Second Most Recent Activity 1369.sql 2022. 06. 03
1412. Find the Quiet Students in All Exams 1412.sql 2022. 06. 04
1972. First and Last Call On the Same Day 1972.sql 2022. 06. 05
1767. Find the Subtasks That Did Not Execute 1767.sql 2022. 06. 05
569. Median Employee Salary 569.sql 2022. 06. 05
1384. Total Sales Amount by Year 1384.sql 2022. 06. 06
571. Find Median Given Frequency of Numbers 571.sql 2022. 06. 07
1225. Report Contiguous Dates 1225.sql 2022. 06. 08
618. Students Report By Geography 618.sql 2022. 06. 08
2010. The Number of Seniors and Juniors to Join the Company II 2010.sql 2022. 06. 08
579. Find Cumulative Salary of an Employee 579.sql 2022. 06. 09
601. Human Traffic of Stadium 601.sql 2022. 06. 09
615. Average Salary: Departments VS Company 615.sql 2022. 06. 10
1097. Game Play Analysis V 1097.sql 2022. 06. 10
1127. User Purchase Platform 1127.sql 2022. 06. 11
1159. Market Analysis II 1159.sql 2022. 06. 11
1194. Tournament Winners 1194.sql 2022. 06. 11
1336. Number of Transactions per Visit 1336.sql 2022. 06. 12
1479. Sales by Day of the Week 1479.sql 2022. 06. 13
1635. Hopper Company Queries I 1635.sql 2022. 06. 14
1645. Hopper Company Queries II 1645.sql 2022. 06. 15
1651. Hopper Company Queries III 1651.sql 2022. 06. 16
1892. Page Recommendations II 1892.sql 2022. 06. 16
1917. Leetcodify Friends Recommendations 1917.sql 2022. 06. 17
1919. Leetcodify Similar Friends 1919.sql 2022. 06. 18
2004. The Number of Seniors and Juniors to Join the Company 2004.sql 2022. 06. 19
2173. Longest Winning Streak 2173.sql 2022. 06. 20
2199. Finding the Topic of Each Post 2199.sql 2022. 06. 21
2153. The Number of Passengers in Each Bus II 2153.sql 2022. 06. 22
2118. Build the Equation 2118.sql 2022. 06. 23
2252. Dynamic Pivoting of a Table 2252.sql 2022. 07. 22
2253. Dynamic Unpivoting of a Table 2253.sql 2022. 07. 22
2362. Generate the Invoice 2362.sql 2022. 08. 06
2720. Popularity Percentage 2362.sql 2023. 07. 09

Python

Easy
문제 코드 풀이 일자
1523. Count Odd Numbers in an Interval Range 1523.py 2022. 08. 03
1491. Average Salary Excluding the Minimum and Maximum Salary 1491.py 2022. 08. 03
704. Binary Search 704.py 2022. 08. 03
278. First Bad Version 278.py 2022. 08. 03
35. Search Insert Position 35.py 2022. 08. 03
1281. Subtract the Product and Sum of Digits of an Integer 1281.py 2022. 08. 04
191. Number of 1 Bits 191.py 2022. 08. 04
1. Two Sum 1.py 2022. 08. 07
1232. Check If It Is a Straight Line 1232.py 2022. 08. 08
1929. Concatenation of Array 1929.py 2022. 08. 11
709. To Lower Case 709.py 2022. 08. 14
1678. Goal Parser Interpretation 1678.py 2022. 08. 15
13. Roman to Integer 13.py 2022. 08. 15
387. First Unique Character in a String 387.py 2022. 08. 16
2351. First Letter to Appear Twice 2351.py 2022. 08. 16
170. Two Sum III - Data structure design 170.py 2022. 08. 16
804. Unique Morse Code Words 804.py 2022. 08. 17
242. Valid Anagram 242.py 2022. 08. 17
217. Contains Duplicate 217.py 2022. 08. 17
219. Contains Duplicate II 219.py 2022. 08. 17
1779. Find Nearest Point That Has the Same X or Y Coordinate 1779.py 2022. 08. 18
976. Largest Perimeter Triangle 976.py 2022. 08. 18
1309. Decrypt String from Alphabet to Integer Mapping 1309.py 2022. 08. 18
953. Verifying an Alien Dictionary 953.py 2022. 08. 22
342. Power of Four 342.py 2022. 08. 24
326. Power of Three 326.py 2022. 08. 24
383. Ransom Note 383.py 2022. 08. 25
389. Find the Difference 389.py 2022. 08. 27
1768. Merge Strings Alternately 1768.py 2022. 08. 27
1137. N-th Tribonacci Number 1137.py 2022. 08. 28
232. Implement Queue using Stacks 232.py 2022. 08. 29
1603. Design Parking System 1603.py 2022. 08. 29
1356. Sort Integers by The Number of 1 Bits 1356.py 2022. 08. 30
1886. Determine Whether Matrix Can Be Obtained By Rotation 1886.py 2022. 08. 31
1822. Sign of the Product of an Array 1822.py 2022. 09. 01
1502. Can Make Arithmetic Progression From Sequence 1502.py 2022. 09. 01
1790. Check if One String Swap Can Make Strings Equal 1790.py 2022. 09. 01
637. Average of Levels in Binary Tree 637.py 2022. 09. 02
145. Binary Tree Postorder Traversal 145.py 2022. 09. 05
94. Binary Tree Inorder Traversal 94.py 2022. 09. 05
144. Binary Tree Preorder Traversal 144.py 2022. 09. 06
104. Maximum Depth of Binary Tree 104.py 2022. 09. 06
2229. Check if an Array Is Consecutive 2229.py 2022. 09. 07
606. Construct String from Binary Tree 606.py 2022. 09. 07
404. Sum of Left Leaves 404.py 2022. 09. 07
121. Best Time to Buy and Sell Stock 121.py 2022. 09. 10
2016. Maximum Difference Between Increasing Elements 2016.py 2022. 09. 10
2078. Two Furthest Houses With Different Colors 2078.py 2022. 09. 10
231. Power of Two 231.py 2022. 09. 14
136. Single Number 136.py 2022. 09. 14
268. Missing Number 268.py 2022. 09. 14
557. Reverse Words in a String III 557.py 2022. 09. 22
344. Reverse String 344.py 2022. 09. 22
1119. Remove Vowels from a String 1119.py 2022. 09. 23
541. Reverse String II 541.py 2022. 09. 23
345. Reverse Vowels of a String 345.py 2022. 09. 23
1796. Second Largest Digit in a String 1796.py 2022. 09. 23
2259. Remove Digit From Number to Maximize Result 2259.py 2022. 09. 23
112. Path Sum 112.py 2022. 09. 25
374. Guess Number Higher or Lower 374.py 2022. 09. 27
367. Valid Perfect Square 367.py 2022. 09. 29
69. Sqrt(x) 69.py 2022. 09. 29
744. Find Smallest Letter Greater Than Target 744.py 2022. 09. 30
441. Arranging Coins 441.py 2022. 10. 02
1539. Kth Missing Positive Number 1539.py 2022. 10. 02
1608. Special Array With X Elements Greater Than or Equal X 1608.py 2022. 10. 03
1351. Count Negative Numbers in a Sorted Matrix 1351.py 2022. 10. 04
1337. The K Weakest Rows in a Matrix 1337.py 2022. 10. 05
1346. Check If N and Its Double Exist 1346.py 2022. 10. 05
350. Intersection of Two Arrays II 350.py 2022. 10. 06
349. Intersection of Two Arrays 349.py 2022. 10. 06
1385. Find the Distance Value Between Two Arrays 1385.py 2022. 10. 08
88. Merge Sorted Array 88.py 2022. 10. 15
118. Pascal's Triangle 118.py 2022. 10. 16
119. Pascal's Triangle II 119.py 2022. 10. 16
1704. Determine if String Halves Are Alike 1704.py 2022. 12. 01
876. Middle of the Linked List 876.py 2022. 12. 05
1165. Single-Row Keyboard 1165.py 2022. 12. 05
771. Jewels and Stones 771.py 2022. 12. 06
700. Search in a Binary Search Tree 700.py 2022. 12. 07
938. Range Sum of BST 938.py 2022. 12. 08
872. Leaf-Similar Trees 872.py 2022. 12. 08
70. Climbing Stairs 70.py 2022. 12. 12
1971. Find if Path Exists in Graph 1971.py 2022. 12. 19
1480. Running Sum of 1d Array 1480.py 2022. 12. 21
1672. Richest Customer Wealth 1672.py 2022. 12. 22
412. Fizz Buzz 412.py 2022. 12. 22
290. Word Pattern 290.py 2023. 01. 01
1056. Confusing Number 1056.py 2023. 01. 01
205. Isomorphic Strings 205.py 2023. 01. 02
520. Detect Capital 520.py 2023. 01. 03
944. Delete Columns to Make Sorted 944.py 2023. 01. 03
1342. Number of Steps to Reduce a Number to Zero 1342.py 2023. 01. 05
100. Same Tree 100.py 2023. 01. 10
993. Cousins in Binary Tree 993.py 2023. 01. 11
Medium
문제 코드 풀이 일자
167. Two Sum II - Input Array Is Sorted 167.py 2022. 08. 06
1338. Reduce Array Size to The Half 1338.py 2022. 08. 18
869. Reordered Power of 2 869.py 2022. 08. 26
200. Number of Islands 200.py 2022. 08. 30
48. Rotate Image 48.py 2022. 08. 30
1448. Count Good Nodes in Binary Tree 1448.py 2022. 09. 01
967. Numbers With Same Consecutive Differences 967.py 2022. 09. 03
814. Binary Tree Pruning 814.py 2022. 09. 06
298. Binary Tree Longest Consecutive Sequence 298.py 2022. 09. 07
362. Design Hit Counter 362.py 2022. 09. 08
1996. The Number of Weak Characters in the Game 1996.py 2022. 09. 09
53. Maximum Subarray 53.py 2022. 09. 10
948. Bag of Tokens 948.py 2022. 09. 12
152. Maximum Product Subarray 152.py 2022. 09. 12
122. Best Time to Buy and Sell Stock II 122.py 2022. 09. 12
393. UTF-8 Validation 393.py 2022. 09. 13
1457. Pseudo-Palindromic Paths in a Binary Tree 1457.py 2022. 09. 14
2007. Find Original Array From Doubled Array 2007.py 2022. 09. 15
113. Path Sum II 113.py 2022. 09. 25
852. Peak Index in a Mountain Array 852.py 2022. 09. 28
34. Find First and Last Position of Element in Sorted Array 34.py 2022. 10. 02
74. Search a 2D Matrix 74.py 2022. 10. 04
633. Sum of Square Numbers 633.py 2022. 10. 06
1855. Maximum Distance Between a Pair of Values 1855.py 2022. 10. 07
153. Find Minimum in Rotated Sorted Array 153.py 2022. 10. 08
33. Search in Rotated Sorted Array 33.py 2022. 10. 08
2221. Find Triangular Sum of an Array 2221.py 2022. 10. 08
1657. Determine if Two Strings Are Close 1657.py 2022. 12. 02
451. Sort Characters By Frequency 451.py 2022. 12. 03
2256. Minimum Average Difference 2256.py 2022. 12. 04
328. Odd Even Linked List 328.py 2022. 12. 07
1339. Maximum Product of Splitted Binary Tree 1339.py 2022. 12. 12
150. Evaluate Reverse Polish Notation 150.py 2022. 12. 17
151. Reverse Words in a String 151.py 2022. 12. 18
186. Reverse Words in a String II 186.py 2022. 12. 18
739. Daily Temperatures 739.py 2022. 12. 19
841. Keys and Rooms 841.py 2022. 12. 20
323. Number of Connected Components in an Undirected Graph 323.py 2022. 12. 20
547. Number of Provinces 547.py 2022. 12. 21
1167. Minimum Cost to Connect Sticks 1167.py 2022. 12. 22
2244. Minimum Rounds to Complete All Tasks 2244.py 2023. 01. 04
452. Minimum Number of Arrows to Burst Balloons 452.py 2023. 01. 05
1833. Maximum Ice Cream Bars 1833.py 2023. 01. 06
134. Gas Station 134.py 2023. 01. 08
2214. Minimum Health to Beat Game 2214.py 2023. 01. 09
255. Verify Preorder Sequence in Binary Search Tree 255.py 2023. 01. 09
1061. Lexicographically Smallest Equivalent String 1061.py 2023. 01. 15
Hard
문제 코드 풀이 일자
987. Vertical Order Traversal of a Binary Tree 987.py 2022. 09. 04
149. Max Points on a Line 149.py 2023. 01. 09

Baekjoon

C

Bronze
문제 분류 코드 풀이 일자
2739번: 구구단 수학, 구현 2739.c 2022. 10. 31
10951번: A+B - 4 수학, 구현, 사칙연산 10951.c 2022. 11. 01
2438번: 별 찍기 - 1 구현 2438.c 2022. 11. 02
11654번: 아스키 코드 구현 11654.c 2022. 11. 03
2744번: 대소문자 바꾸기 구현, 문자열 2744.c 2022. 11. 03
2743번: 단어 길이 재기 구현, 문자열 2743.c 2022. 11. 03
2754번: 학점계산 구현, 문자열 2754.c 2022. 11. 04
2755번: 이번학기 평점은 몇점? 수학, 구현, 사칙연산 2755.c 2022. 11. 04
11718번: 그대로 출력하기 구현, 문자열 11718.c 2022. 11. 05
9086번: 문자열 구현, 문자열 9086.c 2022. 11. 05
10809번: 알파벳 찾기 구현, 문자열 10809.c 2022. 11. 05
2475번: 검증수 수학, 구현, 사칙연산 2475.c 2022. 11. 06
2439번: 별 찍기 - 2 구현 2439.c 2022. 11. 07
2742번: 기찍 N 구현 2742.c 2022. 11. 07
1085번: 직사각형에서 탈출 수학, 기하학 1085.c 2022. 11. 08
4153번: 직각삼각형 수학, 기하학, 피타고라스 정리 4153.c 2022. 11. 09
15964번: 이상한 기호 수학, 구현, 사칙연산 15964.c 2022. 11. 10
15829번: Hashing 문자열, 해싱 15829.c 2022. 11. 11
10250번: ACM 호텔 수학, 구현, 사칙연산 10250.c 2022. 11. 12
1259번: 팰린드롬수 구현, 문자열 1259.c 2022. 11. 13
2609번: 최대공약수와 최소공배수 수학, 정수론, 유클리드 호제법 2609.c 2022. 11. 14
11050번: 이항 계수 1 수학, 구현, 조합론 11050.c 2022. 11. 16
2869번: 달팽이는 올라가고 싶다 수학 2869.c 2022. 11. 16
2386번: 도비의 영어 공부 구현, 문자열, 브루트포스 알고리즘 2386.c 2022. 11. 17
10989번: 수 정렬하기 3 정렬 10989.c 2022. 11. 19
2558번: A+B - 2 수학, 구현, 사칙연산 2558.c 2022. 11. 21
10718번: We love kriii 구현 10718.c 2022. 11. 22
8393번: 합 수학, 구현 8393.c 2022. 11. 23
4101번: 크냐? 구현 4101.c 2022. 11. 24
4999번: 아! 구현, 문자열 4999.c 2022. 11. 25
11021번: A+B - 7 수학, 구현, 사칙연산 11021.c 2022. 11. 26
10926번: ??! 구현 10926.c 2022. 11. 27
11942번: 고려대는 사랑입니다. 구현 11942.c 2022. 11. 28
16394번: 홍익대학교 수학, 사칙연산 16394.c 2022. 11. 29
16170번: 오늘의 날짜는? 구현 16170.c 2022. 11. 30
18108번: 1998년생인 내가 태국에서는 2541년생?! 수학, 사칙연산 18018.c 2022. 12. 01
25311번: UCPC에서 가장 쉬운 문제 번호는? 구현 25311.c 2022. 12. 02
17256번: 달달함이 넘쳐흘러 수학, 구현, 사칙연산 17256.c 2022. 12. 03
15733번: 나는 누구인가 구현 15733.c 2022. 12. 04
15962번: 새로운 시작 구현 15962.c 2022. 12. 05
16430번: 제리와 톰 수학, 사칙연산 16430.c 2022. 12. 06
20492번: 세금 수학, 사칙연산 20492.c 2022. 12. 07
25372번: 성택이의 은밀한 비밀번호 구현, 문자열 25372.c 2022. 12. 08
26082번: WARBOY 수학, 사칙연산 26082.c 2022. 12. 09
2440번: 별 찍기 - 3 구현 2440.c 2022. 12. 11
10808번: 알파벳 개수 구현, 문자열 10808.c 2022. 12. 12
11365번: !밀비 급일 구현, 문자열 11365.c 2022. 12. 13
2083번: 럭비 클럽 구현 2083.c 2022. 12. 14
2480번: 주사위 세 개 수학, 사칙연산, 많은 조건 분기 2480.c 2022. 12. 15
3046번: R2 수학, 구현, 사칙연산 3046.c 2022. 12. 16
2845번: 파티가 끝나고 난 뒤 수학, 구현, 사칙연산 2845.c 2022. 12. 17
3003번: 킹, 퀸, 룩, 비숍, 나이트, 폰 수학, 구현, 사칙연산 3003.c 2022. 12. 18
5522번: 카드 게임 수학, 사칙연산 5522.c 2022. 12. 19
10430번: 나머지 수학, 구현, 사칙연산 10430.c 2022. 12. 20
15727번: 조별과제를 하려는데 조장이 사라졌다 수학, 사칙연산 15727.c 2022. 12. 21
17295번: 엔드게임 스포일러 구현 17295.c 2022. 12. 22
Silver
문제 분류 코드 풀이 일자
1978번: 소수 찾기 수학, 정수론, 소수 판정, 에라토스테네스의 체 1978.c 2022. 11. 15
1929번: 소수 구하기 수학, 정수론, 소수 판정, 에라토스테네스의 체 1929.c 2022. 11. 20

Python

Bronze
문제 분류 코드 풀이 일자
18406번: 럭키 스트레이트 구현, 문자열 18406.py [ 알고리즘 ] 백준 18406번: 럭키 스트레이트 2022. 07. 02
2557번: Hello World 구현 2557.py 2022. 07. 11
10699번: 오늘 날짜 구현 10699.py 2022. 07. 11
7287번: 등록 구현 7287.py 2022. 07. 11
10171번: 고양이 구현 10171.py 2022. 07. 11
10172번: 개 구현 10172.py 2022. 07. 11
25083번: 새싹 구현 25083.py 2022. 07. 11
1000번: A+B 수학, 구현, 사칙연산 1000.py 2022. 07. 11
1001번: A-B 수학, 구현, 사칙연산 1001.py 2022. 07. 11
10998번: AxB 수학, 구현, 사칙연산 10998.py 2022. 07. 11
10869번: 사칙연산 수학, 구현, 사칙연산 10869.py 2022. 07. 11
1008번: A/B 수학, 구현, 사칙연산 1008.py 2022. 07. 11
11382번: 꼬마 정민 수학, 구현, 사칙연산 11382.py 2022. 07. 11
1330번: 두 수 비교하기 구현 1330.py 2022. 07. 13
9498번: 시험 성적 구현 9498.py 2022. 07. 13
14681번: 사분면 고르기 구현, 기하학 14681.py 2022. 07. 15
2420번: 사파리월드 수학, 구현, 사칙연산 2420.py 2022. 07. 15
2753번: 윤년 수학, 구현, 사칙연산 2753.py 2022. 07. 15
15552번: 빠른 A+B 수학, 구현, 사칙연산 15552.py 2022. 07. 15
10871번: X보다 작은 수 구현 10871.py 2022. 07. 18
10807번: 개수 세기 구현 10807.py 2022. 07. 19
5597번: 과제 안 내신 분..? 구현 5597.py 2022. 07. 19
2738번: 행렬 덧셈 수학, 구현 2738.py 2022. 07. 19
2741번: N 찍기 구현 2741.py 2022. 07. 20
10950번: A+B - 3 수학, 구현, 사칙연산 10950.py 2022. 07. 21
10872번: 팩토리얼 수학, 구현, 조합론 10872.py 2022. 07. 21
10952번: A+B - 5 수학, 구현, 사칙연산 10952.py 2022. 07. 22
2750번: 수 정렬하기 구현, 정렬 2750.py 2022. 08. 08
1546번: 평균 수학, 사칙연산 1546.py 2022. 08. 14
1157번: 단어 공부 구현, 문자열 1157.py 2022. 08. 14
1152번: 단어의 개수 구현, 문자열 1152.py 2022. 08. 16
2577번: 숫자의 개수 수학, 구현, 사칙연산 2577.py 2022. 08. 17
2908번: 상수 수학, 구현 2908.py 2022. 08. 17
3052번: 나머지 수학, 사칙연산 3052.py 2022. 08. 17
8958번: OX퀴즈 구현, 문자열 8958.py 2022. 08. 17
2675번: 문자열 제출 구현, 문자열 2675.py 2022. 08. 17
2920번: 음계 구현 2920.py 2022. 08. 18
10818번: 최소, 최대 수학, 구현 10818.py 2022. 08. 18
11720번: 숫자의 합 수학, 구현, 문자열 11720.py 2022. 08. 22
Silver
문제 분류 코드 풀이 일자
11399번: ATM 그리디 알고리즘, 정렬 11399.py [ 알고리즘 ] 백준 11399번: ATM 2022. 06. 11
1439번: 뒤집기 문자열, 그리디 알고리즘 1439.py [ 알고리즘 ] 백준 1439번: 뒤집기 2022. 06. 13
1026번: 보물 수학, 그리디 알고리즘, 정렬 1026.py [ 알고리즘 ] 백준 1026번: 보물 2022. 06. 14
2217번: 로프 수학, 그리디 알고리즘, 정렬 2217.py [ 알고리즘 ] 백준 2217번: 로프 2022. 06. 15
2839번: 설탕 배달 수학, 다이나믹 프로그래밍, 그리디 알고리즘 2839.py [ 알고리즘 ] 백준 2839번: 설탕 배달 2022. 06. 16
11047번: 동전 0 그리디 알고리즘 11047.py [ 알고리즘 ] 백준 11047번: 동전 0 2022. 06. 17
4673번: 셀프 넘버 수학, 구현, 브루트포스 알고리즘 4673.py [ 알고리즘 ] 백준 4673번: 셀프 넘버 2022. 06. 17
10773번: 제로 구현, 자료 구조, 스택 10773.py [ 알고리즘 ] 백준 10773번: 제로 2022. 06. 18
1541번: 잃어버린 괄호 수학, 문자열, 그리디 알고리즘, 문자열 파싱 1541.py [ 알고리즘 ] 백준 1541번: 잃어버린 괄호 2022. 07. 05
1946번: 신입 사원 그리디 알고리즘, 정렬 1946.py [ 알고리즘 ] 백준 1946번: 신입 사원 2022. 07. 06
1213번: 팰린드롬 만들기 구현, 문자열, 그리디 알고리즘, 정렬 1213.py [ 알고리즘 ] 백준 1213번: 팰린드롬 만들기 2022. 07. 08
18111번: 마인크래프트 구현, 브루트포스 알고리즘 18111.py [ 알고리즘 ] 백준 18111번: 마인크래프트 2022. 07. 09
1931번: 회의실 배정 그리디 알고리즘, 정렬 1931.py [ 알고리즘 ] 백준 1931번: 회의실 배정 2022. 07. 12
10815번: 숫자 카드 자료 구조, 정렬, 이분 탐색 10815.py [ 알고리즘 ] 백준 10815번: 숫자 카드 2022. 07. 31
2805번: 나무 자르기 이분 탐색, 매개 변수 탐색 2805.py [ 알고리즘 ] 백준 2805번: 나무 자르기 2022. 08. 09
1654번: 랜선 자르기 이분 탐색, 매개 변수 탐색 1654.py [ 알고리즘 ] 백준 1654번: 랜선 자르기 2022. 08. 09
1966번: 프린터 큐 구현, 자료 구조, 시뮬레이션, 큐 1966.py [ 알고리즘 ] 백준 1966번: 프린터 큐 2022. 08. 10
2504번: 괄호의 값 구현, 자료 구조, 스택, 재귀 2504.py [ 알고리즘 ] 백준 2504번: 괄호의 값 2022. 08. 11
11659번: 구간 합 구하기 4 구현, 자료 구조, 스택, 재귀 11659.py [ 알고리즘 ] 백준 11659번: 구간 합 구하기 4 2022. 08. 13
11660번: 구간 합 구하기 5 다이나믹 프로그래밍, 누적 합 11660.py [ 알고리즘 ] 백준 11660번: 구간 합 구하기 5 2022. 08. 14
1874번: 스택 수열 자료 구조, 스택 1874.py [ 알고리즘 ] 백준 1874번: 스택 수열 2022. 08. 15
Gold
문제 분류 코드 풀이 일자
3190번: 뱀 구현, 자료 구조, 시뮬레이션, 덱, 큐 3190.py [ 알고리즘 ] 백준 3190번: 뱀 2022. 07. 02
15686번: 치킨 배달 구현, 브루트포스 알고리즘, 백트래킹 15686.py [ 알고리즘 ] 백준 15686번: 치킨 배달 2022. 07. 03
1339번: 단어 수학 그리디 알고리즘, 브루트포스 알고리즘 1339.py [ 알고리즘 ] 백준 1339번: 단어 수학 2022. 07. 07
1092번: 배 그리디 알고리즘, 정렬 1092.py [ 알고리즘 ] 백준 1092번: 배 2022. 08. 07
2470번: 두 용액 정렬, 이분 탐색, 두 포인터 2470.py [ 알고리즘 ] 백준 2470번: 두 용액 2022. 08. 07
2110번: 공유기 설치 이분 탐색, 매개 변수 탐색 2110.py [ 알고리즘 ] 백준 2110번: 공유기 설치 2022. 08. 11
1918번: 후위 표기식 자료 구조, 스택 1918.py [ 알고리즘 ] 백준 1918번: 후위 표기식 2022. 10. 29

이것이 취업을 위한 코딩 테스트다 with 파이썬

Source Code
알고리즘 분류 코드 풀이 일자
그리디 실전문제 큰 수의 법칙 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 24
그리디 실전문제 숫자 카드 게임 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 24
그리디 실전문제 1이 될 때까지 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 24
그리디 기출문제 모험가 길드 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 24
그리디 기출문제 곱하기 혹은 더하기 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 24
그리디 기출문제 문자열 뒤집기 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 24
그리디 기출문제 만들 수 없는 금액 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 24
그리디 기출문제 볼링공 고르기 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 그리디 2022. 06. 26
구현 실전문제 왕실의 나이트 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 06. 28
구현 실전문제 게임 개발 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 06. 29
구현 기출문제 럭키 스트레이트 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 06. 30
구현 기출문제 문자열 재정렬 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 06. 30
구현 기출문제 문자열 압축 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 06. 30
구현 기출문제 자물쇠와 열쇠 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 07. 03
구현 기출문제 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 07. 03
구현 기출문제 기둥과 보 설치 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 07. 03
구현 기출문제 치킨 배달 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : 구현 2022. 07. 03
DFS/BFS 실전문제 음료수 얼려 먹기 [ 알고리즘 ] 이것이 취업을 위한 코딩 테스트다 with 파이썬 : DFS/BFS 2022. 07. 10