FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Algorithm/efficientAlgorithms at master · shellteo/Algorithm · GitHub
shellteo
/
Algorithm
Public
forked from
OneCodeMonkey/Algorithm
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Algorithm
/
efficientAlgorithms
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
Algorithm
/
efficientAlgorithms
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
readme.md
readme.md
readme.md
高效算法探源系列
算法名
原型
备注
Sqrt(x)
1.double Sqrt(double x);
2.int Sqrt(int x);
第一种原型是精确的开方,第二种原型是只保留整数部分的开放,一般我们开方的需求大体就会用到这两种形式。
Back
|
FazBrowse Home
|
New Git URL