Output the Wikipedia article for Kolmogorov Complexity

-6

Your job is to output the html of the current version (at the time of this writing) of the Wikipedia page for Kolmogorov complexity: https://en.wikipedia.org/w/index.php?title=Kolmogorov_complexity&oldid=781950121&action=raw (backup)

This is , so the shortest code wins.

PyRulez

Posted 2017-06-12T13:16:47.520

Reputation: 6 547

8I downvoted because I don't think this is an interesting challenge; there isn't much room for compression in my opinion. Other than maybe tags, not much can be done to compress it. – HyperNeutrino – 2017-06-12T13:23:20.280

@HyperNeutrino Well, you could encode the abstract concept of kolmogorov complexity, and then train a neural net on generating wikipedia articles, and then feed in the kolmogorov complexity concept. – PyRulez – 2017-06-12T13:27:44.780

I feel like that would be longer than just printing the text itself. – HyperNeutrino – 2017-06-12T14:10:19.450

1related – Arnauld – 2017-06-12T15:19:53.800

2You made a typo right in the title – Mr. Xcoder – 2017-06-12T15:32:53.830

Answers

3

7zip file manager: 12,156 bytes

hex dump: here

how to use:

7zip e [savedfileName]

I'm posting this because it's about as small as you can get it without using HTTP calls.

tuskiomi

Posted 2017-06-12T13:16:47.520

Reputation: 3 113

Is this valid seeing as it requires the use of an external file? – Shaggy – 2017-06-12T21:00:38.117

@Shaggy source code files aren't considered external. – tuskiomi – 2017-06-13T13:16:44.513

1

Bubblegum, 12,290 bytes

Hexdump of solution.

Try it online! (you have to paste the hexdump yourself, it's too long to fit in 30k chars)

Erik the Outgolfer

Posted 2017-06-12T13:16:47.520

Reputation: 38 134