[99클럽] 99클럽 코테 스터디 40일차 TIL - 그리디 (Greedy)
·
코딩테스트 연습/99클럽
오늘의 문제LeetCode - Optimal Partition of String (출처 하단 표기)비기너 문제를 금방 풀어서 미들러 문제도 풀어보았다. 문제Given a string s, partition the string into one or more substrings such that the characters in each substring are unique. That is, no letter appears in a single substring more than once.Return the minimum number of substrings in such a partition.Note that each character should belong to exactly one substring i..