Skip to content

Euclidean algorithm in brainfuck #407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from

Conversation

Ariana1729
Copy link
Contributor

So I basically wrote Euclidean algorithm in brainfuck

Currently, the input is ascii and output is ascii, maybe I can parse a numerical input and print numerically? Not sure which is better

why am i doing this mdr
@Ariana1729 Ariana1729 changed the title Did euclidean algorithm in brainfuck Euclidean algorithm in brainfuck Oct 1, 2018
@leios leios added Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) Hacktoberfest The label for all Hacktoberfest related things! labels Oct 1, 2018
@leios
Copy link
Member

leios commented Oct 2, 2018

I think it would be nice to include the explanation into the main markdown file for the chapter in the language switching method. That way, when BF is chosen, it comes with an appropriate explanation.

@jiegillet
Copy link
Member

For the record, this is awesome.

@jiegillet
Copy link
Member

Oh yeah, you haven't included the code in the chapter. Also you need to add brainfuck to book.json

@Ariana1729
Copy link
Contributor Author

Ok so I've added a subtraction algorithm that was way longer than expected and an explanation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest The label for all Hacktoberfest related things! Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants