Difference between revisions of "Talk:Quick Pathfinding in a Dungeon"

From RogueBasin
Jump to navigation Jump to search
(Created page with 'I am a novice programmer, and not familiar with the terminology of sorting/listing algorithms. You define use the terms "Pop", "Shift", and "Push" while you are defining the term…')
 
 
Line 1: Line 1:
I am a novice programmer, and not familiar with the terminology of sorting/listing algorithms. You define use the terms "Pop", "Shift", and "Push" while you are defining the terms Pop, Shift, and Push. "Push means that you Push..." makes an otherwise excellent article difficult to understand without external sources.
I am a novice programmer, and not familiar with the terminology of sorting/listing algorithms. You define use the terms "Pop", "Shift", and "Push" while you are defining the terms Pop, Shift, and Push. "Push means that you Push..." makes an otherwise excellent article difficult to understand without external sources.
:[http://en.wikipedia.org/wiki/Stack_(data_structure) An article about stacks]. I also recommend that you learn about [http://en.wikibooks.org/wiki/Data_Structures other data structures]. [[User:Nate879|Nathan Stoddard]] 19:43, 18 July 2009 (UTC)

Latest revision as of 19:43, 18 July 2009

I am a novice programmer, and not familiar with the terminology of sorting/listing algorithms. You define use the terms "Pop", "Shift", and "Push" while you are defining the terms Pop, Shift, and Push. "Push means that you Push..." makes an otherwise excellent article difficult to understand without external sources.

An article about stacks. I also recommend that you learn about other data structures. Nathan Stoddard 19:43, 18 July 2009 (UTC)