sábado, 7 de mayo de 2016

My TODO list (to do)

As a common tag that you will find while using Eclipse IDE or perhaps in other IDEs, TODO (to do) means an incomplete code, something that must be done. We can't say that our program is over if we left TODOs behind. That being said, here is my TODO list:
  • TimSort: A very used sorting algorithm that you can find in Java, Python, Android and many other libraries.
  • Dual-pivot quicksort: As smart as it sounds, quicksort with two pivots is faster! It is used since the JRE7 update.

No hay comentarios.:

Publicar un comentario