Skip to content

Mikescher/Project-Euler_Befunge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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)

Notes

  • 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.

Clean files

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.

Compiled code

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.

About

Solutions to Project Euler problems in Befunge-93 (with extended grid size)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published