Next / Previous post in a single category

You can use the combination of in_same_term and excluded_terms. First of all, you have the ID of the category you want to display post from. Next, get all the id of the category of the post by using wp_get_post_terms

You can iterate through the returned terms and build an array of terms that you want to exclude. That should do the trick.