mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
🌱 add ThreadBiTree
This commit is contained in:
@@ -62,7 +62,7 @@ bool GetHead(LinkQueue Q, int &x) {
|
||||
}
|
||||
|
||||
bool QueueEmpty(LinkQueue Q) {
|
||||
return Q.front==Q.rear? true: false;
|
||||
return Q.front == Q.rear ? true : false;
|
||||
}
|
||||
/**实现模块**/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user