supervision_3.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Programming in C and C++ -- 2020/21 -- Supervision 3</title>
  5. </head>
  6. <style>
  7. code, pre {
  8. font-size: 1.2em;
  9. color: darkslateblue;
  10. }
  11. </style>
  12. <body>
  13. <h1>Programming in C and C++ (2020/21)<br/>Supervision 3</h1>
  14. <p>The third supervision is generally for spillover from the second one, and revision.</p>
  15. <p>For revision, the following should cover a lot of ground and should not take you very long (ignore any repeated/overlapping questions).</p>
  16. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1995p6q5.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1995p6q5.pdf</a></p>
  17. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2009p3q1.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2009p3q1.pdf</a></p>
  18. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2011p3q3.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2011p3q3.pdf</a></p>
  19. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2012p3q3.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2012p3q3.pdf</a></p>
  20. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2015p3q2.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2015p3q2.pdf</a></p>
  21. <p>As for more practical exercises, I suggest these. Don't feel like you have to do all of them if you don't have time, but aim for at least two.</p>
  22. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1997p5q5.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1997p5q5.pdf</a></p>
  23. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2007p3q4.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2007p3q4.pdf</a></p>
  24. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2010p3q6.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2010p3q6.pdf</a></p>
  25. <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2014p3q3.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2014p3q3.pdf</a></p>
  26. </body>
  27. </html>