skip to main
|
skip to sidebar
Peak Concepts
Learn Everything With Concepts!
Home
IT
Basic Computer
Networking
Database
SQL
Soft Engineering
Programming
C++
Data Structure
Web
C#
Visual Basic
Java
Business
Managment
Marketing
Finance
Product Planning
Banking
Health
Childcare
Doctors
Blog Articles
Showing posts with label
double linked list
.
Show all posts
Showing posts with label
double linked list
.
Show all posts
Saturday, 6 July 2013
What is Doubly Linked List - peak concepts
07:10
Abdullah
No comments
A more sophisticated kind of linked list is a doubly-linked list or a two-way linked list. In a doubly linked list, each node has two links: one pointing to the previous node and one pointing to the next node.
Read More
Older Posts
Home
Popular
Tags
Blog Archives
Visitors
Popular Posts
Advantages of SRS - peak concepts
Software SRS establishes the basic for agreement between the client and the supplier on what the software product will do. 1. ...
What is Database server - peak concepts
Database servers- In database servers, clients passes SQL (Structured Query Language) requests as messages to the server and the resu...
What is Internetworking - peak concepts
Internetworking started as a way to connect disparate types of computer networking technology. Computer network term is used to descr...
What is Error Correction and Detection - peak concepts
Error detection and correction has great practical importance in maintaining data (information) integrity across noisy Communication ...
What is Dot Net Framework
The .NET Framework is the heart of Microsoft .NET. The .NET Framework is a software development platform of Microsoft .NET. Like any p...
What is Binary Search - peak concepts
In a linear search the search is done over the entire list even if the element to be searched is not available. Some of our improvemen...
What is a Connection-Oriented Service - peak concepts
In connection oriented service a connection is established between the communicating n+ 1entity using the service provided by the n-ent...
How can we analyse an Algorithm - peak concepts
Analysis of Algorithms (AofA) is a field in computer science whose overall goal is an understanding of the complexity of algorithms. Wh...
What is Just in Time Compiler(JIT)
Machines cannot run MSIL directly. JIT compiler turns MSIL into native code, which is CPU specific code that runs on the same computer a...
What is Selection Sort - peak concepts
Selection sort: In this technique, the first element is selected andcompared with all other elements. If any other element is less tha...
Blog Archive
▼
2013
(58)
▼
July
(38)
C# versus C++
C# versus Java
Do you know this great information?
Type of .NET Languages
What is Garbage Collection
What is Common Language Infrastructure (CLI)
What is Just in Time Compiler(JIT)
What is Visual Studio .NET
What is Common Type System (CTS)
What is Microsoft Intermediate Language (MSIL)
What is Dot Net Framework
Difference between Procedural and Object Oriented ...
What is stack - peak concepts
What is Binary Search - peak concepts
What is bubble sort - peak concepts
What is Selection Sort - peak concepts
Types of sorting - peak concepts
What is Sorting - [eak concepts
What is Circular Linked Lists - peak concepts
What is Doubly Linked List - peak concepts
What is Singly Circular Linked List - peak concepts
What is the purpose of realloc( ) - peak concepts
How can we analyse an Algorithm - peak concepts
What is the difference between realloc() and free(...
What are the various steps to plan Algorithm
What is heap - peak concepts
List out the areas in which data structures are ap...
What is data structure - peak concepts
What is bottom-up implementation - peak concepts
What is top down implementation - peak concepts
What is Spiral model - peak concepts
What is Cohesion - peak concepts
What is Coupling - peak concepts
Characteristics of an SRS - peak concepts
Advantages of SRS - peak concepts
What is SRS - peak concepts
What is Error Correction and Detection - peak conc...
What is a Connection-Oriented Service - peak concepts
►
June
(20)
Realtime website tracking