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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:16:26+00:00 2026-06-15T05:16:26+00:00

I want a data structure where the keys are polyhedra (undirected 3-connected planar graphs;

  • 0

I want a data structure where the keys are polyhedra (undirected 3-connected planar graphs; in my case they will probably mostly be <30 vertices), looked up such that equality is isomorphism. Is there an efficient way to implement this mapping?

I’ve researched and reflected a bit but have not come up with a solution. It seems like the solution is likely to be one of

  • A custom data structure that uses the graph itself to look up the data

  • A binary search tree (or other similar tree), which would require a well-defined ordering. (I have my doubts that such an ordering exists)

  • A hash table, which would require a good hash. I cannot immediately come up with one any better than “number of vertices” or similar.

How can I get efficient lookup?

  • 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-15T05:16:27+00:00Added an answer on June 15, 2026 at 5:16 am

    Every polyhedral graph is planar. The isomorphism problem for planar graphs is polynomial time. It doesn’t have the unknown-but-thought-to-be-large complexity of the general graph isomorphism problem. Although efficient, the algorithms are not simple and rely on some fairly deep mathematics for their analysis.

    The original paper (insofar as I know) is Hopcroft’s 1971 paper An N log N Algorithm for Isomorphism of Planar Triply Connected Graphs, available from Stanford as a scanned copy. There’s a fair amount of work on this problem. A more recent paper is Algorithm and Experiments in Testing Planar Graphs for Isomorphism which has the virtue of a number of references to existing algorithms and running time comparisons between them. This paper presents an algorithm that assigns a unique code to each graph, which incidentally also generates a well-defined ordering. Their best results in that paper for small graphs was the algorithm of Brendan McKay in Practical Graph Isomorphism.

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

Sidebar

Related Questions

I want a data structure that allows me to map keys to values, like
I want to store a data structure thats a table with one column Strings
I have a JSON-like data structure (which I don't want to change) that is
I have a data structure of key value pairs and I want to implement
I want to use pprint's output to show a complex data structure, but I
Let's say I want to calculate a hash of a data structure, using a
In a Chrome Extension I am developing, I want to access a data structure
I have a vector<set<char> > data structure (transactions database) and I want to know
I have list of structure. I want to modify a particular data from the
Is there a C# data structure to map keys to multiple values? I have

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.