I am about to start work on a side project during summer break. Part of the project will require the storage of user's information on a hardrive. I have been exposed to b-trees so I know that is one option for dealing with the data, but what are some other data structures designed with seconday storage in mind? I trying google searches but I'm not reallying pulling up anything useful.

Recommended Answers

All 2 Replies

B tress are pretty common. You might want to check out suffix trees as well.

B tress are pretty common. You might want to check out suffix trees as well.

Thanks I will check suffix tree out

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.