Home TechnologyProgramming Subscribe to RSS

What Is Mean By Linked List? What's It's Use?

Answer Question

1 Answer - Sort by: Date | Rating

    Linked lists are powerful concept that allows programmers to symbolize several types of data extending those lists to handle uninformed data types can offer effective tools for processing data.

    List processing is one of the biggest strength of computer. Linked list provides the basic of a number of interesting algorithms and techniques that are useful in every aspect of programming. I'll show you these techniques.

    First a refresher in linked lists. Singly linked with a data structure that has an ordered sequence of nodes in which each node contains a data element and a pointer to the next node in the sequence.

    Then the list of node structure in C++, the standard template library includes an implementation of linked list, but for the techniques standard template library implementation is not adequate.

    Coding linked lists is rather simple. There are two basic update operations performed in standard linked list implementations inserting and removing a node from the list. I won't spend much time analyzing these operations, because my approach to linked lists will be from a different perspective. These methods are easily implemented by means of allocating or de-allocating node structures, then modifying the pointers so that the given node is correctly sequenced in the list.
    0 0

    Abdullah06 

    answered 3 years ago

      Answer Question - Answers are editable for 5 min.

      If you do not Sign-in or Register your answers will

      be anonymous, your answers may also be

      checked before going online.

      0

      More

         
         

        Ask a Question via Twitter

        Send a question to @askblurtit and we will publish it online and send you a reply everytime you receive an answer.

        Blurtit Store

        Get T-shirts, hoodies, caps and more at the Blurtit store

        Blurtit International