hi guys, I have project in data Structure by java ... project have a main file included many courses name,number,hours,and address for another file include student number,name,average
like that ( COMP231,Data Structure,3,C:\Users\rora\Desktop ) , I read the main file by AVL tree and print it by tree traversal ( inOrder, preOrder and postOrder ),, and it need to put the address in hash table and make some of calculation i.e average of course,average of semester for student and other . I need help in how put the address in hash table ??
like that ( COMP231,Data Structure,3,C:\Users\rora\Desktop ) , I read the main file by AVL tree and print it by tree traversal ( inOrder, preOrder and postOrder ),, and it need to put the address in hash table and make some of calculation i.e average of course,average of semester for student and other . I need help in how put the address in hash table ??