BST
常見(jiàn)例句
- For more information about the BST insert operation, see Resources.
有關(guān) BST 插入操作的更多信息,請(qǐng)參閱 參考資料。 - It provides priority-based sorting, which is inherited from BST and is required by the message queue framework.
它提供從 BST 繼承的基于優(yōu)先級(jí)的排序,這是消息隊(duì)列框架所必需的。 - 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.
在處理插入和刪除操作(這些操作分別被用于將消息插入消息隊(duì)列和從消息隊(duì)列刪除消息)時(shí),它比 BST 更加有效。 返回 BST