Skip to content

nianhua110/CodingInterviews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#链接

牛客OJ:数字在排序数组中出现的次数

九度OJ:http://ac.jobdu.com/problem.php?pid=1349

GitHub代码: 038-数字在排序数组中出现的次数

CSDN题解:剑指Offer--038-数字在排序数组中出现的次数

| 牛客OJ | 九度OJ | CSDN题解 | GitHub代码 | | ------------- |:-------------:| -----:| |038-数字在排序数组中出现的次数 | 1505-数字在排序数组中出现的次数 | 剑指Offer--038-数字在排序数组中出现的次数 | 038-数字在排序数组中出现的次数 |

#题意

题目描述

统计一个数字在排序数组中出现的次数。

About

剑指Offer——名企面试官精讲典型编程题

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • C 0.8%