Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 630895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:54:20+00:00 2026-05-13T19:54:20+00:00

As I have learned data structure, I know there are plenty of other data

  • 0

As I have learned data structure, I know there are plenty of other data stuctures besides Stack and Heap, why the processes nowadays only contain these 2 paradigm as the “standard equipment” in their address space? Could there be any brand new paradigm for memory usage?

Thanks for your replies. Yes, I realized that something is wrong with my statement. The heap data structure is not the same as the heap in a process’ address space. But what I am wondering is besides Stack area and Heap area in the proecss address space, is there any new paradigm to use memory? It seems that other ways of memory usage is built upon these two basic paradigms. And these 2 paradigms are kind of some meta-paradigms?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:54:20+00:00Added an answer on May 13, 2026 at 7:54 pm

    Let’s think for a moment. We have two fundamental storage disciplines. Contiguous and Fragmented.

    Contiguous.

    • Stack is constrained by order. Last in First Out. The nesting contexts of function calls demand this.

    • We can easily invert this pattern to define a Queue. First in First Out.

    • We can add a bound to the queue to make a Circular Queue. Input-output processing demands this.

    • We can combine both constraints into a Dequeue.

    • We can add a key and ordering to a queue to create a Priority Queue. The OS Scheduler demands this.

      So. That’s a bunch of variations on contiguous structures constrained by entry order. And there are multiple implementations of these.

    • You can have contiguous storage unconstrained by entry order: Array and Hash. An array is indexed by "position", a hash is indexed by a hash function of a Key.

    Fragmented:

    • The bare "heap" is fragmented storage with no relationships. This is the usual approach.

    • You can have heap storage using handles to allow relocation. The old Mac OS used to do this.

    You can have fragmented storage with relationships — lists and trees and the like.

    • Linked Lists. Single-linked and doubly-linked lists are implementation choices.

    • Binary Trees have 0, 1 or 2 children.

    • Higher-order trees. Tries and the like.

    What are we up to? A dozen?

    You can also look at this as "collections" which exist irrespective of the storage. In this case you mix storage discipline (heapish or array-ish)

    Bags: unordered collections with duplicates allowed. You can have a bag built on a number of storage disciplines: LinkedBag, TreeBag, ArrayBag, HashBag. The link and tree use fragmented storage, the array and hash use contiguous storage.

    Sets: unordered collections with no duplicates. No indexing. Again: LinkedSet, TreeSet, ArraySet, HashSet.

    Lists: ordered collections. Indexed by position. Again: LinkedList, TreeList, ArrayList, HashList.

    Mapping: key-value association collections. Indexed by key. LinkedMap, TreeMap, ArrayMap, HashMap.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have learned that that the Microsoft.Jet.OLEDB.4.0 data provider for querying data sources
I have learned so much from http://www.summerofnhibernate.com/ nhibernate screen casts that i wonder why
One CSS rule I have learned is that you should use the relative em
All of us who work with relational databases have learned (or are learning) that
I have recently learned the Ruby programming language, and all in all it is
I've been using javascript for a while, but have never learned the language past
I learned today that NetBeans 6.5 should have an on-the-fly compilation of (single) Java
I've learned in College that you always have to free your unused Objects but
I have always written regexes like this <A HREF=([^]*) TARGET=_blank>([^<]*)</A> but I just learned
I know there already are a lot of posts floating on the web regarding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.