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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:10:21+00:00 2026-06-11T18:10:21+00:00

The wiki article for self-enumerating pangrams states that they are computed using Binary Decision

  • 0

The wiki article for self-enumerating pangrams states that they are computed using Binary Decision Diagrams. I’ve been reading about BDDs and from my understanding you need to represent some problem as a boolean function before you can construct a BDD for it.

How would I go about doing this?

I’ve been thinking about the problem for a few days now, and I’m pretty sure you could representing the input to the boolean function using a straightforward encoding:

10000 01010 01011 10101 ...
16A's 10B's 11C's 21D's ...

So for a pangram starting “sixteen A’s, ten B’s, eleven C’s, twenty-one D’s”, you could represent it as 10000010100101110101…

This would mean that there are 26 * 5 = 130 variables in the boolean function, assuming you restrict the maximum frequency of a character to 32 occurrences.

The output should be whether the representation is a self-enumerating pangram or not, i.e. if the sentence describes its own set of frequencies.

To do this, a hash table (or several) must surely be required along the way.

So for the letter E, the hash table might begin:

one   -> 1
two   -> 0
three -> 2
four  -> 0
five  -> 1
...

Which in binary, might look like:

1   -> 1
10  -> 0
11  -> 10
100 -> 0
101 -> 1

If the summation of all lookups from the E hash table is equal to five input bits corresponding to E, then that section of the self-enumerating pangram is correct. If all sections are correct then the boolean function should yield 1, otherwise 0.

I’m fairly sure I could figure out how to carry out addition using a boolean function and how to check if two numbers are equal. I have no idea where to start with representing the hash table as a boolean function, however. Also, connecting all of the pieces together is likely to bewilder me.

Any thoughts? Ideas? Collaboration? I’d like to see where this goes.

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-06-11T18:10:22+00:00Added an answer on June 11, 2026 at 6:10 pm

    The way I see it, the use of BDDs, as used in this context, are simply a way of representing and assisting in manipulating an expression used to evaluate, for example, if your sentence satisfies the requirements for being a self-enumerating pangram. There are rules for manipulating them in ways that are conceptually easier than those for manipulating statement in Boolean algebra, because they are easier to represent in that notation than in Boole’s notation, the same way that a polynomial in 8000 variables is more difficult to deal with in its general form than in some other notation that represents where it came from and such. Computer algorithms exist for manipulating any of those four, so your best option is probably to look up and adapt one to your needs. You may find this document to be helpful.

    Google may also be useful in finding additional resources.

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

Sidebar

Related Questions

In wiki article for REST it is indicated that if you use http://example.com/resources DELETE,
I was recently reading an article on the Windows Metafile vulnerability (http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability#Third-party_patch) and I
I'm creating a site that is going to have a wiki article database. Right
I was reading a Wikipedia article about Java EE application servers here: http://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition#Java_EE_5_certified It
Just saw wiki article ios version history , which says that ios 5 is
From this Wikipedia article: http://en.wikipedia.org/wiki/Hamiltonian_path_problem A randomized algorithm for Hamiltonian path that is fast
I know from reading parashift.com that using delete on a pointer frees the memory
I've installed a self signed cert on my staging server. I'm using that to
I wish to scrape the following wiki article: http://en.wikipedia.org/wiki/Periodic_table So that the output of
Look at a random wikipedia article like http://en.wikipedia.org/wiki/Impostor_syndrome , I see that there's no

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.