Creating a logical circuit from an expression is not so difficult. Instead it's a little tricky. The following rules can be followed to create a circuit from an expression.
See the following example:
Expression is: (A'B'C + A'BC' + AB'C + A'BC)
Here, First AND gate takes horizontal connections from A', B' & C
Similarly Second AND gate takes horizontal connections from A', B & C'
Third AND gate takes horizontal connections from A, B' & C
The forth AND gate takes horizontal connections from A', B & C
Finally Outputs of all four AND gates pass throuth an OR gate showing SUM of all Product Terms.