Skip to content

jav-solo/swift-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift Stack

This is a repo for my example implementation of a Stack data structure in Swift

Data structure includes the following methods

  • push(item: T)
  • pop()
  • top()

For adding, removing, and reading the Stack respectively

About

Stack implementation in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages