Implementation of Stack using Linked List
  Implementation of Stack using Linked List
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,024
  • Categories: 572

Java Tutorials : Implementation of Stack using Linked List

This example shows how to implement the stack data structure using singly linked list.
The Stack has following functions:
push(Object) - used to insert the element into the stack.
pop() - returns the top element from the stack.
isEmpty() - checks whether stack is empty or not.
makeEmpty() - makes the empty stack.
size()- returns the size of the stack.
Implementation of Stack using Linked List  tutorial
    View Tutorial

Detailed Information

     Tutorial: Implementation of Stack using Linked List
     Date Listed: 2010-10-14
     Submitted By: jeganathan
     Total Hits: 1835
     Rating Tutorial Rating 2.88Tutorial Rating 2.88Tutorial Rating 2.88Tutorial Rating 2.88Tutorial Rating 2.88 (25 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap