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
Creating Stored Procedure in local db that references tables in linked server
Crime rates in a post-scarcity economy
When an electron around an atom drops to a lower state, is 100% of the energy converted to a photon?
How do I give a darkroom course without negatives from the attendees?
Is this strange Morse signal type common?
What happens when the drag force exceeds the weight of an object falling into earth?
Why doesn't increasing the temperature of something like wood or paper set them on fire?
How to explain intravenous drug abuse to a 6-year-old?
How do I minimise waste on a flight?
Why did Ham the Chimp push levers?
Where do 5 or more U.S. counties meet in a single point?
Examples where existence is harder than evaluation
My Sixteen Friendly Students
I'm attempting to understand my 401k match and how much I need to contribute to maximize the match
How can it be that ssh somename works, while nslookup somename does not?
Two (probably) equal real numbers which are not proved to be equal?
When was it publicly revealed that a KH-11 spy satellite took pictures of the first Shuttle flight?
Light Switch Neutrals: Bundle all together?
Do oversize pulley wheels increase derailleur capacity?
What will Doctor Strange protect now?
And now you see it II (the B side)
What is the oldest instrument ever?
why it is 2>&1 and not 2>>&1 to append to a log file
Is the tensor product (of vector spaces) commutative?
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
$begingroup$
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
New contributor
$endgroup$
add a comment |
$begingroup$
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
New contributor
$endgroup$
$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
May 4 at 21:43
add a comment |
$begingroup$
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
New contributor
$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
algorithms data-structures linked-lists lists
New contributor
New contributor
New contributor
asked May 4 at 19:05
BegueradjBegueradj
133
133
New contributor
New contributor
$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
May 4 at 21:43
add a comment |
$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
May 4 at 21:43
$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
May 4 at 21:43
$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
May 4 at 21:43
add a comment |
1 Answer
1
active
oldest
votes
$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.
$endgroup$
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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.
$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.
answered May 4 at 21:31
Marcus RittMarcus Ritt
30616
30616
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
What do you mean by list? Is it this list?
$endgroup$
– Apass.Jack
May 4 at 21:43