Skip to content

NCTU-CSE-Introduction-to-Algorithms/assignment-3-announcement-and-discussion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

assignment-3-announcement-and-discussion

Repo for assignment 3 announcement and discussion.

Filename format

As we have only one program in this assignment, please name you file as:

  • Prog.c (for using C)
  • Prog.cpp (for using C++)

Commit requirement

Please at least commit each program for two commits, don't do them all in a single commit.

Input / Output

We use standart input(stdin) and standard output(stdout) as the input and output of the programs, not files.

The inputs will be multiple numbers that be seperated by space, tab or newline character, and end with a x alphabet, there will be at most 10000 inputs.

Here is an example of the input: -2 1 -3 4 -1 2 1 -5 4 x

The corresponding output should be: 6

Q & A

Please open issue here: https://github.com/NCTU-CSE-Introduction-to-Algorithms/assignment-3-announcement-and-discussion/issues for your questions, TAs will do the best to answer your question or disscuss with you.

Notes

Please "Watch" this repository to get the latest disscussion or annocement about the programming assignment 3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published