Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aborg-dev/discrete_optimization_class
Coursera Discrete Optimization class excercises https://www.coursera.org/course/optimization
https://github.com/aborg-dev/discrete_optimization_class
Last synced: 25 days ago
JSON representation
Coursera Discrete Optimization class excercises https://www.coursera.org/course/optimization
- Host: GitHub
- URL: https://github.com/aborg-dev/discrete_optimization_class
- Owner: aborg-dev
- Created: 2014-01-12T09:04:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T09:17:14.000Z (almost 11 years ago)
- Last Synced: 2024-10-13T19:10:12.996Z (25 days ago)
- Language: Java
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Discrete Optimization coursera course programming assignments repository
https://class.coursera.org/optimization-001/class/indexIntroduction
============There are my solutions for Programming Exercises from Coursera Discrete Optimization classes. Made in Python/C++/Java.
Collaboration Policy
==========This class is a community and we encourage as much collaboration as possible within that community. However, to ensure the best learning experience for everyone, we must place some limits on what you can share. There are two guiding principles at the core of fair collaborations,
Your code and algorithms should be your own.
Do not share your solutions with anyone (including any public forum)Both of these policies are designed to prevent students from skipping the coding part of the course, which is the essential learning component. Copying code goes as far as downloading binaries that solve the problem of any assignment. This is a core difference from general purpose optimization tools. Tools that solve a wide range of problems are permitted, but tools that are specialized to one specific problem constitute code sharing. You are not permitted to share your solutions because they can be easily used by other students to cheat.