StaQue
6.5 MB
文件大小
Android 4.4+
Android OS
关于StaQue
一个简单的应用程序来演示堆栈,队列和循环队列操作
A simple App to demonstrate Stack,Queue and Circular Queue operations.
The basic Operations on Stack are pop and push.The pop operation is used to add an element to the Stack.The push operation is used to remove an element from Stack.It follows LIFO principle
The basic Operations on Queue are insert and delete.The insert operation is used to add an element to the Queue.The delete operation is used to remove an element from Queue.It follows FIFO principle
The basic Operations on Circular Queue are insert and delete.The insert operation is used to add an element to the Circular Queue.The delete operation is used to remove an element from Circular Queue.It follows FIFO
The difference between Queue and Circular Queue is,last position is connected back to the first position to make a circle.
最新版本1.0的更新日志
StaQue APK信息
StaQue历史版本
StaQue 1.0
在APKPure上极速安全下载应用
一键安装安卓XAPK/APK文件!