GitHub topics: maximum-profit
igorskyflyer/calculus-ex
📊 A mathematical software which solves equations using the linear programming method. Linear programming (LP) (also called linear optimization) is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships. Written in Delphi. 🔐🔨
Language: Pascal - Size: 830 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 5 - Forks: 1

ndsvw/Maximum-Profit-Problem
Dynamic-Programming solution of the Maximum Profit Problem: Given an array of n integers representing a price of something over a time period: What is the maximum profit you can make by buying and selling at most k times?
Language: Python - Size: 148 KB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0
