Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Math & Sciences (https://www.askmehelpdesk.com/forumdisplay.php?f=402)
-   -   Get the combinations that are not covered in original---Boolean alzebra (https://www.askmehelpdesk.com/showthread.php?t=662121)

  • May 21, 2012, 07:28 AM
    prob123
    Get the combinations that are not covered in original---Boolean alzebra
    Here is the problem:
    Input:
    A B
    ====== ======
    Original YYYYY YYYYY
    New YYNNN YNNNN

    Output:
    NNYYY YNNNN
    YYYYY NYYYY

    Note: Original and New list would vary from 1 to N. Please provide algorithm to solve this problem programmatically. I am writing computer program to work on this problem.

    Thank you for your help
  • May 21, 2012, 07:33 AM
    prob123
    Original:
    A=YYYYY
    B=YYYYY

    New:
    A=YYNNN
    B=YNNNN

    Output:
    output1: NNYYY YNNNN
    output2: YYYYY NYYYY

  • All times are GMT -7. The time now is 12:52 PM.