Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_Stack

An implementation of a Stack in python

Has two implemenetation

  • One uses a linked list to create the stack
  • the other uses a simple array to create the stack

About

An implementation of a Stack in python

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages