개발일지

심화 과정 5 일차

오늘도개발 2024. 2. 13. 18:54

1. 자료구조 및 알고리즘 5일차 수강하기

 

 - 링크드 리스트

 

 

 

 

2. 새롭게 알게된 지식

 - 링크드 리스트의 노드 구성을 표현하면 다음과 같다

 

과제1: 역순 연결 리스트 https://leetcode.com/problems/reverse-linked-list/

 

LeetCode - The World's Leading Online Programming Learning Platform

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: 두 정렬 리스트의 병합 https://leetcode.com/problems/merge-two-sorted-lists/

 

LeetCode - The World's Leading Online Programming Learning Platform

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

 

 

 

과제3:짝 연결 리스트https://leetcode.com/problems/odd-even-linked-list/  

 

LeetCode - The World's Leading Online Programming Learning Platform

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

 

 

'개발일지' 카테고리의 다른 글

심화 과정 7 일차  (0) 2024.02.16
심화 과정 6 일차  (1) 2024.02.15
2주차 WIL  (0) 2024.02.09
심화 과정 4 일차  (1) 2024.02.08
심화 과정 3 일차  (0) 2024.02.07