Looking for some advice on that piece of software to create

Hello, I need to create a piece of software that includes a data structure and a search function, but I am really struggling for ideas. I am only in my 1st year so have not been programming very long, so looking for ideas that are not too complex. Does anyone possibly have any ideas on what I could do?
Hello MyOnlinePersona,

Have a look at this http://www.cplusplus.com/forum/articles/12974/

Something there should fit what you are looking for. There are other resources, but I do not have those links as handy at the moment.

Andy
I would create a hash table. This is not a lot of code AND a useful technique. Several powerful algorithms derive from it.
Last edited on
Thanks I will look into these options
Topic archived. No new replies allowed.