Follow

Translate

Tuesday, March 8, 2016

Lesson One Data Stucture

What is Data Structures?

Data Structure: Data may be organized on many different ways; The logical or mathematical model of a particular organization of data is called a data structure.
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE

Related Posts:

  • SRCHHL(INFO, LINK, START, ITEM, LOC) Algorithm: SRCHHL(INFO, LINK, START, ITEM, LOC) LIST is a circular header list in memory. This algorithm finds the location LOC of the node where ITEM first appears in LIST or sets LOC = NULL. 1.   Set PTR :… Read More
  • DELETION FROM A LINKED LIST DELETION FROM A LINKED LIST :   Let LIST be a linked list with a node N between nodes A and B Suppose node N is to be deleted from the linked list.The schematic diagram of such a deletion appears.The deletion… Read More
  • Traversing a Circular Header List (Traversing a Circular Header List)  Let LIST be a circular header list in memory.  This algorithm traverses LIST, applying an operation PROCESS to each node of LIST. 1.   Set PTR : = LINK[START]. … Read More
  • DELETION FROM A LINKED LIST DELETION FROM A LINKED LIST :   Let LIST be a linked list with a node N between nodes A and B Suppose node N is to be deleted from the linked list.The schematic diagram of such a deletion appears.The deletion… Read More
  • Traversing a Circular Header List (Traversing a Circular Header List)  Let LIST be a circular header list in memory.  This algorithm traverses LIST, applying an operation PROCESS to each node of LIST. 1.   Set PTR : = LINK[START]. … Read More

0 comments:

Post a Comment