Skip to content

johnatasr/Python-Challenge-Queues-Stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Challenge Queue/ Stack

GitHub last commit

Another way to implements Queues and Stacks, in this way is not used built-ins or the methods of them and the size of wich one is static, all to simulate better a array and the implementations of data structure in Queues and Stacks.

Prerequisites

  • Docker
  • Python 3.6~8

Getting Started

If you want to run in Docker

Steps to build and run project:

  1. cd to root of project
  2. docker build -t python-challenge .
  3. docker run python-challenge python -m unittest tests.py

Or in terminal way

  1. cd to root of project
  2. pip install -r "requirements.txt"
  3. python -m unittest tests.py

About

Another way to implements Queues and Stacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published