[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..