shasha(amy) liu
ph.d. student
department of computer science
university of georiga
teaching
- CSCI(MATH)6670/4670 Combinatorics -- Fall 2009
- CSCI1100 Introduction to Personal Computing -- Fall 2009
- CSCI6490/4490 Algorithms for Computational Biology -- Spring 2010
- CSCI1210 Computer Modeling -- Spring and Fall 2010
| Course Page: | CSCI(MATH)6670/4670 |
|---|---|
| Office Hours: | 5:00 ~ 6:00 pm, Monday |
| Course Page: | CSCI1100 |
|---|---|
| Lab Session: | 12:30 ~ 1:20 pm, Tuesday and Thursday |
| Other Info: | All the materials used in this class are available at eLearning Commons |
| Course Page: | CSCI6490/4490 |
|---|---|
| Office/Lab Hours: | 9:30 ~ 11:30 am, Friday |
| Freq Q&A: | Q & A |
| Hw 1: | hw1-1tc hw1-2tc |
| Hw 2: | hw2tc |
| Hw 3: | hw3tc |
| Hw 4: | hw4matrix hw4seq |
| Course Page: | CSCI1210 |
|---|---|
| Office/Lab Hours: | 1:00 ~ 3:00 pm, Tuesday ~ Thursday |
| Other Info: | All the materials used in this class are available at eLearning Commons |
csci6490/4490 frequent question & answer
- How to submit the homework? Please submit your homework onto the CS server 'Odin'(odin.cs.uga.edu). Tool for ssh provided by UGA: Secure ssh For every Hw'X'(where X = 0, 1, 2,...), please create a folder and name it as follows:
- How to demo your code? During my office hour, please come to my office to show that your program can work (documented, compilable, executable, generating desired outputs) on your own laptop. If you are not willing to demo in person, please make sure that your program can work on 'Odin' through command line. What is more, please provide the corresponding make file if there is a one, and the detailed instruction of how to compile and excute the program in a 'README' file. Only the version that you submit on 'Odin' can be used in the demostration.
x490_HwX
All the files that you need to submit should be in this folder.
When you are ready to submit the homework, type the following command from the parent folder:
submit x490_HwX csx490
Example: if you are submitting Hw3, please create a folder named "x490_Hw3", copy all your homework files into this folder, and go upward to its parent folder, run:
submit x490_Hw3 csx490
