======Data Structures Journal====== (Get and Set Positions) 10-7-14 int pos = getpos(mylist,tmp); node *tmp2; tmp2 = setpos(mylist, pos-1); tmp2 -> next = tmp -> next; (*tmp) -> next = NULL; mylist -> aty --/ return(mylist); ====10-23-2014==== Was given a few lines of code, which we were given the challenge to draw a picture of what the output should be. ====10-30-2014==== Was given a in-class test/assessment project to see what we have learned through the previous weeks, nothing to major. ====11-4-2014==== Went over stacks and linked lists. Main thing we had learned was what a stack is, which is just a form a linked list. ====11-18-2014==== Today was the first time we had talked about trees, along with the different types of trees. Also having another project given to us designed to test our abilities on using a tree.