Could some one explain to me what are the criteria to choose array implementation or linked lists implementation or trees implementation or graphs implementation… ?
Could some one explain to me what are the criteria to choose array implementation or linked lists implementation or trees implementation or graphs implementation… ?
THK!
Container criteria usually has to do with either speed or memory requirements. This is almost true for anything you code. Though flexibility may be a criteria, that can be usually contrained by speed or memory too.
Comment