Thanweera Nourin A V has Published 32 Articles

Count of N-length binary strings that are repeated concatenation of a substring

Thanweera Nourin A V

Thanweera Nourin A V

Updated on 28-Jul-2023 15:22:00

67 Views

The aim of this article is to implement a program to count of N-length binary strings that are repeated concatenation of a substring. The goal is to determine how many binary strings of the length N can be created by repeatedly concatenating a single substring of a given text, provided ... Read More

Count of N digit numbers not having given prefixes

Thanweera Nourin A V

Thanweera Nourin A V

Updated on 28-Jul-2023 15:20:37

53 Views

Here the problem is to determine the total number of strings of the length N containing characters '0' through '9' provided an integer N with an array of string prefixes pre[]. such that none of the strings can contain the provided prefixes. The aim of this article is to implement ... Read More

Advertisements