Skip to content

Commit

Permalink
Initial version of new AVL Lab.
Browse files Browse the repository at this point in the history
NOTE: The *.html files still need to be generated!
1) Moves Makefile-pizza and AVL worksheet to the in-lab.
2) Removes "path links followed" assignment from in-lab.
3) Alters postlab to require students to submit
	a) Binary search tree
	b) AVL tree
	c) A writeup containing a runtime comparison of both.
  • Loading branch information
smasher164 committed Feb 16, 2018
1 parent eae5b2b commit 1aed68f
Show file tree
Hide file tree
Showing 30 changed files with 336 additions and 2,219 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*~
.~lock*
.DS_Store
Binary file modified labs/lab05/code.zip
Binary file not shown.
37 changes: 0 additions & 37 deletions labs/lab05/code/inlab/Makefile

This file was deleted.

51 changes: 0 additions & 51 deletions labs/lab05/code/inlab/Makefile.html

This file was deleted.

19 changes: 0 additions & 19 deletions labs/lab05/code/inlab/avlnode.h

This file was deleted.

33 changes: 0 additions & 33 deletions labs/lab05/code/inlab/avlnode.h.html

This file was deleted.

Loading

0 comments on commit 1aed68f

Please sign in to comment.