This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blog:fall2015:creid4:journal [2015/11/05 00:55] – [oct/26/2015] creid4 | blog:fall2015:creid4:journal [2015/12/08 19:59] (current) – creid4 | ||
---|---|---|---|
Line 91: | Line 91: | ||
the special things about dll and beyond is we have now added error handling to our code and restructured our base node and list structs to now include a new type UNION containing DATA, | the special things about dll and beyond is we have now added error handling to our code and restructured our base node and list structs to now include a new type UNION containing DATA, | ||
thats all for now im off the finish dll0 display because its due today. | thats all for now im off the finish dll0 display because its due today. | ||
+ | ==========================11/ | ||
+ | this week been pretty bussy trying to get my pc up and running | ||
+ | got distracted with the idea of trying to hack the oppus for an impossible grade lol. and have an incomplete understanding of this stack que thing... just submited a completly incomplete project ill continue on it for now... | ||
+ | ==========================Dec/ | ||
+ | this is a opus entery im not sure what to put so yeah... had break last week started stacks and queues. currently 2 weeks from end of course experience... not looking forward to this. | ||
+ | ==========================Dec/ | ||
+ | time is coming near the count down has begun. | ||
+ | things ive learned this week trees are a pain in the ass but supper useful | ||
+ | i finished addnode in the tree project now im trying to understand traverse. | ||
+ | the problems i had with addnode were minimal logic i used a || logic when i should have used a && causing a seg fault then i was iterating my max height check causing it to reach its limit early. |