= с = 1. 55 points. Create a JFLAP TM, and include the jff file in the zip archive. 10 extra credit points for the minim
Posted: Fri May 20, 2022 5:32 pm
= с = 1. 55 points. Create a JFLAP TM, and include the jff file in the zip archive. 10 extra credit points for the minimal solution. < = {SA, G,T}, L = { w : #c(w) > #A(w) and #c(w) % 3 > #A(W) % 2}. The file test_cases.txt, included with the test materials, might be useful. Here are the expected results, and the explanations.in Input String Result Explanation Accept More C's than A's; #c(w) % 3 = 1 > #A(w) % 2 = 0}. ACC Accept More C's than A's; #c(w) % 3 = 2 > #A(w) % 2 = 1}. AGCTTCCG Reject #c(w) % 3 = 0 < #A(w) % 2 = 1}. AGC TTCG Accept More C's than A's; #c(w) % 3 = 2 > #A(w) % 2 = 1}. AGCTTCACG Reject #c(w) % 3 = 0 = #A(w) % 2 0}. TACCACCG Accept More C's than A's; #c(w) % 3 = 1> #A(w) % 2 = : 0}. GAGAGCT Reject Fewer C's than A's. = = =