i have to create an application to analyze the weblog of some Web servers.
each "node" will contain 4 elements.
the data is about 500mb(quite large)
im confused on which data structure to use
- BST
- AVL trees
- Redblack trees
- B-trees
- hashing
- Graph search
each "node" will contain 4 elements.
the data is about 500mb(quite large)
im confused on which data structure to use
- BST
- AVL trees
- Redblack trees
- B-trees
- hashing
- Graph search