Categories
Programming & Web Development

Select sort algorithm explained with code and dance

Select sort is a very simple algorithm but it’s very inefficient for large lists, but it is good when memory is an issue, since it is an in-place sorting algorithm. Meaning it is an algorithm that doesn’t need to use extra memory to store sorted from unsorted elements. The way it works is the following: […]

Categories
Programming & Web Development

Insert-sort algorithm explained with code and dance

Insert sort is a fast algorithm for small lists. On some languages, insert sort is used to sort small arrays (small sometimes means less than 10) instead of more complex algorithms because it’s fast enough and doesn’t need much memory. To perform Insert-sort: take one element from the list on each iteration, starting from the […]

Categories
Photography

Ballet class

I had the opportunity to photograph a warm-up ballet class for the little girls at the National Dance Contest in Mexico city. This event is done yearly with students of many ages from all around the country from private and public dance schools. In all the years we’ve been together, this was the first time […]

Categories
Events Photography

25th Anniversary of the Nutcracker ballet by the ESMDM in Monterrey

A few weeks ago I was invited to the 25th Anniversary of the Nutcracker ballet by the ESMDM in Monterrey. As I’ve done for the last 3 or 4 years (maybe even more) I’ve been attending to the Nutcracker (and other events) by the ESMDM and took some pictures of it. Instead of just sharing […]