We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d311a33 commit 3b81cc3Copy full SHA for 3b81cc3
README.md
@@ -3,6 +3,7 @@
3
4
GENES Data of many persons is maintained with their match percentage(matched with a reference gene), age and name is maintained efficiently.
5
Files include
6
+
7
1. **tree.c** - contains the Data Structure *AVL Tree* for efficiently maintaining the Genes data with fast query processing
8
2. **tree.h** - header file which contains details of functions used in tree.c
9
3. **project.c** - This is a driver program which takes the input from a file and calculates the match percentage with reference GENE.
0 commit comments