Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a linked list? Explain the 2 fields in a linked list?



What is a linked list? Explain the 2 fields in a linked list?..

Answer / rakesh sharma

In computer science, a linked list is one of the fundamental
data structures, and can be used to implement other data
structures. It consists of a sequence of nodes, each
containing arbitrary data fields and one or two references
("links") pointing to the next and/or previous nodes. The
principal benefit of a linked list over a conventional array
is that the order of the linked items may be different from
the order that the data items are stored in memory or on
disk, allowing the list of items to be traversed in a
different order. A linked list is a self-referential
datatype because it contains a pointer or link to another
datum of the same type. Linked lists permit insertion and
removal of nodes at any point in the list in constant
time,[1] but do not allow random access. Several different
types of linked list exist: singly-linked lists,
doubly-linked lists, and circularly-linked lists.

Linked lists can be implemented in most languages. Languages
such as Lisp and Scheme have the data structure built in,
along with operations to access the linked list. Procedural
or object-oriented languages such as C, [[C++]], and Java
typically rely on mutable references to create linked lists.

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More VLSI Interview Questions

Draw the SRAM Write Circuitry

0 Answers   Infosys,


What is the ideal input and output resistance of a current source?

0 Answers  


Implement a 2 I/P and gate using Tran gates?

0 Answers   Intel,


What is hot electron effect?

3 Answers   Intel,


If an/ap = 0.5, an/ap = 1, an/ap = 3, for 3 inverters draw the transfer characteristics?

0 Answers   Intel,


What does the above code synthesize to?

0 Answers   Intel,


Explain Custom Design Flow?

2 Answers   Intel,


For CMOS logic, give the various techniques you know to minimize power consumption

0 Answers   Infosys,


what is the doping?

5 Answers  


What?s the difference between Testing & Verification?

6 Answers   Infosys,


How logical gates are controlled by boolean logic?

0 Answers  


Mention what are the two types of procedural blocks in Verilog?

0 Answers  


Categories