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

  • Home
  • SEARCH
  • 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 1054989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:29:32+00:00 2026-05-16T17:29:32+00:00

Classic social networks can be represented as a graph/matrix. With a graph/matrix one can

  • 0

Classic social networks can be represented as a graph/matrix.

With a graph/matrix one can easily compute

  • shortest path between 2 participants
  • reachability from A -> B
  • general statistics (reciprocity, avg connectivity, etc)
  • etc

Is there an ideal data structure (or a modification to graph/matrix) that enables easy computation of the above while being time aware?

For example,

Input

t = 0…100

  • A <-> B (while t = 0…10)
  • B <-> C (while t = 5…100)
  • C <-> A (while t = 50…100)

Sample Queries

  • Is A associated with B at any time? (yes)
  • Is A associated with B while B is associated with C? (yes. @t = 5…10)
  • Is C ever reachable from A (yes. @ t=5 )
  • 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-16T17:29:33+00:00Added an answer on May 16, 2026 at 5:29 pm

    What you’re looking for is an explicitly persistent data structure. There’s a fair body of literature on this, but it’s not that well known. Chris Okasaki wrote a pretty substantial book on the topic. Have a look at my answer to this question.

    Given a full implementation of something like Driscoll et al.’s node-splitting structure, there are a few different ways to set up your queries. If you want to know about stuff true in a particular time range, you would only examine nodes containing data about that time range. If you wanted to know what time range something was true, you would start searching, and progressively tighten your bounds as you explore each new node. Just remember that your results might not always be contiguous – consider two people start dating, breaking up, and getting back together.

    I would guess that there’s probably at least one publication worth of unexplored territory in how to do interesting queries over persistent graphs, if not much more.

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

Sidebar

Related Questions

No related questions found

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.