-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.TXT
More file actions
30 lines (16 loc) · 737 Bytes
/
README.TXT
File metadata and controls
30 lines (16 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Maze Lab
# Purpose
"In this lab you will use the power of a stack and a queue to explore
and find your way through a maze. The purpose of this lab is to:
* Have you implement a Stack and a Queue,
* Build a simple linked list of nodes,
* Use your stack and queue to solve a maze,
* Explore the differences between the two solution strategies."
# Requirements
* Complete the [CSCI 151 - Stacks and Queues Simply A-Maze-ing! lab](https://www.cs.oberlin.edu/~rhoyle/16s-cs151/lab03/index.html) from Oberlin.
# Extensions
* Try the bonus mazes.
* Add more awesome.
# Submission
* Submit a link to your GitHub repository with this assignment.
https://docs.google.com/document/d/1yyK-j2E9dCznOvJzKP08mHxkExLh9Vm0YZPUYUKvtIM/edit