Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: What makes an array sorted and a hash unsorted?

by ikegami (Patriarch)
on Jun 04, 2009 at 16:52 UTC ( [id://768502]=note: print w/replies, xml ) Need Help??


in reply to Re^3: What makes an array sorted and a hash unsorted?
in thread What makes an array sorted and a hash unsorted?

No, I was trying to prove that a perl array is not what a computer science book would call an array.

I don't see why you think they aren't. Perl arrays are a continuous series of equally sized records, allowing for instant addressing of any element. That definitely fits the traditional formal definition.

In such a book an idealized data type 'array' wouldn't have holes.

Perl arrays aren't sparse. There are no holes. Every element exists. (Those three statements are synonymous.)

And after thinking about it, it wouldn't have a push or pop operator, that would be the data type 'stack'

Stacks (and queues, and ...) can be implemented using an array. They're not mutually exclusive.

The presence of utility functions to manipulate a data structure doesn't change the data structure.

  • Comment on Re^4: What makes an array sorted and a hash unsorted?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://768502]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-18 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found