Click here to Skip to main content
15,881,709 members

Comments by Aylin Naebzadeh (Top 32 by date)

Aylin Naebzadeh 22-Mar-22 17:30pm View    
NFA stands for non-deterministic finite automata, and DFA stands for deterministic finite automata. There are more information about these two topics in these links:
1 - https://www.geeksforgeeks.org/introduction-of-finite-automata/

2 - https://www.javatpoint.com/deterministic-finite-automata

3 - https://www.javatpoint.com/non-deterministic-finite-automata
Aylin Naebzadeh 22-Mar-22 17:30pm View    
Deleted
NFA stands for non-deterministic finite automata, and DFA stands for deterministic finite automata. There are more information about these two topics in these links:
1 - https://www.geeksforgeeks.org/introduction-of-finite-automata/

2 - https://www.javatpoint.com/deterministic-finite-automata

3 - https://www.javatpoint.com/non-deterministic-finite-automata
Aylin Naebzadeh 12-Dec-21 13:13pm View    
I would try your solution and debug it. Thanks.
Aylin Naebzadeh 10-Dec-21 23:58pm View    
But why the problem has been solved after I pass the parameter of my function as a char[]? Does it mean that a char[] is not read-only like char*?Thanks.
Aylin Naebzadeh 10-Dec-21 16:15pm View    
Thanks🙏. I thought it is no difference between a char* or a char[].