CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2010
    Posts
    1

    Algorithm Help for a String

    I need help writing an algorithm that will check the validity of a string in a given pattern which is in the form of FSM and I have no clue how to do it.

  2. #2
    Join Date
    Nov 2010
    Posts
    7

    Re: Algorithm Help for a String

    when you say FSM, do you mean finite state machine, as in regular expression?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured