Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
๐ ๋ฌธ์ ๋งํฌ
๋จธ๋ฆฌ ํกํก
โ๏ธ ์์๋ ์๊ฐ
1์๊ฐ
โจ ์๋ ์ฝ๋
๋ฌธ์ ์์ฒด๋ ๊ต์ฅํ ๊ฐ๋จํฉ๋๋ค.
์์ผ๋ก ์์ ํ์๋ค์ด ํ๋ช ์ฉ ์ผ์ด๋์ ์์ ์ ์๊ฐ ์์์๋ ์ฌ๋์ ๋ฐฐ์ ์ด๋ฉด ๋จธ๋ฆฌ๋ฅผ ํกํก์น๊ณ , ์ด ๋จธ๋ฆฌ๋ฅผ ๋๋ฆฐ ํ์์ ์๋ฅผ ๋ฐํํ๋ฉด ๋ฉ๋๋ค.
๋ฌธ์ ๋ N(1โคNโค100,000)๋ช ์ด๊ณ , ํ์์ ๋จธ๋ฆฌ์ ์ด ์๋ 1โคstudentโค1,000,000 ๋ผ๋ ๊ฒ์ ๋๋ค.
์ํ์ผ๋ก ๋๋ฆฌ๋ฉด ์๊ฐ์ด๊ณผ๊ฐ ๋ฐ์ํฉ๋๋ค..
๊ทธ๋ฌ๋ฉด ์ด๋ป๊ฒ ์ ๊ทผํ ๊ฒ์ธ๊ฐ...
์๊ฐ์ ํด๋ดค๋๋ฐ์
์ด๋ ๊ฒ ์กฐํฉํด์ ์ฌ๋ฌ ์๋๋ฅผ ํ๋ค๋ณด๋,
์ฝ์
๋ฅผ ๊ตฌํด์ ํด๋น ์ฝ์๋ฅผ ์ ์ ํ์์ ์๋งํผ ๋๋ฆฌ๋๋ก ๊ตฌํํ์์ด์.์ฃผ์ํด์ผ ํ ๋ถ๋ถ!!
ํ์์ด ๋จธ๋ฆฌ์์ ์ด ์๋ ์ค๋ณต๋ ์ ์์ต๋๋ค.
๊ทธ๋ฆฌ๊ณ ์์ ๋นผ๊ณ ๋๋ฆฐ๋ค๋ ์ ์ ์ฃผ์ํด์ผํด์
students = [2, 2, 3, 1]
์ด๋ผ๊ณ ๋์ด ์์ผ๋ฉด students[0]์ students[1]๊ณผ students[3]์ ๋๋ฆด ์ ์์ผ๋ฏ๋ก 2๋ฒ ๋๋ฆด ์ ์์ต๋๋ค.
์์ ๋นผ๊ณ ๋๋ฆฐ๋ค -> ์ผ๋จ ๋ค ๋๋ฆฐ ํ์๋ฅผ ๊ตฌํ๊ณ ์๊ธฐ ์์ (1)์ ๋บ๋ค
๋ ๋ก์ง์ผ๋ก ๊ตฌํํ๋ ๊ฒ์ด ๋ ์ฌ์ด ๊ฒ ๊ฐ์์.
์ฝ์ ๊ตฌํ๋ ๊ณผ์ ์์ students ์์ ์์ ๊ณผ ๊ฐ์ ์ฌ๋์ด ์๋์ง
๋๋ธ์ฒดํฌ ํ๋ ์๊ฐ ๋ ์๊ฐ์ด๊ณผ๊ฐ ๋ฐ์ํ๊ธฐ ๋๋ฌธ์ ๋๋ค...
๋ค ํ๊ณ ๋๋๊น ์ฝ๋๋ ๊ฐ๋จํ๋ฐ
์๊ฐ์ด๊ณผ๋ฅผ ํ์ถํ๋๋ผ ํ๋ค์์ต๋๋ค...
๐ ์๋กญ๊ฒ ์๊ฒ๋ ๋ด์ฉ