answersLogoWhite

0


Best Answer

In general, any ordered list is any list which follows some sort of arbitrary system to determine the order the elements of that list are displayed.

In reference to HTML, an ordered list is characterized by a "<ol></ol>" tag set. When the HTML is rendered, the individual "items" (characterized by "<li></li>" tag sets nested withing the aforementioned set) are displayed in order, characterized by a numeric bullet representing their position on that list, beginning at the value "1" and incrementing accordingly.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is order list in data structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between data structure and abstract data type?

An Abstract Data Type is an interface that interacts with a data structure. A Data Structure is an implementation of the ADT. for example. If you were going to create a linked list you would create an Interface listing all the methods required by the list. Then in the linked list class you would code how the list uses these methods. Hope this helps :)


Is a linked list is a data structure that contain data and a link to another data?

Yes.


Role of data structure to insert an element in the data structure?

using data structure an element can insert at any position easily. with out traversing through the entire list.


What is an association list?

An association list is a data structure which associates keys with data, implemented as a list whose members are paired storage locations.


What is typically contain information that is similar to terms in a list?

A linked list data structure.


Is double link list a linear data structure?

Yes.


List advantages and disadvantages for data structure diagrams?

uqwyhvxuyhasbxiuqa


What is data structure in c?

arrang the data in proper order in the program or in the memory is called a data structure, lke arranging the names of diff students in alphabetical order.


What is first in first out data structure?

QUEUE is the first in first out (FIFO) data structure. It is a linear data structure in which insertion of an element is done from rear end of a list and deletion of an element is done from front end of a list. For example- people in queue waiting for bus.


What is the first no for sialkot?

Data structure is related to the algorithm, ie solution of the requirements.whereas Data Type is component of a programming language, which can be used to implement the required data structure (organization of data and format).For example if the requirement say that a LIST is required, and in C programming language , there is not LIST data type BUT LIST CAN BE REALISED(IMPLEMENTED ) in C.


What are the differences between Homogeneous and non homogeneous data structures?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array while there can b any type of data in non homogeneous data structure. example:- list


What do you understand by a linked list in data structure?

link list is a process by which we can add one file with another