I think this can help http://en.wikipedia.org/wiki/Sparse_matrix#Storing_a_sparse_matrix
On 28 July 2011 00:45, aditi garg <[email protected]> wrote: > can u plz elaborate... > > > On Thu, Jul 28, 2011 at 12:04 AM, rajeev bharshetty > <[email protected]>wrote: > >> To store sparse matrix adjacency lists should be used rather than >> adjacency matrix ... >> >> >> On Thu, Jul 28, 2011 at 12:03 AM, aditi garg >> <[email protected]>wrote: >> >>> How wud u store a sparse matrix( whch has elemensts only below or abv >>> the diagonal) in memory...what data structure u wud use and y? >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Algorithm Geeks" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/algogeeks?hl=en. >>> >>> >> >> >> -- >> Regards >> Rajeev N B <http://www.opensourcemania.co.cc> >> >> "*Winners Don't do Different things , they do things Differently"* >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > > > -- > Aditi Garg > Undergraduate Student > Electronics & Communication Divison > NETAJI SUBHAS INSTITUTE OF TECHNOLOGY > Sector 3, Dwarka > New Delhi > > 9718388816 > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- Anish S Kumar -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
