Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1.   function GenerateComplexString(int n)
  2.      for i = 1 to infinity:
  3.         for each string s of length exactly i
  4.            if KolmogorovComplexity(s) >= n
  5.               return s
  6.              
  7. function GenerateParadoxicalString()
  8.       return GenerateComplexString(n0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement