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

算法 | 枫珞的小屋 #17

Open
fengluo2 opened this issue May 31, 2023 · 0 comments
Open

算法 | 枫珞的小屋 #17

fengluo2 opened this issue May 31, 2023 · 0 comments

Comments

@fengluo2
Copy link
Owner

https://fengluo2.github.io/2023/05/28/suan-fa-bi-ji/

查找算法 查找算法 (平均)时间复杂度 空间复杂度 条件 顺序查找 $$O(n)$$ $$O(1)$$ 二分查找 $$O(log_2n)$$ $$O(1)$$ 有序 插值查找 $$O(log_2(log_2n))$$ $$O(1)$$ 有序 斐波拉契查找 $$O(log_2n)$$ $$O(n)$$ 有序 分块查找 $$O(log_2n)\sim O(n)$$ $$O(

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