Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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");

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)