Implement Mock-10: Buy and Sell Stock 2 - #480
Conversation
Interview Problem: Best Time to Buy and Sell Stock II (BuySellStock2.java)Excellent work! Your solution demonstrates a strong understanding of the problem. Here are some observations: Strengths:
Minor Suggestions for Improvement:
Overall, this is an excellent solution that outperforms the reference solution in both time and space complexity. VERDICT: PASS Interview Problem: Peeking IteratorVERDICT REASON: [Brief reason for the stock market problem with maximum profit (LeetCode 122 - Best Time to Buy and Sell Stock II), NOT the Peeking Iterator problem. The student has solved a completely different problem than what was asked. The problem asked for a Peeking Iterator implementation, but the student provided a solution for the Best Time to Buy and Sell Stock II problem. VERDICT REan incorrect solution to the wrong problem. The student needs to redo this assignment with the correct problem solution. VERDICT: NEEDS_IMPROVEMENT |
No description provided.