Wednesday, 19 October 2016

ALGORITHM An Algorithm is a set of finite number of steps to solve any given problem. A step-by-step procedure is fo... thumbnail 1 summary
  • ALGORITHM An Algorithm is a set of finite number of steps to solve any given problem. A step-by-step procedure is fo...

    DATA STRUCTURES Data Management It includes activities like data collection organisation of data in appropriate structures... thumbnail 1 summary
  • DATA STRUCTURES Data Management It includes activities like data collection organisation of data in appropriate structures...

    Array An array is a collection of similar data elements. These data elements have the same data type. The elements of the arra... thumbnail 1 summary
  • Array An array is a collection of similar data elements. These data elements have the same data type. The elements of the arra...

    STACK A stack is a linear data structure in which insertion and deletion of elements are done at only one end, which... thumbnail 1 summary
  • STACK A stack is a linear data structure in which insertion and deletion of elements are done at only one end, which...

    Queues A queue is a first-in, first-out (FIFO) data structure in which the element that is inserted first is the first one to ... thumbnail 1 summary
  • Queues A queue is a first-in, first-out (FIFO) data structure in which the element that is inserted first is the first one to ...

    Linked Lists A linked list is a very flexible, dynamic data structure in which elements (called nodes) form a sequential list. ... thumbnail 1 summary
  • Linked Lists A linked list is a very flexible, dynamic data structure in which elements (called nodes) form a sequential list. ...

    STEPWISE LISTING OF ALGORITHMS FOR STACKS AND QUEUES :- STACKS AND QUEUES ALGORITHMS FOR LINKED LISTS:- LINKED LISTS ALGORITHMS thumbnail 1 summary
  • STEPWISE LISTING OF ALGORITHMS FOR STACKS AND QUEUES :- STACKS AND QUEUES ALGORITHMS FOR LINKED LISTS:- LINKED LISTS ALGORITHMS