File KAL_PD_1.c
#include <stdio.h> #include <string.h> #include<stdlib.h> // <<< you need to add comments on whatthese are and how they // <<< are used #define MaxWordSize20 #define FILENAME “btree.in” // <<< what are these 3typedefs? what do they contain?? how are they used?? //<<< why is “word” set to MaxWorkSize+1? typedef struct {char word[MaxWordSize+1]; } NodeData; typedef struct treeNode {NodeData data; struct treeNode *left, *right, *parent; } TreeNode,*TreeNodePtr; typedef struct { TreeNodePtr root; } BinaryTree; //The declarations for all of the called functions are here //<<< you must add comments on what they are and how theycontribute // <<< to the
PayPal Gateway not configured
PayPal Gateway not configured