struct node { int data ; struct node * next; }; struct node * MyNodePtr;you may write
struct node { int data ; node * next; } node * MyNodePtr;
Define (F < G) for nodes F and G to hold iff (F.data < G.data)This should be done only to clarify, never to obscure, the presentation. If you have any questions about whether a definition or abbreviation is okay to include check with the TA.