Pergunta de entrevista da empresa NVIDIA

Write a program to process a computational graph with addition and multiplication in c++

Resposta da entrevista

Sigiloso

25 de fev. de 2020

Using overloaded operators and a node class with expression and literal subtypes. You overload operators for the expression class as well as the literal class where you either return the literal or further expand the expression