Realizing Multiplexer

Posted by Konstantin on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Realizing-Multiplexer-tp4025310.html

I was able to solve the Multiplexer by using the Canonical Representation, but I ended up with lot's of parts - 3 Not, 8 And and 3 Or elemets. What other approaches are there where the solution will use less PARTS ? Is it possible to use only Nand and Not elements ?