数据结构 如何判断循环队列的队空和队满?

问题描述:

数据结构 如何判断循环队列的队空和队满?

队空:first=null
队满:(last-first)mod队长=0