potential-method
There are 2 repositories under potential-method topic.
arfin-parween/Amortized-analysis
This Repository contains topics related to Amortized Analysis. Amortized analysis is like budgeting for algorithms. Instead of focusing on the worst-case scenario for each operation, it looks at the overall cost of a sequence of operations.
ituvtu/TransportationProblem
This repository contains a C# application designed to solve the transportation problem using the North-West Corner Rule for initial solutions and the Potential Method for optimization, effectively minimizing transportation costs between multiple suppliers and consumers.