CISC4080, Computer Algorithms,
Lab 0

     

Home

Schedule

Assignments

 

Overview:

  1. Configure programming environment
  2. Practice submitting codes

Instructions: (Please follow the following steps to finish this lab)

  1. Log on to storm. If you don't have an account or if you forget your ID or password, please email the instructor at xzhang AT fordham.edu for help (before continuing on).
  2. Run the following command from storm
    	  ~zhang/bin/config4080 
    	  
  3. Use your preferred text editor (vi or emacs) to write down your answers to the following survey questions in a file named AboutMe.txt
    • Your name, class (sophormore, junior or senior)
    • Relevant CS courses (e.g., data structure, Discrete Structure II or other math courses)
    • What's your familarity with C++ STL classes? (see the Containers part:queue, stack, vector, etc).
  4. Use the following command to submit the above file:
    	  submit4080 LAB0 AboutMe.txt
    		  
  5. Use the following command to verify your submission:
    	 verify4080 LAB0 AboutMe.txt
    		 

What to submit: See above.