Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irisation23/java_algorithm
π§ .equals("CPU");
https://github.com/irisation23/java_algorithm
algorithm java programmers
Last synced: 16 days ago
JSON representation
π§ .equals("CPU");
- Host: GitHub
- URL: https://github.com/irisation23/java_algorithm
- Owner: Irisation23
- Created: 2022-10-02T12:50:40.000Z (over 2 years ago)
- Default Branch: baekjoon
- Last Pushed: 2024-12-25T08:55:00.000Z (23 days ago)
- Last Synced: 2024-12-25T09:29:41.591Z (23 days ago)
- Topics: algorithm, java, programmers
- Language: Java
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java_Algorithm
### ν΄λΉ νμ΄μ§λ μ΄λͺ¨ν°μ½μΌλ‘ 컀λ°ν©λλ€.
- π κ³΅λΆ μ€
- π μ 리 μλ£
- π μμ ## λλλΉ μ΄κ²μ΄ μ½λ© ν μ€νΈλ€ μκ³ λ¦¬μ¦ to Java
### 그리λ (Greedy)
1. [κ±°μ€λ¦λ](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/greedy/Exchange.java)
2. [ν° μμ λ²μΉ](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/greedy/LawOfLargeNumbers.java)
3. [μ«μ μΉ΄λ κ²μ](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/greedy/NumberCardGame.java)
4. [1μ΄ λ λκΉμ§](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/greedy/UntilItBecomesOne.java)***
### ꡬν (Implementation)
1. [μνμ’μ°](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/implementation/UpDownLeftRight.java)
2. [μκ°](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/implementation/Time.java)
3. [μμ€μ λμ΄νΈ](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/implementation/RoyalKnight.java)
4. [κ²μ κ°λ°](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/ndb/implementation/GameDevelopment.java)***
### DFS/BFS
1. [DFS](https://github.com/bunsung92/Java_Algorithm/tree/main/Algorithm/src/ndb/dfs)
2. [DFS](https://github.com/bunsung92/Java_Algorithm/tree/main/Algorithm/src/ndb/bfs)***
## [λ°±μ€](https://www.acmicpc.net/)
### λΈλ£¨νΈ ν¬μ€(Brute Force)
1. [μΌκ³± λμμ΄](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/baekjoon/SevenDwarf.java)
2. [μ¬ν κ²μ](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/baekjoon/CandyGame.java)
3. [λ μ§ κ³μ°](https://github.com/bunsung92/Java_Algorithm/blob/main/Algorithm/src/baekjoon/bruteforce/DateCalculation.java)***
## [programmers](https://school.programmers.co.kr/)
### [Lv. 0](https://github.com/bunsung92/Java_Algorithm/tree/programmers/Algorithm/src/programmers/lv0)
### [Lv. 1](https://github.com/bunsung92/Java_Algorithm/tree/main/Algorithm/src/programmers/lv1)
### [Lv. 2](https://github.com/bunsung92/Java_Algorithm/tree/main/Algorithm/src/programmers/lv2)