본문 바로가기

⏳ 알고리즘/python 알고리즘 문제 모음

<연결 리스트> 관련 문제 모음

EASY

1. 팰린드롬 연결 리스트

leetcode.com/problems/palindrome-linked-list/

 

Palindrome Linked List - 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

풀이 > 런너(runner) 기법이란??

 

2. 두 정렬 리스트의 병합

leetcode.com/problems/merge-two-sorted-lists/

 

Merge Two Sorted Lists - 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

풀이 > 리트코드 - 21. Merge Two Sorted Lists

 

3. 역순 연결 리스트

leetcode.com/problems/reverse-linked-list/

 

Reverse Linked List - 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

풀이 > 리트코드 - 206. Reverse Linked List

 

MEDIUM

4. 두 수의 덧셈

leetcode.com/problems/add-two-numbers/

 

Add Two Numbers - 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

풀이 >리트코드 - 2. Add Two Numbers

 

5. 페어의 노드 스왑

leetcode.com/problems/swap-nodes-in-pairs/

 

Swap Nodes in Pairs - 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

풀이 >리트코드 - 24. Swap Nodes in Pairs

 

6. 홀짝 연결 리스트

leetcode.com/problems/odd-even-linked-list/

 

Odd Even Linked List - 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

풀이 > 리트코드 - 328. Odd Even Linked List

 

7. 역순 연결 리스트2

leetcode.com/problems/reverse-linked-list-ii/

 

Reverse Linked List 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

 

8. 끝에서 n번째 노드 삭제

https://leetcode.com/problems/remove-nth-node-from-end-of-list/

 

Remove Nth Node From End of List - 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

 

'⏳ 알고리즘 > python 알고리즘 문제 모음' 카테고리의 다른 글

<DP> 관련 문제 모음  (0) 2022.04.28