User profile: karatekid

User info
User name:karatekid
History
Joined:
Number of posts:39
Latest posts:

Convert Stack Program to Queue Program
I am trying to convert a working stack Program into a queue Program. The output results of the queue...

Queue
What should the if condition be because I get an exception violation when I change the if condition?...

Queue
This program was originally for stack and now I am trying to convert it to a queue.

Queue
I can't get the program to dequeue properly. I can't get front to store next after the current front...

Big O Notation
Did I count the steps correctly? And if so how to I plot O(1),O(N),O(NlnN),O(N^3)