The origin of list data structureOrigins of the Segment tree data structureImplementability of a (abstract) data structure/type?Are “data structures” part of algorithms or of programming languages?Does my “hollow list” structure exist already?Data Structure exampleWhat is the type of linked list where order doesn't matterWorst time complexity for finding a median number for a list and array data structureOptimal data structure for sorted listTerminology Questions: Data-structure consisting of lists without repetitionsA data structure to do a specific lookup fast

What happens if I accidentally leave an app running and click "Install Now" in Software Updater?

Should I simplify my writing in a foreign country?

Is it normal for gliders not to have attitude indicators?

Can I hide the part of long lines that exceeds the visual line?

no sense/need/point

Would a "Permanence" spell in 5e be overpowered?

Why would one crossvalidate the random state number?

As black, how should one respond to 4. Qe2 by white in the Russian Game, Damiano Variation?

All of my Firefox add-ons been disabled suddenly, how can I re-enable them?

Sci-fi/fantasy book - ships on steel runners skating across ice sheets

Is throwing dice a stochastic or a deterministic process?

How to calculate rate of axial precession?

What do you call a painting on a wall?

Drawing an hexagonal cone in TikZ 2D

What was the first story to feature the plot "the monsters were human all along"?

What Kind of Wooden Beam is this

Hostile Divisor Numbers

Which US defense organization would respond to an invasion like this?

In Futurama, how many beings has Leela slept with?

Understanding ties

How to pass hash as password to ssh server

Undefined Control Sequence for my 0-norm

Why are the capacitors necessary for a quartz crystal?

Why didn't this character get a funeral at the end of Avengers: Endgame?



The origin of list data structure


Origins of the Segment tree data structureImplementability of a (abstract) data structure/type?Are “data structures” part of algorithms or of programming languages?Does my “hollow list” structure exist already?Data Structure exampleWhat is the type of linked list where order doesn't matterWorst time complexity for finding a median number for a list and array data structureOptimal data structure for sorted listTerminology Questions: Data-structure consisting of lists without repetitionsA data structure to do a specific lookup fast













2












$begingroup$


Does anyone know when the list data structure was mentioned in computer programming/algorithms? Who gave birth to this list concept?










share|cite|improve this question







New contributor




Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    What do you mean by list? Is it this list?
    $endgroup$
    – Apass.Jack
    1 hour ago
















2












$begingroup$


Does anyone know when the list data structure was mentioned in computer programming/algorithms? Who gave birth to this list concept?










share|cite|improve this question







New contributor




Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    What do you mean by list? Is it this list?
    $endgroup$
    – Apass.Jack
    1 hour ago














2












2








2





$begingroup$


Does anyone know when the list data structure was mentioned in computer programming/algorithms? Who gave birth to this list concept?










share|cite|improve this question







New contributor




Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




Does anyone know when the list data structure was mentioned in computer programming/algorithms? Who gave birth to this list concept?







algorithms data-structures linked-lists lists






share|cite|improve this question







New contributor




Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









BegueradjBegueradj

112




112




New contributor




Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Begueradj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • $begingroup$
    What do you mean by list? Is it this list?
    $endgroup$
    – Apass.Jack
    1 hour ago

















  • $begingroup$
    What do you mean by list? Is it this list?
    $endgroup$
    – Apass.Jack
    1 hour ago
















$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
1 hour ago





$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
1 hour ago











1 Answer
1






active

oldest

votes


















3












$begingroup$

Knuth gives a good overview on the history of lists and linked data structures. From The Art of Computer Programming, Volume I, Section 2.6:




Linked memory techniques were really born when A. Newell, J. C. Shaw, and H. A. Simon began their investigations of heuristic problem-solving by machine.







share|cite|improve this answer









$endgroup$













    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "419"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Begueradj is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcs.stackexchange.com%2fquestions%2f108958%2fthe-origin-of-list-data-structure%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3












    $begingroup$

    Knuth gives a good overview on the history of lists and linked data structures. From The Art of Computer Programming, Volume I, Section 2.6:




    Linked memory techniques were really born when A. Newell, J. C. Shaw, and H. A. Simon began their investigations of heuristic problem-solving by machine.







    share|cite|improve this answer









    $endgroup$

















      3












      $begingroup$

      Knuth gives a good overview on the history of lists and linked data structures. From The Art of Computer Programming, Volume I, Section 2.6:




      Linked memory techniques were really born when A. Newell, J. C. Shaw, and H. A. Simon began their investigations of heuristic problem-solving by machine.







      share|cite|improve this answer









      $endgroup$















        3












        3








        3





        $begingroup$

        Knuth gives a good overview on the history of lists and linked data structures. From The Art of Computer Programming, Volume I, Section 2.6:




        Linked memory techniques were really born when A. Newell, J. C. Shaw, and H. A. Simon began their investigations of heuristic problem-solving by machine.







        share|cite|improve this answer









        $endgroup$



        Knuth gives a good overview on the history of lists and linked data structures. From The Art of Computer Programming, Volume I, Section 2.6:




        Linked memory techniques were really born when A. Newell, J. C. Shaw, and H. A. Simon began their investigations of heuristic problem-solving by machine.








        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 1 hour ago









        Marcus RittMarcus Ritt

        27116




        27116




















            Begueradj is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Begueradj is a new contributor. Be nice, and check out our Code of Conduct.












            Begueradj is a new contributor. Be nice, and check out our Code of Conduct.











            Begueradj is a new contributor. Be nice, and check out our Code of Conduct.














            Thanks for contributing an answer to Computer Science Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcs.stackexchange.com%2fquestions%2f108958%2fthe-origin-of-list-data-structure%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown