Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DataStructure] 해시 테이블 #7

Open
jhw296 opened this issue Oct 26, 2024 · 2 comments
Open

[DataStructure] 해시 테이블 #7

jhw296 opened this issue Oct 26, 2024 · 2 comments

Comments

@jhw296
Copy link
Member

jhw296 commented Oct 26, 2024

Q. 해시 충돌이 발생할 때 체이닝 방식과 개방 주소법을 비교하고, 각각의 장단점을 설명해 주세요.

[hint] 충돌 해결 방식 / 체이닝 vs 개방 주소법
[keyword] 충돌 / 체이닝 / 개방 주소법

@jhw296 jhw296 changed the title [대주제명] 소주제명 [DataStructure] 해시 테이블 Oct 26, 2024
@J-yun-ji
Copy link
Member

Q. 좋은 해시 함수의 특징은 무엇인가요?

[hint] 최소화 / 효율
[keyword] 충돌 / 해시 테이블 / 최소화

@TofuMango
Copy link
Member

Q. 해시 테이블을 사용하는 이유는 무엇인가요?
또한, 해시 테이블의 탐색 성능이 최악의 경우 얼마까지 떨어질 수 있는지 시간 복잡도를 알려주세요.

[hint] 최악의 상황 : n개의 데이터에 대해 모든 데이터가 충돌하는 경우
[keyword] 속도

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants