LRU
[프로그래머스 C++] [1차] 캐시
[프로그래머스 C++] [1차] 캐시
2023.09.11[프로그래머스 C++] [1차] 캐시 https://school.programmers.co.kr/learn/courses/30/lessons/17680 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 해결전략 cache 캐시 Least Recently Used Algorithm, LRU 알고리즘 대문자 -> 소문자 변환, tolower, islower 소문자 -> 대문자 변환, toupper, isupper LRU 알고리즘 참고 링크 https://dailylifeofdeveloper.tistory.com/355 LRU 알고리즘 (Least Recentel..