Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Does Looping Counter qualify as kolmogorov-complexity?

+1
−0

Lundin just suggested in a comment under another question that I tag the challenge Looping Counter as kolmogorov-complexity.

Now I'm not sure if it actually qualifies for that tag, for the following reasons:

  • It is an infinite loop producing an infinite output, unlike the existing challenges tagged that way which all produce a finite output.

  • The task allows for an arbitrary printable character to be used (and some solutions take advantage of that). Thus there are many possible outputs (one for each printable character).

So should I add the tag to that challenge? More generally, which, if any, of the above points are relevant on whether a challenge qualifies as kolmogorov-complexity?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+2
−0

No

Your logic is correct. kolmogorov-complexity requires for the same constant fixed output across all solutions.

This is not a static pattern, since it runs forever, so it doesn't fall under that umbrella. Allowing for a flexible character wouldn't really disqualify a question from kolmogorov complexity, however.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »