Interview Prep Quiz Practice
Active Recall Drill Session
← Exit SessionQuestion 1 of 1
mediumInterview Prep
Given graph = { app: ['utils'], utils: [] }, what does topoSort(graph) (as defined in the Concept section) return?
code
topoSort({ app: ['utils'], utils: [] });