Changes

Jump to: navigation, search

OPS435 Assignment 1 for Section C

76 bytes added, 15:11, 9 October 2020
The First Milestone (due October 19)
* Before you begin programming, it is important to plan your algorithm. Therefore your first task will be to complete and submit an algorithm document. This document should be named '''algorithm.txt'''. This file should be plaintext and located in your GitHub repository. The document will contain two sections:
* A description of how you plan to implement the "percent_to_graph()" function. This explanation should be line-by-line. You will be graded based on your attention to detail.
* A description of how you plan to implement the required output overall. Consider the input you are working with, and consider the output you need to present. Break the problem down into smaller problems, and consider any issues you might encounter. You will be graded on evidence that you have considered the task, but not on "getting it right the first time." * A brief description of the additional features you'd like to implement.
* Once you have completed this file, add it to your GitHub repository. Use <code>git add algorithm.txt</code>, then <code>git commit -m "added algorithm.txt"</code> and <code>git push</code>.

Navigation menu