LeetCode
![[리트코드] 6. ZigZag Conversion / Javascript](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fy5mr1%2FbtrerzOlzep%2FAAAAAAAAAAAAAAAAAAAAAGRt5zmjdyQ9F_QPa-j5PnRjPJYsrbJi1LkpAEI1d7kc%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DfyoK96jZ7ANZQ3Bz%252FpI69scgD70%253D)
[리트코드] 6. ZigZag Conversion / Javascript
문제주소 : https://leetcode.com/problems/zigzag-conversion/ ZigZag Conversion - 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 더보기 The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for ..
![[리트코드] 142. Linked List Cycle II / Javascript](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fq9hzH%2Fbtq6KPGlmLf%2FAAAAAAAAAAAAAAAAAAAAAJEuWtCU6Z7ze6IyRWPzd7SyKO92CjAXblcd1CgG2upJ%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DB6MRz9kGZakkJf9MiZOtzWd119U%253D)
[리트코드] 142. Linked List Cycle II / Javascript
문제주소 :https://leetcode.com/problems/linked-list-cycle-ii/ Linked List Cycle II - 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 더보기 Given a linked list, return the node where the cycle begins. If there is no cycle, return null. There is a cycle in a linked list if there is some no..
![[리트코드] 141. Linked List Cycle / Javascript](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbS4eq9%2Fbtq6LfqKUdB%2FAAAAAAAAAAAAAAAAAAAAAMhQIPQawrXXVl3Y7JL-Y9RkLdPbIXlOVlAyJjl9725x%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DrisEXGZMSK9UhvMmpe3303QazbA%253D)
[리트코드] 141. Linked List Cycle / Javascript
문제주소 :https://leetcode.com/problems/linked-list-cycle/ Linked List Cycle - 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 더보기 Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the list ..
![[리트코드] 139. Word Break / Javascript](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FcTMvtr%2Fbtq6LVyDJvD%2FAAAAAAAAAAAAAAAAAAAAACafAJXKXq71RNuQpTzCuSUtRQK1OYE6mfT6OEEdf4cS%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3Djt9uFzjAqXWdo2bp56vlXWTTloU%253D)
[리트코드] 139. Word Break / Javascript
문제주소 :https://leetcode.com/problems/word-break/ Word Break - 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 더보기 Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-separated sequence of one or more dictionary words. Note that the s..
![[리트코드] 42. Trapping Rain Water / Javascript](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Ftide3%2Fbtq5NHBNZFz%2FAAAAAAAAAAAAAAAAAAAAALo8cLo8WDEmKWpSLHcBNNsGRg-95Qr0BOFHkrwcdQfX%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1756652399%26allow_ip%3D%26allow_referer%3D%26signature%3DDcqSSIEsepZPVva6AysAOQkVx5M%253D)
[리트코드] 42. Trapping Rain Water / Javascript
문제주소 :https://leetcode.com/problems/trapping-rain-water/ Trapping Rain Water - 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 더보기 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..