Skip to content

RussellDash332/cs1010s-finals-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS1010S Finals Template 🐍

Python

You are definitely having trouble dedenting the code from the PDF.

Russell, 2021

This repository provides the Python file (.py) template to the past CS1010S, CS1010X, and CS1010FC finals if one decides to do it using Python IDE. Regardless, in the real final examination, Python IDE is not allowed for use and students are to do it by hand, i.e. write the code down on paper or use Examplify and type it manually without any debugging/compiling if online.

Please note that the answers and solutions are NOT provided for obvious reasons.

Shortcuts

General Notes

  • I will not focus on code tracing questions but still provide empty spaces for these questions. This is because the code has to be run line-by-line on Python Shell instead of IDE, thus it may give different results.
  • If you are reading this during finals, I wish you all the best for it! Also, feel free to fork or contribute by opening a pull request!

Main List

CS1010S/A

CS1010X

  • Back to top
  • Some questions expect you to define a function using C programming language. I will provide the Python version of the blank code instead.
  • Currently, this repository provides the template file for the following finals paper:
    Source Keyword 1 Keyword 2 Keyword 3
    June 2016 deep copy paths and DP in-place quicksort
    June 2017 filter with memo and fib list chains reverse sort
    June 2018 BST list undos list interleaving
    June 2019 triangle paths and DP multiset OOP pancake sort

CS1010FC

  • Back to top
  • Some questions expect you to define a function using C programming language. I will provide the Python version of the blank code instead.
  • Currently, this repository provides the template file for the following finals paper:
    Source Keyword 1 Keyword 2
    June 2014 mapf, mapv iterative count change
    June 2015 number set sum foo bar sorting

More

Releases

No releases published

Packages

No packages published

Languages