You are on page 1of 1

CSCE

156 Lab Stacks & Queues


Worksheet

Name _________________________________

Activities

1. Demonstrate that your Stack implementation and Postfix evaluator programs work by showing
it to the lab instructor and using it to evaluate the following expressions.

Expression Result
3 4 + 2 * 7 /
5 7 + 6 2 - *
4 2 3 5 1 - + * +
4 5 7 2 + - *


Lab Instructor Signature____________________________________


2. Demonstrate that your Queue implementation and file reader program works by showing it to
the lab instructor.

Lab Instructor Signature____________________________________

3. Demonstrate your working JSON validator to a lab instructor. Which of the JSON data files are
malformed?






Lab Instructor Signature____________________________________

4. Advanced Activity (optional): Describe your idea for what to do with the Tweets.

You might also like