Changes

MyWikiBiz, Author Your Legacy — Wednesday May 29, 2024
Jump to navigationJump to search
2 bytes added ,  23:28, 13 August 2008
→‎Computational representation: sub [conceived/thought]
Line 84: Line 84:  
The [[parse tree|parse graph]]s that we've been looking at so far are one step toward the [[data structure|pointer graphs]] that it takes to make trees live in computer memory, but they are still a couple of steps too abstract to properly suggest in much concrete detail the species of dynamic data structures that we need.  The time has come to flesh out the skeleton that we've drawn up to this point.
 
The [[parse tree|parse graph]]s that we've been looking at so far are one step toward the [[data structure|pointer graphs]] that it takes to make trees live in computer memory, but they are still a couple of steps too abstract to properly suggest in much concrete detail the species of dynamic data structures that we need.  The time has come to flesh out the skeleton that we've drawn up to this point.
   −
Nodes in a graph depict ''[[database record|record]]s'' in computer memory.  A record is a collection of data that can be thought to reside at a specific ''[[memory address|address]]''.  For [[semiotics|semioticians]], an address can be recognized as a type of ''[[index]]'', and is commonly spoken of, on analogy with [[demonstrative pronouns]], as a ''[[pointer]]'', even among programmers who are otherwise innocent of semiotics.
+
Nodes in a graph depict ''[[database record|record]]s'' in computer memory.  A record is a collection of data that can be conceived to reside at a specific ''[[memory address|address]]''.  For [[semiotics|semioticians]], an address can be recognized as a type of ''[[index]]'', and is commonly spoken of, on analogy with [[demonstrative pronouns]], as a ''[[pointer]]'', even among programmers who are otherwise innocent of semiotics.
    
At the next level of concretion, a record/node can be represented as follows:
 
At the next level of concretion, a record/node can be represented as follows:
12,080

edits

Navigation menu