You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
lee 1600d27abf correction: namings 4 years ago
..
README.md correction: namings 4 years ago

README.md

Quadrangle Checker

Try running the program: "./quadA 3 3 | ./quadchecker"
[quadA] [3] [3]
Does the program returns the value above?
Try running the program: "./quadB 3 3 | ./quadchecker"
[quadB] [3] [3]
Does the program returns the value above?
Try running the program: "./quadC 1 1 | ./quadchecker"
[quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1]
Does the program returns the value above?
Try running the program: "./quadE 1 2 | ./quadchecker"
[quadC] [1] [2] || [quadE] [1] [2]
Does the program returns the value above?
Try running the program: "./quadE 2 1 | ./quadchecker"
[quadD] [2] [1] || [quadE] [2] [1]
Does the program returns the value above?
Try running the program: "./quadC 2 1 | ./quadchecker"
[quadC] [2] [1]
Does the program returns the value above?
Try running the program: "./quadD 1 2 | ./quadchecker"
[quadD] [1] [2]
Does the program returns the value above?
Try running the program: "./quadE 1 1 | ./quadchecker"
[quadC] [1] [1] || [quadD] [1] [1] || [quadE] [1] [1]
Does the program returns the value above?
Try running the program: "echo 0 0 | ./quadchecker"
Not a Raid function
Does the program returns the value above?