Languages Java Script  

Student Register

download download  
important code information
author:
nks.gnu
minimum requirements:
Student Register description

A student register where classes and grades are saved in a smart way, using binary search trees and hashmaps, something every programmer should know how to use. Every method is documented and has it's time complexity (O(n)) noted, the whole program is made with time complexity in mind. The program can read and write to files, if you don't know how to read and write to files this program could be of value to you. The program is intended to read files as the examples register.txt and update.txt, check them out. To run: # javac UI.java # java UI register.txt


File List:
studentregister/0b
studentregister/.classpath220b
studentregister/.project363b
studentregister/Register.java8Kb
studentregister/SortComp.java357b
studentregister/Student.java1Kb
studentregister/UI.java2Kb
studentregister/readme.txt178b
studentregister/register.txt1Kb
studentregister/update.txt75b

User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 33
version
size in Kb 6
popularity   1171/7913374
user rating 5/10
ad


New Code
Popular Code