-
Notifications
You must be signed in to change notification settings - Fork 0
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
数学结构与算法 #2
Labels
documentation
Improvements or additions to documentation
Comments
二分搜索 Binary Search在有序数组中查找特定元素
时间复杂度
|
时间空间复杂度
Big O Notation
时间复杂度
空间复杂度
|
链表 LinkedList |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
数据结构是计算机存储、组织数据的方式。算法是一系列规定的计算步骤,为了实现特定的计算目的。程序 = 数据结构 + 算法
数据结构: 程序用来储存数据的基本单位
算法: 为了实现特定目的,一系列操作数据的方式
==>
一个程序把数据存储在特定的数据结构中,并使用特定的算法进行数据的计算
数据结构和算法之间的关系密不可分:
The text was updated successfully, but these errors were encountered: