Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 350 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 350 Bytes

Transportation-Problem

This repository contains source code to solve transportation problems with North-West Corner Method and Vogel Approximation Method.

Made this for Numerical Analysis subject.

NorthWest corner method is solved using programming in C language. Vogel Approximation method uses python as the programming language to solve it.