- Joined
- Nov 27, 2007
- Messages
- 1
- Reaction score
- 0
what type of data structure in java can be used to implement the following problem ?
user represents one column. url visited should expand dynamically !user can also increase
usr1 url1 url2
usr2 url1 url3
row and column should be added dynamically !
I cant use a database because it cannot expand rowise or column wise directly !! Suggest .
user represents one column. url visited should expand dynamically !user can also increase
usr1 url1 url2
usr2 url1 url3
row and column should be added dynamically !
I cant use a database because it cannot expand rowise or column wise directly !! Suggest .