You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Josephus Problem](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/JosephusProblem.java) - 조세퍼스 문제
120
120
121
-
- Matrix Multiplication
121
+
### Dynamic Programming - 동적 프로그래밍 (추가)
122
+
123
+
-[Mountain Scenes](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/Scenes.java) - Problem Link : [Click Here](https://open.kattis.com/problems/scenes)
124
+
125
+
-[Magical Cows](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/MagicalCows.java) - Problem Link : [Click Here](https://open.kattis.com/problems/magicalcows)
126
+
127
+
-[Tiling Dominos](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/TilingDominoes.java) - Problem Link : [Click Here](https://open.kattis.com/problems/tritiling)
122
128
123
129
### Prime - 소수
124
130
-[Sieve Of Eratosthenes](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/Eratosthenes.java) - 에라토스테네스의 체
0 commit comments