| Name | Value |
|---|---|
| Course | CSCI111 - CS1: Foundations of Computer Science |
| Section | 3 |
| Semester | Fall 2020 |
| Student | A Student |
| Mav Username | astudent |
| GitHub Username | gituser123 |
| Repository | https://github.com/rambasnet/csci000-astudent |
| Name | Value |
|---|---|
| Name | Egypt |
| Description | egypt problem on Kattis |
| Due Date | 1-Feb-2020 |
| Status | Complete |
| Location | https://github.com/rambasnet/csci000-astudent/tree/master/assignments/cpp/egypt |
| Self Grade | 80/100 |
| Notes | completed the solution; couldn't write test cases |
| Name | Value |
|---|---|
| Name | Hello World |
| Description | A basic hello world program |
| Due Date | 1-Jan-20 |
| Status | Done |
| Location | https://github.com/rambasnet/csci000-astudent/tree/master/python/hello |
| Self Grade | 100/100 |
| Notes | completed all the requirements and tested program many times; solution accepted by kattis; screenshot found in the same location |
| Name | Value |
|---|---|
| Name | 2 - Functions and Unittest Lab |
| Description | Lab covering standard input and output |
| Due Date | 10-Jan-20 |
| Status | complete |
| Location | https://github.com/rambasnet/csci000-astudent/tree/master/labs/cpp/stdio |
| Self Grade | 100/100 |
| Notes | typed the given code stub; fixed all the fixmes; learned about stdio |
| Name | Value |
|---|---|
| Name | 1 - Std IO Lab |
| Description | Lab covering standard input and output |
| Due Date | 10-Jan-20 |
| Status | complete |
| Location | https://github.com/rambasnet/csci000-astudent/tree/master/labs/cpp/stdio |
| Self Grade | 100/100 |
| Notes | fixed all the fixmes; learned about stdio; stdio is the fundamental building blocks in coding |