Project Euler with Befunge 93
- Problems
001
-010
(blog) - Problems
011
-020
(blog) - Problems
021
-030
(blog) - Problems
031
-040
(blog) - Problems
041
-050
(blog) - Problems
051
-060
(blog) - Problems
061
-070
(blog) - Problems
071
-080
(blog) - Problems
081
-090
(blog) - Problems
091
-100
(blog) After 3 years it's finally done ! - Problems
101
-110
(blog)
- For some of the longer programs (err ... like ... all of them) use BefunExec or a similar fast interpreter. (Your interpreter should support int64 numbers for some programs)
- I restricted myself to the Befunge-93 instruction set, but some programs don't fit in the 80x25 size restriction - so I think they are technically Befunge-98 programs
- I have written a (more or less) short piece of text about every problem and my solution, you can read them on my website or look at the raw markdown on the bottom of each file.
The files in the root directory contain all sorts of comments, descriptions and (non-interpreted) noise.
If you want only the befunge-code look into the processed directory.
I compiled all my solutions with BefunCompile to C#, C, Java, Python 2 and Python 3 code.
You can find the compiled sourcecode in the compiled directory or compile them yourself with my BefunUtils toolset.