Skip to content

carrot2803/comp1603

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1603 Paper Solutions

This repository contains Sem2 2023 solutions. This is a follow up to the Comp1602 past paper practise repo I worked on with Paul Taylor.

https://github.com/carrot2803/comp1602.git

Usage

Each past paper is organized by year/month, and each question is in the form qN, where N is the question number. The past paper in PDF format can also be found in the corresponding year/month folder.

Installation

There are several ways to save this repository on your device. Two of these options include:
git clone https://github.com/carrot2803/comp1603.git

Why do some solutions use recursion extensively?

Many students struggle with recursion, so some solutions were designed to be recursive to help improve their understanding and mastery of this concept.

What are the "new", "boolalpha" and other functions used for in some of the solutions?

These functions are not directly related to the problems being solved and are used to generate sample outputs in the main function.

The "new" keyword is used to dynamically allocate memory for nodes in linked lists, while the "boolalpha" function is used to print Boolean values as "true" or "false".

These functions are not covered in the course syllabus but are useful for convenient sample outputs.

Contributing

If you find an error in any of the past paper questions, or you want to add more questions to the repository, feel free to contribute. You can fork the repository, make your changes, and submit a pull request. I appreciate any help in improving this repository. For example the addition of high quality comments.

Support

If you have any questions, issues, or suggestions regarding the questions, please don't hesitate to contact me on Discord at carrot#8856 or join the support server at [https://discord.gg/TFEbHkCyT3].

I am not advertising or promoting this Discord server nor limiting access to it; it's simply a means to assist you. If you have me on WhatsApp, you can also tag me in the group chat or send me a direct message.

About

pass papers for 1603

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages