There is a theorem related to CFGs that " There exists no algorithm which can decide whether a grammar is ambiguous or not."
I have developed an algorithm which can decide the ambiguity of a cfg.
But the proof of the above theorem is based on Post Correspondence Problem (PCP). Please tell me if I publish the algorithm would that mean that this theorem is not correct.
Note: Please also post some ambiguous cfgs. I want to test my algo.