Skip to content

Commit

Permalink
pa6 script
Browse files Browse the repository at this point in the history
  • Loading branch information
houi-lin committed Feb 22, 2021
1 parent 0a36b4c commit f3e928d
Show file tree
Hide file tree
Showing 11 changed files with 488,963 additions and 97,842 deletions.
268 changes: 166 additions & 102 deletions pa6/ModelDictionaryTest.c

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pa6/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cse101-pt.w21/pa6

The following is a set of performance tests to run on your Lex program. It
takes five example input files and compares your results to our correct model
The following is a set of performance tests to run on your Order program. It
takes three example input files and compares your results to our correct model
outputs. We have made this available to you to check your work before making
your final submission.

Expand Down
39 changes: 39 additions & 0 deletions pa6/model-outfile1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
******************************************************
PRE-ORDER:
******************************************************
seven
four
eleven
eight
five
one
nine
three
six
ten
two
twelve


******************************************************
IN-ORDER:
******************************************************
eight
eleven
five
Expand All @@ -10,3 +30,22 @@ ten
three
twelve
two


******************************************************
POST-ORDER:
******************************************************
eight
five
eleven
nine
one
four
ten
six
twelve
two
three
seven


Loading

0 comments on commit f3e928d

Please sign in to comment.