HCL | Backend Engineer
Summary
Interview Experience
### Problem Write a function that takes build dependency information and a list of files that have changed since the last build, and returns a list of targets that need to be rebuilt. The build dependencies are make-like target-dependency pairs, for example: [ ["prog", "a.o"], ["prog1", "b.o"]...


