请问dfs中各个位置的函数作用相当于什么\
int dfs(int a){ f1(); for(auto i : a) { f2(); dfs(i); f3(); } f4(); }
如上伪代码,其中f1234分别一般用来干什么,还有下述描述有错吗?\
蟹蟹大佬帮助蒟蒻