Summarizing 4 Years of Studying Computer Science @mackharrisonn

Share

Summary

This video humorously depicts the struggle and pressure experienced by computer science students through various classroom scenarios and student interactions.

Highlights

Data Structures and Time Complexity
00:00:25

The class discusses the time complexity of an inorder traversal on a binary tree. A knowledgeable student explains it's O(N) for time and O(S) for space due to the recursive substack.

Early Classes and Unexpected Assignments
00:00:00

A professor asks a simple 'Hello World' question, which a student answers correctly. However, for homework, the professor assigns learning Hindi, to the students' confusion.

Live Coding Exam Pressure
00:00:58

A live coding exam is announced, requiring students to implement a recursive solution using dynamic programming and analyze its time complexity. Students ask about using custom IDEs, assuming optimal time complexity, and offering both recursive and iterative solutions, much to the professor's annoyance.

Recently Summarized Articles

Loading...