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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:58:09+00:00 2026-06-13T05:58:09+00:00

Deceptively simple algorithm question I came across. I’m trying to pull it off in

  • 0

Deceptively simple algorithm question I came across. I’m trying to pull it off in 3 or less operations, and I’m reasonably convinced it can be solved with math, but I can’t figure it out (and the source for the question didn’t have an answer).

EDIT:

(a[0] == a[1] + a[0] == a[2] + a[1] == a[2]) == 1

is what I originally thought, but I’d like to see if it can be done in less operations (1 comparison being an operation).

  • 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-13T05:58:10+00:00Added an answer on June 13, 2026 at 5:58 am

    Assuming the 3 numbers are a, b and c,

    (b == c) ? (a != c) : (a == b || a == c)
    
    • If (a, b, c) = (1, 1, 1), then we will call b == c (true) and then a != c (false) and done.
    • If (a, b, c) = (1, 1, 2), then we will call b == c (false) and then a == b (true) and done.
    • If (a, b, c) = (1, 2, 1), then we will call b == c (false) and then a == b (false) and a == c (true) and done.
    • If (a, b, c) = (2, 1, 1), then we will call b == c (true) and then a != c (true) and done.
    • If (a, b, c) = (1, 2, 3), then we will call b == c (false) and then a == b (false) and a == c (false) and done.

    So at most 3 comparison are performed.

    There are also 2 conditional branching points at ?: and || but OP does not count it.

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

Sidebar

Related Questions

My question is deceptively simple, but I have lost several hours of study trying
Here's a deceptively simple question: What is the proper way to asynchronously play an
This seems deceptively simple. How do you override the onclick event in the following
I have a fairly simple system, and for the purposes of this question there
I'm trying to optimize this mysql query using EXPLAIN. Can somebody please help me
The deceptively simple foundation of dynamic code generation within a C/C++ framework has already
A lot of things in Silverlight seem to be deceptively simple..and this is one
I have a deceptively simple scenario, and I want a simple solution, but it's
This issue is so deceptively simple that I'm having trouble getting my head around
This is a deceptively tricky little bit of HTML/JS that has either me or

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.