diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-04 16:41:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-04 16:41:24 -0600 |
| commit | 5d6de54af0d7a4ab08b95636408a492eb8a0c57f (patch) | |
| tree | c6c703a905ef71c92fa7252d8872404019e5dbdc | |
| parent | b8461ad82f21c7349ef90d7b703721f01f9a2174 (diff) | |
Start program profile for 2a
| -rw-r--r-- | doc/assignments/template.md | 10 | ||||
| -rw-r--r-- | src/01/02a/README.md | 10 |
2 files changed, 15 insertions, 5 deletions
diff --git a/doc/assignments/template.md b/doc/assignments/template.md index 883dbcf..5f02d45 100644 --- a/doc/assignments/template.md +++ b/doc/assignments/template.md @@ -3,8 +3,8 @@ Name: Mo Khan Student ID: 3431709 -1. Problem Statement: -2. Description of the Code: -3. Errors and Warnings: -4. Sample Input and Output: -5. Discussion: +## Problem Statement +## Description of the Code +## Errors and Warnings +## Sample Input and Output +## Discussion diff --git a/src/01/02a/README.md b/src/01/02a/README.md new file mode 100644 index 0000000..894c9eb --- /dev/null +++ b/src/01/02a/README.md @@ -0,0 +1,10 @@ +# Learning Profile for Assignment #1 - Question #2a - Computer Science 272: Data Structures and Algorithms + +Name: Mo Khan +Student ID: 3431709 + +## Problem Statement +## Description of the Code +## Errors and Warnings +## Sample Input and Output +## Discussion |
