baecjoon1 2839 Sugar Delivery (설탕배달) with Greedy Algorithm 2023-02-14 0. Background I'd like to review through what greedy algorithm is and how to apply it to problem solving. 1. Greedy Algorithm The definition of greedy algorithm is to choose the best option on each stage to get the answer. It does not give you the ultimate answer but it does give you the almost ultimate and optimal answer. The core of greedy algorithm is to set the definition of what .. 2023. 2. 14. 이전 1 다음