STEVEN ARIYANTO - 2301920273
#Stack Operation
Push(x) : 从最顶端添加数据
op() : 与推送相同,但添加最后输入的数据。
Top() : 检索最顶层的数据。
#Prefix, Infix, Postfix
Infix : opd opr opd | 4 * 10.
Prefix : opr opd opd | * 4 10.
Postfix : opd opd opr | 4 10 *.
#Circular Queue : 通常在系统中使用或使用
#Deques : 是他可以左右推动,这通常由客户服务使用。
Input restricted deque : 推送仅限于一次。
Output restricted deque : 输出仅限于一个
#Priority Queue : 通常由银行使用。
Tidak ada komentar:
Posting Komentar