Skip to content

lightopen/stack_in_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

stack_in_python

create stack class by python 利用python实现栈类的数据结构 遵循先入后出(filo)原则,默认容量为4 实现的方法有: top clear() count() full() empty() push(value) pop() -> value 以及迭代

About

create stack class by python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages