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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:11:24+00:00 2026-06-13T15:11:24+00:00

I am trying to find dissimilarity between shortest path tree of two nodes. A

  • 0

I am trying to find dissimilarity between shortest path tree of two nodes.

A sample undirected graph of 5 nodes with edges,edgeweight:

(4 1) 2
(1 2) 3
(3 2) 4
(1 3) 8
(4 3) 5
(2 4) 1
(5 4) 6
(1 5) 4
(2 5) 7

The Node names/Labels are:
Labels:
Node 1:s
Node 2:u
Node 3:x
Node 4:v
Node 5:y

I have computed the shortest path for the Nodes 1 and 2.

The shortest path for Node 1 is: {[1],[1 2],[1 3],[1 2 4],[1 5]}
The shortest path for Node 2 is: {[1],[2],[2 4 3],[ 2 4],[2 5]}

Given that shortest path can be represented as a vector of vertex labels T=[tk],k=1..N such that tk is the label of the parent of vertex k with a symbol 0 to indicate the root.
I need to find dissimilarity ie., the number of places where corresponding labels in T1 and T2 do not match.

Can any one be able to help me with this?

I am confused about the representation of T as a vector of vertex labels.

Thank you.

  • 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-06-13T15:11:25+00:00Added an answer on June 13, 2026 at 3:11 pm

    Your vector T is a vector containing the parent labels of each node. For your sample, T1 would look like [0,0,0,2,0], indicating that, in order to get to 4, you have to follow the path to node 2 and then take a link to 4.

    This is a rather simple way of representing your paths. If you need to find the differences between both vectors, you could compare them elementwise or do a xor between both vectors. If you take that difference, the differences you’ll find are the nodes that have different parents.

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

Sidebar

Related Questions

I´m trying to find similar rows in multiple two-dimensional arrays as it was described
Im trying to find an algorithm for drawing a common outline between multiple polygons.
Trying to find a sample at http://sharpsnmplib.codeplex.com/documentation on how to compile a MIB but
Trying to find an elegant solution to reset a webform (or more specifically two
Trying to find a standard. The CmdLet will process data - multiple input, defined
Trying to find a way to remove blank pages from a document I wrote
Trying to find out if it's possible to use SQLAlchemy on Heroku. Thanks.
Trying to find the best way of create an overlap/overlay layer to fill the
Trying to find a good name for a method swapping each coordinate X and
Trying to find an example that has css rollover using sprites & sliding door

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.