Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/dat026
Programming exercises from DAT026 at Chalmers, http://www.cse.chalmers.se/edu/year/2010/course/DAT026/index.html
https://github.com/matachi/dat026
Last synced: 19 days ago
JSON representation
Programming exercises from DAT026 at Chalmers, http://www.cse.chalmers.se/edu/year/2010/course/DAT026/index.html
- Host: GitHub
- URL: https://github.com/matachi/dat026
- Owner: matachi
- Created: 2013-03-18T21:34:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-09T10:14:02.000Z (over 11 years ago)
- Last Synced: 2024-11-10T04:24:16.548Z (3 months ago)
- Language: Java
- Homepage:
- Size: 4.91 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DAT026, Mathematical modelling and problem solving
==================================================Group 0
Daniel Jonsson, IT, Chalmers
Florian Minges, IT, Chalmers[Course site](http://www.cse.chalmers.se/edu/year/2010/course/DAT026/index.html)
## Folders
* **find-constants**: Module 1 exercise 2, find constants for functions to fit
them to a set of coordinates.* **bouncing-balls**: Module 3 exercise 2, implement a 2D bouncing balls
program.