Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 489 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 489 Bytes

Cost Function

The cost a postive integer m for m > 1 is defined as the minimum of CS(a)+CS(b) such that a and b are positive integers and m = a * b for a binary operation * ∈ S. Regardless of S, CS(1) = 1. This function is similar to Komgorov complixities, however it is computable.

Contents of Repository

This repository contains a collection of files used for calculating the cost of an integer as well as tables of their costs.