I'm struggling with figuring out which one of these languages is guaranteed to be a DCFL, i have two languages to choose from and the word guaranteed is throwing me off. Here are the two languages:
Let f1(L) = {w : wa ∈ L for some a ∈ Σ}
f2(L) = {w : aw ∈ L for some a ∈ Σ}.
Now my my thoughts are that f2 is guaranteed to be Deterministic because it starts with a state directly "a". Therefore right away it has a decided state, any thoughts?