BST
常见例句
- For more information about the BST insert operation, see Resources.
有关 BST 插入操作的更多信息,请参阅 参考资料。 - It provides priority-based sorting, which is inherited from BST and is required by the message queue framework.
它提供从 BST 继承的基于优先级的排序,这是消息队列框架所必需的。 - It's more efficient than BST in dealing with insert and delete operations, which are used to insert and delete messages from message queues respectively.
在处理插入和删除操作(这些操作分别被用于将消息插入消息队列和从消息队列删除消息)时,它比 BST 更加有效。 返回 BST