User Tools

Site Tools


user:rakbar:portfolio

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
user:rakbar:portfolio [2014/09/29 03:56] – [Portfolio] rakbaruser:rakbar:portfolio [2014/09/29 04:14] (current) rakbar
Line 1: Line 1:
-September 25th, 2014 (Week-05)+=====portfolio=====
  
-This week we started off talking about our second project which is Node_01.  
-We discussed about  
-        mknode - allocates new node containing value 
-        mknode - It makes a duplicate node, just by calling cpnode, it makes a duplicate.  
-        rmnode - Frees the node/ de-allocates it. All contents of the node gets reset and it gets de-allocate 
-                 it. 
- 
-Link List 
- 
-Link list insertions 
- 
-insert/append - to put something in a list 
-Insert - Inserting has to be done before 
-Append - Appending is done after. 
- 
-A small example of an insertion 
-  
-       tmp2->next = temp; 
-              tmp = start; 
-while(tmp2->next != tmp2->next); 
-              tmp = tmp->next; 
-        tmp->next = tmp2;   
  
 =====data===== =====data=====
user/rakbar/portfolio.1411962975.txt.gz · Last modified: 2014/09/29 03:56 by rakbar