John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

Status: Tags: Links: CMPT 225 Course Outline


Software Development Process

Steps

1 - Problem Statement + Requirements

Satisfy user requirements - Choose right ADT - Best implementation of methods - Try different ADT, algorithms - Compare using Big O Notation (time efficiency) and space efficiency

3 - Implement Solution

4 - Testing Solution

components

  1. Specific Test data
    1. Expected results
    1. Actual results

Backlinks


References:

Created:: 2022-01-12 13:39


Interactive Graph