397 views
2 votes
2 votes

For a length of string n,how many transactions will be there for acceptance of the string?

  1. O(n)
  2. O(n^2)
  3. O(nlogn)
  4. O(n^3)

Please log in or register to answer this question.

Related questions

3 votes
3 votes
2 answers
1
Akriti sood asked Nov 7, 2016
6,678 views
A palindrome is a string whose reversal is identical to the string. How many bit strings of length n are palindromes? 2⌈n⁄2⌉ 2(⌊ n/2⌋ ) 2⌈n⁄2⌉ -1 2(�...
0 votes
0 votes
0 answers
4
Md Sazzad asked Dec 23, 2023
146 views
How many strings are there of lowercase letters of length four or less, not counting the empty string?