So does list can be a linked list or similar data structure , right?? On 27 November 2011 11:17, saurabh singh <[email protected]> wrote:
> ans 1) Array is a *contigous elements.*The elements of a list need not be > contigous. > ans 2)Ordered array is one in which the position of elements in array is > constrained by some property.For example a sorted array where the property > is relative magnitude of the element.In an unordered array the position of > elements in the array is not constrained by anything i.e. given the > position of an element in the array you cant say anything about it with > reference to other elements.same goes for list. > > On Sun, Nov 27, 2011 at 10:07 AM, kumar raja <[email protected]>wrote: > >> Can someone explain the following terms and their differences clearly? >> >> 1) Array and List >> >> 2) Ordered array and Unordered Array >> >> 3) Ordered List and Unordered List >> >> >> >> >> >> >> >> -- >> Regards >> Kumar Raja >> M.Tech(SIT) >> IIT Kharagpur, >> [email protected] >> >> >> -- >> 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. >> > > > > -- > Saurabh Singh > B.Tech (Computer Science) > MNNIT ALLAHABAD > > > -- > 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 Kumar Raja M.Tech(SIT) IIT Kharagpur, [email protected] -- 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.
