Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/09/08 (1)
넘치게 채우기
[LeetCode] 725. Split Linked List in Parts
https://leetcode.com/problems/split-linked-list-in-parts/description/?envType=daily-question&envId=2024-09-08leetcode - Split Linked List in Parts문제 유형 : 연결리스트문제 난이도 : Medium 문제Given the head of a singly linked list and an integer k, split the linked list into k consecutive linked list parts.The length of each part should be as equal as possible: no two parts should have a size differing by more..
PS/LeetCode
2024. 9. 8. 12:10