Skip to content

Output optimizations

Ilya Kashnitskiy edited this page Jan 29, 2020 · 3 revisions

Task:

  • Output source file
  • Output every step for every ant.

Points for optimization:

  • Use buffer for fast output. I just use outbuff from my libft. It's really fast!