Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philippkueng/datastructures-and-algorithms-fs12
- Owner: philippkueng
- Created: 2012-02-24T20:38:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T09:09:35.000Z (over 12 years ago)
- Last Synced: 2024-10-12T04:52:44.362Z (about 1 month ago)
- Language: C++
- Homepage: http://www.cadmo.ethz.ch/education/lectures/FS12/DA
- Size: 6.22 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 2004Copyright (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 MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.