it jst the pnc involved here....
Clearrly, every string here is formed out a,b,c,x ,y z . if we notice here
'a' always occurs before 'b' which occurs after 'c' in any string that
would be generated by the fsm here. Same holds for the combination x ,y ,z .
So basically it reduces to a problem in which we have to form string with
above mentioned conditions being satisfied .
Since its a 6 letter string so select any 3 spaces for chars a,b,c and
place them  abc in order in the rest 3 spaces place xyz in order .

On Sat, Oct 27, 2012 at 11:05 AM, rahul sharma <rahul23111...@gmail.com>wrote:

> should i take it how many ways are there to reach from start to  the top
> right destination...x,y,z,a,b,c, are i/p state....xyzabc one string....abc
> xyz is another...if m ryt then is dere any formulla to calute or we have to
> do it manuallyyyy
>
>
> On Sat, Oct 27, 2012 at 11:02 AM, rahul sharma <rahul23111...@gmail.com>wrote:
>
>>
>> can u please elaborate...i am not able to understand the figure..plz
>> explain....it would be of great help
>>
>> On Sat, Oct 27, 2012 at 5:57 AM, payal gupta <gpt.pa...@gmail.com> wrote:
>>
>>> should be 6C3 or 20 perhaps.
>>>
>>> On Sat, Oct 27, 2012 at 3:29 AM, rahul sharma 
>>> <rahul23111...@gmail.com>wrote:
>>>
>>>> Finite state automata accpt string of length 6
>>>>
>>>> what is total number of strings in set..please find the attahcment
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Algorithm Geeks" group.
>>>> To post to this group, send email to algogeeks@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> algogeeks+unsubscr...@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/algogeeks?hl=en.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to