619 views

1 Answer

2 votes
2 votes
Yes it is. Actually, an empty string would be considered a palindrome since no matter how you look at it it will always be the same empty string backwards and forwards.

Related questions

0 votes
0 votes
1 answer
1
preethi01 asked Jan 29, 2022
1,647 views
Is the following CSG for a^n b^n c^n correct?S->aSbC|abcCb->bCC->cIf not please explain why?
0 votes
0 votes
1 answer
2
atulcse asked Jan 21, 2022
833 views
Given a CFG and a string, what is the relation between the number of leftmost derivations, the number of rightmost derivations and the number of parse trees?
0 votes
0 votes
0 answers
3
PriyankaS asked Apr 17, 2018
356 views
Why is CFG not considered adequate for describing natural languages ?
0 votes
0 votes
1 answer
4
meghna asked Apr 11, 2018
198 views
Is it possible to write a Left Linear grammar for a given language directly, or we first write its Right linear grammar and then convert it subsequently? Please explain w...