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

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

Awesome Lists containing this project

README

        

# Algorithmic Operations Research

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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)