|
|
|
|
|
by lumost
1451 days ago
|
|
a lot of CS undergrads compress out recursion knowledge. They learn that most recursion is best skipped in favor of iteration/dp, and they learn that they should implement things efficiently. It’s possible the undergrad assumed you were referring to an efficient recursive algorithm or simply forgot most recursion. |
|