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

bruh

parent 324561f2
No preview for this file type
...@@ -6,8 +6,8 @@ typedef struct node ...@@ -6,8 +6,8 @@ typedef struct node
int DOBDay; int DOBDay;
int DOBMonth; int DOBMonth;
int DOBYear; int DOBYear;
int Index; int index; // index value to store yyyymmdd
struct node *left; struct node *left;
struct node *right; struct node *right;
} node; } 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