Skip to content

Brijeshrpatel9/Implementation-of-Stack-in-Java-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Implementation-of-Stack-in-Java-

This repository contains implementation of Stack using 2 techniques.

  1. Implementation of Stack using Array -- StackArray.java
  2. Implementation of Stack using Linked List -- StackLinkedList.java

To know more about Stack visit the following link: http://en.wikipedia.org/wiki/Stack_(abstract_data_type)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages