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 6530607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:46:35+00:00 2026-05-25T09:46:35+00:00

I need to represent a many-many object mapping between two different groups of objects

  • 0

I need to represent a many-many object mapping between two different groups of objects using JSON. For example’s sake, lets say my first set of objects is “students” and the second is “courses”. Each student can have many courses, but each course can also have many students. Is there a standard way of representing such a schema, such that lookups are as efficient as possible?

I know that I could, for example, do

"ELEC1000": ["Bob", "Jessica", "Jeff"],
"MECH1000": ["Aaron", "Bob", "Ben", "Sally"] 

This would lead to very fast results when trying to find what students are enrolled in ELEC1000, but would make searching for classes Bob is enrolled in inefficient. I suspect I need to use a hashmap of some sort, but am not entirely sure how to implement this.

Thanks in advance!

  • 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-25T09:46:36+00:00Added an answer on May 25, 2026 at 9:46 am

    If you want efficient lookup both ways, you need to have to duplicate the data (in the form of what a database would call an index).

    For example, in addition to the map you already have (course => list of students), also build the opposite map (student => list of courses).

    Of course, you need to maintain both maps when there are updates.

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

Sidebar

Related Questions

I need a way for a single variable to represent two kinds of objects
We need to represent huge numbers in our application. We're doing this using integer
The classical RLE algorithm compresses data by using numbers to represent how many times
I need to represent inheritance like Person/Student. How do you do that in LInqToSql?
I need to represent calculator key presses by the text for the keys to
I need to represent an IEEE 754-1985 double (64-bit) floating point number in a
I need to represent immutable vectors in Python (vectors as in linear algebra, not
I need a way to represent a 2-D array (a dense matrix) of doubles
I need to build a class that will represent a row in some table
I need to lock the browser scrollbars when I show a div that represent

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.