Comments by "" (@murali-krishnan) on "Did my student pass my coding interview? (Very easy algorithm but tricky)" video.
-
Thanks for the video, Phil & Minnie.
At first, I thought it was an easy problem. Then, I tried to implement it on my own everything was going smoothly, and then suddenly I got stuck at the last. Need to work on algorithmic problems.
One question, Phil: Can we use higher-order functions like map, reduce, and filter and Object static methods like Object.entries(), keys(), and values in an algorithmic round?
I thought we should use basic, plain old for loop, for in-loop, and if statements in the algorithmic round. I know the algorithmic round is to test our problem-solving skills. Not what syntax we use. Just asking.
3