This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blog:fall2015:creid4:journal [2015/09/29 19:36] – [sep/29/2015] creid4 | blog:fall2015:creid4:journal [2015/12/08 19:59] (current) – creid4 | ||
---|---|---|---|
Line 26: | Line 26: | ||
here is an example for later reference *note* this is not perfect. | here is an example for later reference *note* this is not perfect. | ||
check in src/ | check in src/ | ||
- | begin code block{ | + | <code c> |
# | # | ||
# | # | ||
Line 83: | Line 83: | ||
// do stuff | // do stuff | ||
} // return vList | } // return vList | ||
- | } | + | </ |
- | + | ====================oct/ | |
+ | experiencing multiple levels of burnout but i have finally reach a crest in this part of the code were i can see new horizons. unfortunately this also reveals the upcoming storm. | ||
+ | i feel good though today code sll3 will be submitted early even though sll2 is broken ill eventually revisit it. | ||
+ | ====================nov/ | ||
+ | been really busy working one these newer projects in the doubly linked list section ive finished the dln0 doubly linked nodes. and it was way more thought then i had imagined. i thought i wasn't getting any rest earlier ....anyways | ||
+ | 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. | ||
+ | ==========================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. |