Skip to content

Xcode09/Stack-in-swift-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Stack-in-swift-4

Stack is a Data structure to contain the elements in Last in first out principle .its means that you can only insert in one direction and also removed the element form one direction.stack have two operations one is push and second is pop.you can push the element in top and also pop the element form the top.

About

Stack in swift 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages