Skip to content

Instantly share code, notes, and snippets.

@StephanieSunshine
Last active December 2, 2021 18:49
Show Gist options
  • Save StephanieSunshine/c0506f6144bd3f625a3b7d2b4d45cbdb to your computer and use it in GitHub Desktop.
Save StephanieSunshine/c0506f6144bd3f625a3b7d2b4d45cbdb to your computer and use it in GitHub Desktop.
Pop Quiz #1
These questions are meant to be an evaluation of your skills. I do not want to see what Google thinks is the best solution to these problems, I want to see where your brain is at in your learning
Problem #1
Print a list of 10,000 numbers counting down from 10,000 to 1
Problem #2
Print a dictionary of 10 animals, each entry should have their name, age, and the sound that they make
Problem #3
Read up on big O notation. In one paragraph, explain what Big O notation is and why it is important for a programer to understand. You can use any resource available to you. Talk about it amongst yourselves, Matty would love to tell you all about it.
https://www.youtube.com/watch?v=Mo4vesaut8g
https://en.wikipedia.org/wiki/Big_O_notation
https://drive.google.com/file/d/1SPymc7tIPEGVe7MHd3mWgMZLm86IR8rz/view?usp=sharing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment