I know how to compute polynomial modular another polynomail in polynomial rings. But what is the fastest algorithm for computing polynomial modular two polynomails in polynomial ring?
For example: How to compute $f(x) \pmod{a(x),\ b(x)}$ in $R=\mathbb{Z}_n[x]$? In other word, how to efficiently find a polynomial $g(x)$ with minimal degree in $R$ such that $f(x)-g(x)$ is in the ideal $(a(x),\ b(x))$ of $R$.
Remark: $\mathbb{Z}_n=\mathbb{Z}/n\mathbb{Z}$.