Submission Instructions

  1. Create an image of your completed whiteboard, matching the example whiteboard layout
    1. Copy your image into your challenge directory in your repo.
    2. Give the image file the same name as the branch you are working on
    3. Embed the image in your README.md documentation
  2. Create a pull request from your branch to the main branch
  3. In your open pull request, leave as a comment a checklist of the following specifications and tasks. Check off the actual steps that you completed.

     - [ ] Top-level README “Table of Contents” is updated
     - [ ] README for this challenge is complete
           - [ ] Summary, Description, Approach & Efficiency, Solution
           - [ ] Picture of whiteboard
           - [ ] Link to code
     - [ ] Feature tasks for this challenge are completed
     - [ ] Unit tests written and passing
           - [ ] “Happy Path” - Expected outcome
           - [ ] Expected failure
           - [ ] Edge Case (if applicable/obvious)
    
  4. Submit your completed work:
    1. Copy the link to your open pull request and paste it into the assignment submission field.
    2. Leave a description of how long this assignment took you in the comments box.
    3. Add any additional comments to your grader about your process or any difficulties you may have had with the assignment.
  5. Merge your branch into main, and delete your branch (don’t worry, the PR link will still work).