“贾里德”怎么样?大于“布列塔尼”?

发布于 2024-11-06 06:12:23 字数 219 浏览 0 评论 0原文

我查了一下书,没有解释。它告诉我什么是二叉搜索树,并且它决定使用字符串。

         Jared
        /     \
 Brittany      Megan
 /      \        /   \
Brett  Doug     Jim  Whitney

所以据推测,一个节点大于其左子树,小于其右子树。贾里德比布列塔尼强在哪里?

I'm looking in my book, and it doesn't explain it. Its telling me what a binary search tree is and it decided to use strings.

         Jared
        /     \
 Brittany      Megan
 /      \        /   \
Brett  Doug     Jim  Whitney

So supposedly, a node is greater than its left subtree and lesser than its right subtree. How is Jared greater than Brittany?

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

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

发布评论

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

评论(2

守不住的情 2024-11-13 06:12:23

在字典中,“Jared”一词出现在“Brittany”之后。

In a dictionary, the word "Jared" would come after "Brittany".

http://en.wikipedia.org/wiki/Lexicographical_order

浮世清欢 2024-11-13 06:12:23

使用默认的字符串比较规则,具有较大整数代码的字符使字符串“更大”,即“J”>“J”。 'B'。然而现实生活中有很多细微差别:)

Using default string comparison rules, characters with larger integer codes makes string "larger" i.e. 'J' > 'B'. However there is lot of nuances in real life :)

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