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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:36:55+00:00 2026-05-31T20:36:55+00:00

I need to write an algorithm that reads keyboard stream until it gets a

  • 0

I need to write an algorithm that reads keyboard stream until it gets a correct password.

like if the password is ababac,
and the input is abababa, it means so far it read ababa and now it waits for a c to get unlocked, if an f comes in instead of a c, then it restarts its process.

it easily can be done in O(n^2), but my teacher want us to do it in O(n) W.C, can it get done in this complexity?!

  • 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-05-31T20:36:57+00:00Added an answer on May 31, 2026 at 8:36 pm

    You could build an automaton for it.

    For this approach – you can use Aho–Corasick – create the data automaton for the string, and start feeding it with the input text, until you reach its end [don’t accept] or you reached an accepting state in the automaton.

    Aho-Corasick is linear in the pattern [password] and input size, so you get O(m+n)

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

Sidebar

Related Questions

I need to write an app that reads a config file with info on
I need to write and algorithm that can detect which state an application (used
I need to write an algorithm that takes an integer and returns all possible
I need to write a round robin algorithm to schedule load to n endpoints?
I need to write a simple source control system and wonder what algorithm I
I need to write, in JavaScript (I am using jQuery), a function that is
I need to write a small console app (patch) that turns off the print
I need to write a python script that makes multiple HTTP requests to the
I need help understanding how to write a permutation algorithm. (if this is even
I need a special operator that's maybe a bit better than LIKE to query

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.