News

One day I was trying to search for something like pygame for C++ and I found SDL2, but the implementation of this library was not easy for me. I decided to make this tutorial on how to implement SDL2 ...
Sorting seems like a simple process but it can take lot of computational power to perform sorting algorithms when the number of values to sort is very high. the difference in speed between different ...