类似于 stdlib bsearch 的东西,立即返回较小的元素

发布于 2024-10-03 04:32:59 字数 115 浏览 9 评论 0原文

是否有类似于内置的 bsearch 的东西,如果相同的元素不存在,则返回立即较小的元素,并且仅当该元素已经小于所有其他元素时才返回 NULL。这将要求用户检查返回值的键是否与函数参数相同,但它本身就非常有用。 谢谢。

Is there something similar to bsearch built in, that returns the immediately smaller element if the same element is not present and NULL only if the element is already smaller than all other elements. This would require the user to check if the return value's key is same as the function argument, but it would be very useful in its own right.
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

披肩女神 2024-10-10 04:32:59

它并不以你想要的方式存在。您需要实施它。

It doesn't exist the way you want it. You would need to implement it.

梦言归人 2024-10-10 04:32:59

据我所知,标准库中没有这样的函数。但自己完成这项工作或找到图书馆应该不会太难。

As far as I can say there is no such function in the standard library. But it should not be to hard to do this on your own or find a library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文