[LeetCode] 1706. Where Will the Ball Fall (Python)
·
Algorithm
LeetCode 1706. Where Will the Ball Fall 🗓️ Daily LeetCoding Challenge November, Day 1 Simulation https://leetcode.com/problems/where-will-the-ball-fall/ Where Will the Ball Fall - LeetCode 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 1. 문제 설명 모든 열마다 공을 하나씩 굴렸을 때, 각 공이 어디로 도착할지 시뮬레이션 하는 문..
[LeetCode] 3. Longest Substring Without Repeating Characters (Python)
·
Algorithm
LeetCode 3. Longest Substring Without Repeating Characters String https://leetcode.com/problems/longest-substring-without-repeating-characters/ Longest Substring Without Repeating Characters - LeetCode 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 1. 문제 설명 Longest Substring Without Repeat..
알고리즘 중간고사 후기
·
Daily
2022.10.26 오전 9시 ~ 11시 오늘 알고리즘 중간고사 시험봤음! 시험보다가 마스크로 오른쪽 눈을 찔러서 시험 내내 너무 힘들었다.. 나왔던 문제는 아래와 같다. unimodal을 binary search로 maximum value의 인덱스 찾기 Knapsack을 이용하여 maximum weight 구하기 Longest Palindromic Subsequence 구하기 Maximum Subarray를 divide-conquer로 구하기 시간 되면 이와 비슷한 백준 문제 풀고, leetcode도 하나씩 해결할 예정 :(