Skip to content

CourseNotesBTH/DV1550

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

DV1550 - Introduction To C

Examples and assignments for DV1550 - Introduction To C

More courses
See also Course Notes at BTH

Quickstart

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...

Table of contents

Quickstart
Purpose of the repository
Contributing
Disclaimer

Purpose of the repository

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.

Contributing

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.

Disclaimer

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.

About

Examples and assignments for DV1550 - Introduction To C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published