+ 9
Program a function plotter ⚠Hard⚠ [CHALLENGE] 📈
Program an ASCII function plotter in the language of your choosing. Here is some inspiration https://stackoverflow.com/questions/20295646/JUMP_LINK__&&__python__&&__JUMP_LINK-ascii-plots-in-terminal Good luck! Best contribution gets best answer. Gets updated if a better answer is posted.
9 odpowiedzi
+ 10
i wrote a sinus function as celebration code
https://code.sololearn.com/cjDUSYK1P6Uq/?ref=app
+ 9
Don't like Python so much... Here's a C++ solution:
https://code.sololearn.com/cl7W0INJ09VO
+ 4
for experts...
+ 3
probably not exactly what you were looking for, but hey, it's just a simple attempt at your trying conundrum :)
https://code.sololearn.com/crWap72VT7rM/
+ 2
This code I wrote earlier almost meets your challenge specifications. However, it doesn't use ASCII
https://code.sololearn.com/Wykd7Sz9zOcu/?ref=app
+ 1
Nice contribution @Simon Descarries 😄.
+ 1
By the way two fractal functions.
https://code.sololearn.com/ccr564cEPRwJ/?ref=app
https://code.sololearn.com/cH8ICm72h87A/?ref=app
0
lol