https://github.com/billsioros/algorithmic-operations-research
Algorithmic Operations Research
https://github.com/billsioros/algorithmic-operations-research
complexity-analysis complexity-theory computational-geometry linear-algebra linear-algorithms linear-programming linear-systems operations-research theory-of-computation
Last synced: 3 months ago
JSON representation
Algorithmic Operations Research
- Host: GitHub
- URL: https://github.com/billsioros/algorithmic-operations-research
- Owner: billsioros
- License: mit
- Created: 2019-10-18T14:05:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:59:19.000Z (over 1 year ago)
- Last Synced: 2025-01-24T22:46:39.197Z (5 months ago)
- Topics: complexity-analysis, complexity-theory, computational-geometry, linear-algebra, linear-algorithms, linear-programming, linear-systems, operations-research, theory-of-computation
- Language: TeX
- Homepage: http://www.di.uoa.gr/eng/node/1103
- Size: 16.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithmic Operations Research
[](https://opensource.org/licenses/MIT)
## Homework
* [Homework 1](Homework_1/homework.pdf)
* [Homework 2](Homework_2/homework.pdf)
* [Homework 3](Homework_3/homework.pdf)
* [Homework 4](Homework_4/homework.pdf)
* [Homework 5](Homework_5/homework.pdf)
* [Homework 6](Homework_6/homework.pdf)## Presentation
* [Sudoku from the perspective of Linear Programming](SUDOKU/README.md)
## Contributors
* [Sioros Vasileios](https://github.com/billsioros)
* [Andrinopoulou Christina](https://github.com/ChristinaAndrinopoyloy)## Source Code
* [Parsing homework assignments and generating LaTeX](https://github.com/billsioros/latex-homework-parser)
* [2D Pattern Classification via Linear Programming for presentation purposes only](https://github.com/billsioros/classifier2D)
* [Creating and Solving Variations of Sudoku Puzzles](https://github.com/billsioros/sudoku-generator-n-solver)