Examples and assignments for DV1550 - Introduction To C
More courses
See also Course Notes at BTH
Each folder in this repository holds a PDF file explaining the assignment. If there are help files present, these will be in "helpfiles.zip". Each folder within the assignment folder is a solution to the assignment, contributed by a student.
C_DV1550:
├───assignments
│ └───2016
│ ├───1
│ │ │ assignment.pdf
│ │ └───solutions...
│ ├───2
│ │ │ assignment.pdf
│ │ └───solutions...
│ └───3
│ │ assignment.pdf
│ └───solutions...
└───projects
└───2016
│ assignment.pdf
│ helpfiles-linux.gz
│ helpfiles-osx.zip
│ helpfiles-win.zip
└───solutions...
Quickstart
Purpose of the repository
Contributing
Disclaimer
Learning new programming languages, algorithms, data structures etc. can be a tedious process. By providing real examples of solutions for various programming courses at BTH, we aim to shed light on typical assignments and projects given to students.
Any help with the project is more than welcome. If you have a course, an assignment, a project or the like you would like to share, feel free to open an issue or submit a pull request to get the process in motion.
This repository holds examples of solutions created by students. Although the solutions are most likely correct, they may not promote best practices, be performant or work on all systems. The solutions are meant for "learning by example", so beware not to submit these solutions to the same or similar course. We can not be held responsible for any consequences.