Recently Added Questions & Answers

 

==> ordered linked list --

  •  a linked list is a linear collection of data elements whose order is not given by their physical placement in memory
 

==> Linked List Operations--

  1. Node creation
  2. Insertion
  3. Deletion
  4. Traversing & Displaying
 

==> LINKED LIST--

  • Linked List is a linear data structure and it is very common data structure which consists of group of nodes in a sequence which is divided in two parts. Each node consists of its own data and the address of the next node and forms a chain.
  • Linked Lists are used to create trees and graphs.

 ==> Types of Linked Lists--

  1. Singly Linked List
  2. Doubly Linked List
  3. Circular Linked List
 

==> Linked List--

  • List is a linear collection of data items.
  • s. List can be implemented using arrays and linked lists.
  • s. In arrays there is linear relationship between the data elements which is evident from the physical relationship of data in the memory.
  • The address of any element in the array can easily be computed but, it is very difficult to insert and delete any element in an array
  • Usually, a large block of memory is occupied by an array which may not be in use and it is difficult to increase the size of an array, if required.
  • LINKED LIST is a linear data structure and it is very common data structure which consists of group of nodes in a sequence which is divided in two parts. Each node consists of its own data and the address of the next node and forms a chain. Linked Lists are used to create trees and graphs.

==> Advantages of Linked Lists--

  1. They are a dynamic in nature which allocates the memory when required.
  2.  Insertion and deletion operations can be easily implemented.
  3.  Stacks and queues can be easily executed.
  4.  Linked List reduces the access time. 

==> Disadvantages of Linked Lists--

  1. The memory is wasted as pointers require extra memory for storage.
  2.  No element can be accessed randomly; it has to access each node sequentially.
  3.  Reverse Traversing is difficult in single linked list. 

Jump to Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53

Recommended Question Bank

General - Computer Science
View
- Computer organisation and architecture
View
NA - Java
View
- javascript
View
- STORAGE AREA NETWORKS
View
Mejona - Mejona Technology
View
VTU - NCES(Non - Conventional Energy Resources
View
- Java Basic Codes
View
VTU - STORAGE AREA NETWORK
View
- HIGHWAY ENGINEERING
View
- COMPUTER ORGANIZATION
View
- Quantity Surveying and Contracts Management
View
- Design of RC Structural Elements
View
- Ground Water and Hydraulic
View
- Urban Transport Planning
View
- Basic Geotechnical Engineering
View
VTU - Municipal Waste Water Engineering
View
VTU - Design of Steel Structures Elements
View
- Interview Question Bank
View
VTU - Artificial Intelligence
View
Visvesvaraya Technological University (VTU) - Ground water hydraulic
View
-
View
VTU - Artificial intelligence and Machine Learning (AIML)
View
VTU - Energy and Environment
View
VTU - User Interface Design
View
- Data Structures and Algorithms
View
VTU - Big Data Analytics
View
VTU - Engineering Chemistry
View
VTU - User Interface Design (UID)
View
Entrance Exam for job - Entrance Exam Questions
View
VTU - Elements of Civil Engineering and Mechanic
View
VTU - Computer Graphics and Visualization
View
VTU - Object Oriented Concepts
View
VTU - System Software and Compiler Design
View
VTU - Web Technology and its Applications
View
VTU - Cloud Computing and Its Applications
View