Click here to Skip to main content
15,887,985 members
Home / Discussions / C#
   

C#

 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 9:07
SledgeHammer012-Feb-12 9:07 
AnswerRe: How would you store this data (interview question) Pin
Luc Pattyn2-Feb-12 9:30
sitebuilderLuc Pattyn2-Feb-12 9:30 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 9:45
SledgeHammer012-Feb-12 9:45 
AnswerRe: How would you store this data (interview question) Pin
Luc Pattyn2-Feb-12 10:01
sitebuilderLuc Pattyn2-Feb-12 10:01 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 10:08
SledgeHammer012-Feb-12 10:08 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 10:22
SledgeHammer012-Feb-12 10:22 
AnswerRe: How would you store this data (interview question) Pin
Luc Pattyn2-Feb-12 10:33
sitebuilderLuc Pattyn2-Feb-12 10:33 
GeneralRe: How would you store this data (interview question) Pin
harold aptroot2-Feb-12 10:35
harold aptroot2-Feb-12 10:35 
If the data is going to be the worst case for whatever datastructure you pick, I pick the packed bit array. Information theory gets in the way otherwise. Any datastructure that can be smaller than the packed bit array can only do so because it's using some sort of regularity in the data - if there isn't one then there are 2^(36^7) possible states requiring 36^7 bits to store and that's the end of it.
AnswerRe: How would you store this data (interview question) Pin
Luc Pattyn2-Feb-12 10:51
sitebuilderLuc Pattyn2-Feb-12 10:51 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 11:45
SledgeHammer012-Feb-12 11:45 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 8:35
SledgeHammer012-Feb-12 8:35 
GeneralRe: How would you store this data (interview question) Pin
CCodeNewbie3-Feb-12 5:58
CCodeNewbie3-Feb-12 5:58 
QuestionRe: How would you store this data (interview question) Pin
Luc Pattyn3-Feb-12 6:01
sitebuilderLuc Pattyn3-Feb-12 6:01 
AnswerRe: How would you store this data (interview question) Pin
CCodeNewbie3-Feb-12 6:05
CCodeNewbie3-Feb-12 6:05 
GeneralRe: How would you store this data (interview question) Pin
Luc Pattyn3-Feb-12 6:06
sitebuilderLuc Pattyn3-Feb-12 6:06 
GeneralRe: How would you store this data (interview question) Pin
CCodeNewbie3-Feb-12 9:37
CCodeNewbie3-Feb-12 9:37 
AnswerRe: How would you store this data (interview question) PinPopular
Eddy Vluggen2-Feb-12 8:43
professionalEddy Vluggen2-Feb-12 8:43 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 9:01
SledgeHammer012-Feb-12 9:01 
GeneralRe: How would you store this data (interview question) Pin
jschell2-Feb-12 9:10
jschell2-Feb-12 9:10 
NewsRe: How would you store this data (interview question) Pin
Eddy Vluggen2-Feb-12 10:08
professionalEddy Vluggen2-Feb-12 10:08 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 10:31
SledgeHammer012-Feb-12 10:31 
GeneralRe: How would you store this data (interview question) Pin
Mycroft Holmes2-Feb-12 13:53
professionalMycroft Holmes2-Feb-12 13:53 
GeneralRe: How would you store this data (interview question) Pin
Eddy Vluggen2-Feb-12 10:04
professionalEddy Vluggen2-Feb-12 10:04 
AnswerRe: How would you store this data (interview question) Pin
jschell2-Feb-12 9:07
jschell2-Feb-12 9:07 
GeneralRe: How would you store this data (interview question) Pin
SledgeHammer012-Feb-12 9:10
SledgeHammer012-Feb-12 9:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.