Name:
Anonymous
2009-02-03 21:31
What can I program to test myself? I need something challenging to check whether I really am worthless or not.
Thanks /prog/.
Name:
Anonymous
2009-02-05 22:50
Determine if two regular expressions are equivalent. That is, the set of languages denoted by regular expressions R1 and R2 are the same.
http://en.wikipedia.org/wiki/Regular_language if you don't know what a regular language is.
Good luck.