Tags
- mysql
- spring ๊ตฌ๊ธ ์์ ๋ก๊ทธ์ธ
- Java
- RP 2๊ธฐ
- Quick Sort
- spring ์์ ๋ก๊ทธ์ธ
- node js
- OpenAPI
- ๊ตฌ๊ธ ์์ ๋ก๊ทธ์ธ
- docker
- Spring
- MAKE US
- SQL
- ์์คํ ์ํํธ์จ์ด
- Rp2๊ธฐ
- C++
- ๋ฆฌ๋ ์ค ๋ช ๋ น์ด
- Data Structure
- merge sort
- datagrip
- SSL
- Unity
- DATABASE
- @CreatedDate
- spring์ผ๋ก https ์ ์ฉ
- aligoapi
- GIT
- ํจ์คํธ์บ ํผ์คX์ผ๋์
- java error
- MethodArgumentNotValidException
๋ชฉ๋กinsertion sort (1)
YS's develop story
๋ฒ๋ธ ์ ๋ ฌ, ์ ํ ์ ๋ ฌ, ์ฝ์
์ ๋ ฌ ์ ๋ฆฌ
๐ฉ๐ป ๋ฒ๋ธ ์ ๋ ฌ, ์ ํ ์ ๋ ฌ, ์ฝ์ ์ ๋ ฌ ์ ๋ฆฌ with Python ๐ฅ ๋ฒ๋ธ ์ ๋ ฌ ๋ฒ๋ธ ์ ๋ ฌ์ด๋? ์ธ์ ํ ๋ ๋ฐ์ดํฐ๋ฅผ ๋น๊ตํด์ ์์ ์๋ ๋ฐ์ดํฐ๊ฐ ๋ค์ ์๋ ๋ฐ์ดํฐ๋ณด๋ค ํฌ๋ฉด, ์๋ฆฌ๋ฅผ ๋ฐ๊พธ๋ ์๊ณ ๋ฆฌ์ฆ์ ๋๋ค. Python ์ฝ๋ def bubbleSort(list): swaped = False for index in range(len(list) - 1): for index2 in range(len(list) - index - 1): if list[index2] > list[index2 + 1]: list[index2], list[index2 + 1] = list[index2 + 1], list[index2] swaped = True if swaped == False: break return list ์๊ฐ ๋ณต..
Algorithm
2021. 7. 29. 14:21