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

[개념정리]시간 복잡도 정리 #10

Open
YubinShin opened this issue Dec 12, 2023 · 0 comments
Open

[개념정리]시간 복잡도 정리 #10

YubinShin opened this issue Dec 12, 2023 · 0 comments

Comments

@YubinShin
Copy link
Owner

정렬알고리즘 시간복잡도 (최악의 경우)
투포인터 O(n)
슬라이딩윈도우 O(n)
버블 O(n²)
선택 O(n²)
삽입 O(n²)
O(n²)
병합 O(n log n)
기수 O(nk)
@YubinShin YubinShin changed the title [개념 정리]시간 복잡도 정리 [개념정리]시간 복잡도 정리 Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant