파이썬9 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. 1620 pokemon (나는야 포켓몬 마스터 이다솜) with Set and Map 2023-01-27 0. Background This problem is included in Set and Map category. Through the several time of try, there were some things I wanted to write down. There are more things you can learn and I leared. If you want more about this, visit the link. https://blog.loginradius.com/identity Identity | LoginRadius Blog Identity Blog is a place for developers to share their expertise, find solutions f.. 2023. 1. 27. 10815_숫자 카드(Cards) with Set and Map 2023.01.24 0. Background This problem has been assigned in Set and Map category. I would like to explore those with this problem. 1. Set 1-1. What is Set? Accodring to the official document, it is explain that Set is used to store multiple items in a single valiable. This line doesn't seem to make any difference from other types of variable such as list, tuple, and dictionary. But its characteri.. 2023. 1. 24. 이전 1 2 다음