Skip to content

dpamar/playground-wvbif0em

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrainFuck part 4 - Advanced maths

The goal of this playground is to learn some mathematical algorithms implemented using BF

At then end of this playground, you should be able to

  • read a decimal integer from standard input
  • perform euclidean division (quotient and remainder)
  • print an integer in base 10
  • read comma-separated decimal integers from standard input
  • compare integers (LE / LT / GE / GT)
  • compute integer part of square root
    • using Newton's method
    • using a naive but efficient approach

Have fun !

About

BrainFuck part 4 - Advanced maths

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published