1 Year of College Computer Science in 1 Minute This is a 1 minute video that you need to know in the first year of a college computer science degree. Clarifications in the video: - This video is intended for high schoolers that are looking at college major options, a current college student that is undeclared and thinking about major options, or an upcoming/current college freshman studying CS and seeing what to expect. - The things talked about in this video is just an overview of the concepts. - I know that in the first year of CS in college, you have to take maths classes. This is just about CS classes. - For where I talked about recursion, I realized I messed up and it should really be return x mul(x, y - 1) for the code to actually multiply. - For where I talked about algorithms, I messed up on the selection sort, it should really be (array[i], array[min_index]) = (array[min_index], array[i]) for the elements to actually swap. ★Leave a like and subscribe
Hide player controls
Hide resume playing