개발일지

심화 과정 1 일차

오늘도개발 2024. 2. 5. 18:37

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

 

 - 시공간 복잡도

 

 - 알파벳 찾기

 

 

2. 새롭게 알게된 지식

 

 - 빅 오 : 최악의 경우 소요되는 시간

 

 - 빅 오메가 : 최선의 경우 소요되는 시간

 

 - 투 포인터 : 배열의 특정 조건을 찾아낼 때, 유용하게 사용할 수 있다. 

 

 

 - 그룹 애너그램 : https://leetcode.com/problems/group-anagrams/

 

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

 

 

- 가장 긴 팰린드롬 부분 문자열 : https://leetcode.com/problems/longest-palindromic-substring/

 

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

 

 

 

- 세 수의 합 : https://leetcode.com/problems/3sum/

 

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

 

 

 

- 배열 파티션 : https://leetcode.com/problems/array-partition/

 

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 일차  (0) 2024.02.07
심화 과정 2 일차  (0) 2024.02.06
1주차 WIL  (0) 2024.02.02
사전 미니프로젝트  (0) 2024.01.31
사전 필수코스 5일차  (0) 2024.01.29