Skip to content
Snippets Groups Projects
Unverified Commit 08ee918c authored by Recolic Keghart's avatar Recolic Keghart
Browse files

push my answer to ucb

parent 078aedc0
No related branches found
No related tags found
No related merge requests found
[submodule "submit"]
path = submit
url = cs164:users/cs164-ace
......@@ -27,7 +27,7 @@ e. Any binary string with even number of "1"s and even number of "0"s.
```
a. r"^[^aeiou]*a[^aeiou]*e[^aeiou]*i[^aeiou]*o[^aeiou]*u[^aeiou]*$"
b. r"^a*b*c*d*e*f*$"
c. r"^\/\*((?![^\"]*\*\/)[^\"]*\"[^\"]*\")*(?!.*\*\/.*\*\/).*\*\/$"
c. r"^\/\*((?![^\"]*\*\/)[^\"]*\"[^\"]*\")*(?!.*\*\/.*\*\/)[^\"]*\*\/$"
d. r"^(00|11)*((01|10)(00|11)*(01|10)(00|11)*)*1(00|11)*((01|10)(00|11)*(01|10)(00|11)*)*$"
e. r"^1*(0+1)*0*$"
f. r"^1*0*1?0*$"
......
submit @ 0e37d1d0
Subproject commit 0e37d1d0fafb230324808d2a1447b4b9b52aa8ff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment