Homework 1

CS 206 - Introduction to Data Structures

Assignment 1 - due Thursday Jan 30 11:59PM

Assignment 1 - due Friday Jan 31 11:59PM

This assignment will take the work that you did in Lab 1, make it adhere to the class style guidelines, and electronically submit it. The class style guidelines are in https://cs.brynmawr.edu/cs206/style.html

Your submission will be handed in using the submit script, as described below.

If you write your program on computers other than those in the lab, be aware that your program will be graded based on how it runs on the department’s Linux server, not how it runs on your computer.

The submission should include the following items:

1. README:
There must be a plain text file called README. This file should follow the format of this sample README
For this assignment, you can skip the sections on how to compile and how to run.

Probably the easiest way to create the readme file is to make it within Visual Studio Code. Do the same thing you do to create code files, but name the file "README.txt", then write text into it.

2. Source files:
All source files, there should be 3. (HelloWorld.java, EchoCount.java and Fibonacci.java) Again, make sure that these files conform to the style guidelines.
3. Data files used:
If you are using standard class datafiles, do NOT include them
DO NOT INCLUDE:
Data files that are read from the class site. Do include any of your own data files.

The following steps for submission assume you are using Visual Studio Code, and that you created a folder named Lab1 in the directory /home/YOU/cs206/

  1. Makesure that the README file is in the Lab1 directory. Assuming that you following the lab's directions this is: /home/YOU/cs206/Lab1
  2. In a command window, Go to the directory /home/YOU/cs206
  3. Enter submit -c 206 -p 1 -d Lab1

    For more on using the submit script click here