快乐学习
首页
归档
友链
推荐
springboot
Linux
二分查找
文章
75
标签
39
评论
24
首页
归档
友链
推荐
springboot
Linux
PAT 1010 Radix (25分) radix取值无限制,二分法提高效率
发布于 2020-05-18
|
更新于 3 年前
C/C++
PAT
数据结构与算法
|
二分查找
Algorithm
PAT
C++
0
评论
Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is yes, if 6 is a decimal number and 110 is a binary number.
1