Commit dfd31de7 authored by elijah vasquez's avatar elijah vasquez 🦍

bruh

parent 324561f2
No preview for this file type
......@@ -6,7 +6,7 @@ typedef struct node
int DOBDay;
int DOBMonth;
int DOBYear;
int Index;
int index; // index value to store yyyymmdd
struct node *left;
struct node *right;
} node;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment