Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f871910

Browse files
committed
Readme.md modified
1 parent 6027eb0 commit f871910

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎README.md‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,17 @@ In mathematics and computer science, an algorithm is a finite sequence of well-d
114114

115115
- [Edit Distance](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/EditDistance.java) - 편집거리
116116

117-
- [LPS](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/LongestPalindromeSubsequence.java) - 최장 팰린드롬 부분순서
117+
- [Longest Palindrome Subsequence](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/LongestPalindromeSubsequence.java) - 최장 팰린드롬 부분순서
118118

119-
- [Josephus Problem](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/JosephusProblem.java) - 조세퍼스
119+
- [Josephus Problem](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/JosephusProblem.java) - 조세퍼스 문제
120120

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)
122128

123129
### Prime - 소수
124130
- [Sieve Of Eratosthenes](https://github.com/lemidia/Algorithm-and-Data-Structure/blob/master/AlgorithmCode/Eratosthenes.java) - 에라토스테네스의 체

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /