Posts Tagged ‘Linear’

  • Linear Data Structure

    Dec 14, 13 • 8122 Views • Notes1 Comment

    A linear data structure simply means that it is a storage format of the data in the memory in which the data are arranged in contiguous blocks of memory. Like for example the array of characters is represented by one character after another. In the linear

  • Non Linear Data Structure

    Nov 27, 13 • 9453 Views • NotesNo Comments

    Non linear data structure is a data structure in which data items are not stored linearly in the memory. So there is no contiguous memory allocation of the data. This feature is included because it uses the memory optimally. How does it do so? Well, memory is