Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philippkueng/datastructures-and-algorithms-fs12

programming part of weekly homework assignment
https://github.com/philippkueng/datastructures-and-algorithms-fs12

Last synced: 8 days ago
JSON representation

programming part of weekly homework assignment

Awesome Lists containing this project

README

        

# Datastructures and Algorithms Homework

This repo contains my solutions to the different homework assignments. Feel free to use it if it's helping you in any way.

To compile enter the line below into your UNIX console.

g++ -o application_name application_file.cpp -Wall

## License (CPP code only)

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2012 Philipp Küng

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.