Hi,
I am working on a school database management project. I want to make a search program in c++ which could run on thousands of records and can list down records with particular fields, like say the list of all children with birthday on a specific day, or list of all children with name Frank. Which algorithm will be best suited in terms of timing?
Thanks.
I am working on a school database management project. I want to make a search program in c++ which could run on thousands of records and can list down records with particular fields, like say the list of all children with birthday on a specific day, or list of all children with name Frank. Which algorithm will be best suited in terms of timing?
Thanks.
Comment