์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- fibonacci
- ์ปฌ๋ ์ ํ๋ ์์ํฌ
- java
- Publishing
- ๊ฑฐ๋ญ์ ๊ณฑ
- ๋ถํธ์บ ํ
- ๊นํ๋ธ
- ์๊ณ ๋ฆฌ์ฆ
- ๊ทธ๋ฆฌ๋
- CLI๋ช ๋ น์ด
- ํ์ดํ๋ก๊ทธ๋๋ฐ
- ๋ฐฑ์ค์๊ณ ๋ฆฌ์ฆ
- ํ๊ณ
- Spring Security
- spring data jpa
- ๊ณ์ฐ๊ธฐ๋ง๋ค๊ธฐ
- HTML
- FilterChain
- ๋ฌธ์์ด๋ค์ง๊ธฐ
- Spring Data JDBC
- ์ ๋ค๋ฆญ์ค
- ๋ฐ์ผ๋ฆฌ์ฝ๋ฉ
- ๋ฐฑ์๋
- ์๋ฐ
- ์๋ฃ๊ตฌ์กฐ
- testing
- ์ธํ ๋ฆฌ์ ์ด
- CSS
- ์คํ๋ง
- ์ฒซ๊ธ์๋๋ฌธ์
Archives
- Today
- Total
๋ชฉ๋กPOWER (1)
๋์ ๋ชจ์
[DailyCoding] 25 | power
โ๏ธ Description Return power input two numbers input base: int (base >= 2) exponent: int (exponent >= 0) output return long return rest of divided by 94,906,249 of the actual calculation results caution Avoid using Math.pow, power operators Time Complexity O(logN) example of in/output ong output = power(3, 40); System.out.println(output); // --> 19334827 ๐ TIL Power: Multiply the same number mult..
SEB/Daily Coding
2022. 8. 26. 10:57