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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:39:14+00:00 2026-06-13T21:39:14+00:00

I have a bunch of boolean expressions written in prefix notation (also called Polish

  • 0

I have a bunch of boolean expressions written in prefix notation (also called Polish notation). Nested expressions in this format are very easy to evaluate (see the algorithm in the Wikipedia article).

The algorithm given on the Wikipedia page, however, does not do short-circuiting (when it evaluates and f() g(), it does not skip the evaluation of g() if f() is false). Is there any way to modify the algorithm to include short-circuiting?

  • 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-13T21:39:16+00:00Added an answer on June 13, 2026 at 9:39 pm

    You could use the same algorithm to build an expression tree: instead of evaluating operand1 operator operand2, create a node with operand1 and operand2 as children, and operator as parent.

    Once you have the tree, you can evaluate it (top to bottom). You can short-circuit the evaluation by not evaluating one of the children (for example if the left child evaluates to False and the operator is and).

    You’ll notice that the given algorithm is equivalent to evaluation from bottom to top. While this is simple (and saves memory), you cannot apply short-circuiting because you never know if the branch you’re in should even be evaluated.

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

Sidebar

Related Questions

I have a bunch of classes that each have a property called Sequence. This
Assume that I have a backbone model that has a bunch of boolean attributes:
I have bunch of lists like this: out[3] [[3]] [1] forum=28&mid=11883 [2] forum=29&mid=11884 out[4]
We have bunch of Domain Entities which should be rendered to an html format,
I have a bunch of boolean options for things like acceptable payment types which
So I have a bunch of boolean arrays that I would like to put
I have a very simple silverlight interface that has a bunch of links on
I have written a multi-threaded Java application which reads a bunch of .jar files
I have bunch of strings, some of which are fairly long, like so: movie.titles
week DKK id=radio2 value=75 /> I have bunch of these div entry generated by

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.