Notice
Recent Posts
Recent Comments
- Today
- Total
01-26 19:30
Tags
- ํ๋ก๊ทธ๋๋จธ์ค
- ๋ฌธ๋ฒ
- ๋ฐฑ์๋
- ๋ฐ์ดํฐ๋ฒ ์ด์ค
- ์กธ์ ์ํ
- array
- ์ธํด
- PS
- ์๋ฐ
- database
- ๋ฒจ๋งํฌ๋
- spring
- OOP
- Algorithm
- BFS
- ์๋ฃ๊ตฌ์กฐ
- pytorch
- ๋ค์ต์คํธ๋ผ
- ๋ฐฑ์ค
- ์์์ ๋ ฌ
- java
- Graph
- tree
- leetcode
- MST
- ์๋ฐ์์ ์
- ๊ทธ๋ฆฌ๋
- CS
- dp
- ๊ตฌํ
Link
๋ชฉ๋ก๐ฅ Algorithm || ๋ฌธ์ ํ์ด/PS (109)
Partially Committed
[c++]Associate container
ํ๋ถ์์ด ๊ณต๋ถ ๊ธฐ๋ก ์ฐจ์์์ ์์ฑํ ๊ธ์ ๋๋ค. ์ธ์ ๋ ์ง์ ์ ํ์์ ๋๋ค. Associate container key - value ๋ฅผ ํตํด์ ์๋ก ๊ด๊ณ์๋ ๊ฐ์ ๋ฌถ์ด ์ ์ฅํ๋ ์ปจํ ์ด๋๋ฅผ ๋งํ๋ค. key ๊ฐ์ ํตํด์ ๊ฐ๊ฐ์ record ์ ๋น ๋ฅด๊ฒ ์ ๊ทผ์ด ๊ฐ๋ฅํ์ง๋ง specific ํ rule ์ ์ํด sorting ๋๊ธฐ ๋๋ฌธ์ insert ํ key ๊ฐ์ ์์น๋ฅผ ์ง์ ํ ์ ์๋ค. balanced binary search tree ๋ hash function ์ ์ฌ์ฉํ์ฌ ๊ตฌํ๋๋ค๊ณ ํ๋ค. std::set balanced binary tree ๋ก ๊ตฌํ๋์ด ์๋ ์ ๋ ฌ๋ ์งํฉ์ ํฌํจํ๋ associate container ์ด๋ค. ์ค๋ณต๋๋ ์์๋ฅผ ํ์ฉํ์ง ์๋๋ค. ์ค๋ฆ์ฐจ์์ผ๋ก ์ ๋ ฌ๋ ์์น์ ์์๋ฅผ ์ฝ์ ํ๊ธฐ ๋๋ฌธ์ ..
๐ฅ Algorithm || ๋ฌธ์ ํ์ด/PS
2022. 6. 25. 23:09