User Tools

Site Tools


blog:fall2015:creid4:journal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:fall2015:creid4:journal [2015/09/29 19:36] – [sep/29/2015] creid4blog: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/data/sll0/unit/list/vector.c check in src/data/sll0/unit/list/vector.c
-begin code block{+<code c>
 #include        <stdio.h> #include        <stdio.h>
 #include        "node.h" #include        "node.h"
Line 83: Line 83:
         // do stuff         // do stuff
 }       // return vList }       // return vList
-} +</code> 
- +====================oct/26/2015=================== 
 +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/4/2015=============================== 
 +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,VALUE,OTHER also the list struct now has a node linking to prior or a previus node in the list. this allows us to now move forward and backwards in the list with more freedom. 
 +thats all for now im off the finish dll0 display because its due today. 
 +==========================11/18/2015============================ 
 +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/1/2015============================ 
 +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/8/2015============================ 
 +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.
blog/fall2015/creid4/journal.1443555390.txt.gz · Last modified: 2015/09/29 19:36 by creid4