Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    Join Date
    Feb 2005
    Location
    Germany
    Posts
    135

    Stack and Queue (ADT) Plugin

    With this plugin you can create a stack or a queue and insert or remove values from it.

    Copy the content of the zip-file into ..\Plugins\Actions.

    After activation you can use the following functions:

    -> Stack.Create()
    -> Stack.GetSize()
    -> Stack.isEmpty()
    -> Stack.Peek()
    -> Stack.Pop()
    -> Stack.Push()

    -> Queue.Create()
    -> Queue.GetSize()
    -> Queue.isEmpty()
    -> Queue.Peek()
    -> Queue.Pop()
    -> Queue.Push()

    have fun by using this plugin
    Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts