Skip to content

CSE-UNR/CS333-hw1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

Homework 1

Not 302 again!

Project Goals

The goal of this project is to:

  1. allow students to explore using the Python programming language
  2. review basic Object Oriented Principles
  3. explore applying basic unit testing approaches

Program

Create a Python package of data structures.

Package Requirements

Your package should include a List, a Queue, and a Stack data structure. A main driver is not necessary.

  • Implement the standard functions for each abstract data type
  • Implement these from scratch; do not use existing Python library functions or data structures.
  • Do not copy/paste code from any outside source.

Testing Requirements

Create a suite of unit tests for your package which provides maximum coverage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published