|
1 | 1 | # AlgorithmStudy_Java |
2 | 2 |
|
3 | 3 | ## 🌊기초 |
4 | | -1. [코드업 기초 100제](https://codeup.kr/problemsetsol.php?psid=23){:target="_blank"} |
5 | | -1. [leetcode Top Interview Questions Easy](https://leetcode.com/problemset/top-interview-questions/?difficulty=Easy){:target="_blank"} |
6 | | -1. [hacker Rank Easy Level](https://www.hackerrank.com/domains/algorithms?filters%5Bdifficulty%5D%5B%5D=easy){:target="_blank"} |
| 4 | +1. [코드업 기초 100제](https://codeup.kr/problemsetsol.php?psid=23) |
| 5 | +1. [leetcode Top Interview Questions Easy](https://leetcode.com/problemset/top-interview-questions/?difficulty=Easy) |
| 6 | +1. [hacker Rank Easy Level](https://www.hackerrank.com/domains/algorithms?filters%5Bdifficulty%5D%5B%5D=easy) |
7 | 7 |
|
8 | 8 |
|
9 | 9 | ## 🌊 Greedy 뽀개기 |
10 | | -1. [해커링크 그리디](https://www.hackerrank.com/domains/algorithms?filters%5Bdifficulty%5D%5B%5D=easy&filters%5Bsubdomains%5D%5B%5D=greedy){:target="_blank"} |
11 | | -1. [백준온라인저지 그리디](https://www.acmicpc.net/problemset?search=greedy){:target="_blank"} |
12 | | -1. [코딜리티 그리디](https://app.codility.com/programmers/lessons/16-greedy_algorithms/){:target="_blank"} |
13 | | -1. [leetcode 그리디 Medium](https://leetcode.com/problemset/all/?difficulty=Medium&topicSlugs=greedy){:target="_blank"} |
| 10 | +1. [해커링크 그리디](https://www.hackerrank.com/domains/algorithms?filters%5Bdifficulty%5D%5B%5D=easy&filters%5Bsubdomains%5D%5B%5D=greedy) |
| 11 | +1. [백준온라인저지 그리디](https://www.acmicpc.net/problemset?search=greedy) |
| 12 | +1. [코딜리티 그리디](https://app.codility.com/programmers/lessons/16-greedy_algorithms/) |
| 13 | +1. [leetcode 그리디 Medium](https://leetcode.com/problemset/all/?difficulty=Medium&topicSlugs=greedy) |
14 | 14 |
|
15 | 15 |
|
16 | 16 | ## 🌊 탐색 알고리즘 (완전탐색 / BFS /DFS) 뽀개기 |
17 | | -1. [구름LEVEL BFS /DFS](https://level.goorm.io/l/official/algorithm/dfsBfs){:target="_blank"} |
18 | | -1. [코드업 DFS/BFS](https://codeup.kr/problemsetsol.php?psid=3){:target="_blank"} |
| 17 | +1. [구름LEVEL BFS /DFS](https://level.goorm.io/l/official/algorithm/dfsBfs) |
| 18 | +1. [코드업 DFS/BFS](https://codeup.kr/problemsetsol.php?psid=3) |
19 | 19 |
|
20 | 20 |
|
21 | 21 | ## 🌊 문제 풀이 |
22 | | -1. [코드업 기초 100제 문제 풀이](https://sowon-dev.github.io/tags/Codeup100/){:target="_blank"} |
23 | | -1. [리트코드 easy 레벨 문제 풀이](https://sowon-dev.github.io/tags/Leetcode/){:target="_blank"} |
| 22 | +1. [코드업 기초 100제 문제 풀이](https://sowon-dev.github.io/tags/Codeup100/) |
| 23 | +1. [리트코드 easy 레벨 문제 풀이](https://sowon-dev.github.io/tags/Leetcode/) |
0 commit comments