The Programming Project: collection framework
Showing posts with label collection framework. Show all posts
Showing posts with label collection framework. Show all posts

Friday, April 11, 2014

Sorting using Stacks

This program implements the Collection Framework classes Stack a subclass of class Vector to sort a intial array using two stacks and their standard operations viz., push(), pop(), peek() and empty().