Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

SSOC'23 Absent String in Python, Java, C, C++

Open tarunvyshnav777 opened this issue 2 years ago • 2 comments

Problem: You are given N binary strings of length N each. You need to find a binary string of length N which is different from all of the given strings. Your task is output any valid binary string following above rules.

Sample Input 1: 3 101 110 100 Sample Output 1: 111

Sample Input 2: 4 1100 1010 0100 0010 Sample Output 2: 1101

This helps in understanding binary strings and constructive algorithms. And I think we need few more algorithms in stings. I can code in all four languages. Assign this issue to me under SSOC 2023.

tarunvyshnav777 avatar Jun 09 '23 12:06 tarunvyshnav777

@Kumar-laxmi Could you please assign me this issue under SSoC'23.

tarunvyshnav777 avatar Jun 09 '23 12:06 tarunvyshnav777

please assign me this i can solve this issue .

vivekpal24 avatar Jun 10 '23 17:06 vivekpal24

Stale issue message

github-actions[bot] avatar Jun 01 '24 16:06 github-actions[bot]