Insertion Sort

This is the continuation of the last article on selection sort. Please check it if you didn’t read it yet. The last of the slow algorithms we will talk about is insertion sort. This is the best performing algorithm for small arrays. The idea is also very simple and like selection sort the array is… Continue reading Insertion Sort

Vegan Fitness Week 5

On May 3rd I finished week 5 of my vegan fitness challenge. I’m writing this post after having finished week 6 yesterday. I really need to start writing a little bit every day and then edit everything on the day I finish the week. If you didn’t read about my week 4 you can read… Continue reading Vegan Fitness Week 5

Selection Sort

This is the continuation of the last article on bubble sort. If you didn’t read it you can read it clicking here. Another algorithm that is usually better than bubble sort is called selection sort. The idea is also very simple. You conceptually separate the list in two parts, the sorted one and the unsorted… Continue reading Selection Sort

Bubble Sort

This is the continuation of the previous article about the dynamic array data structure. If you didn’t read it you can read it clicking here. One of the prerequisites of doing a binary search is that the array or list has to be sorted. The algorithm that is usually taught as the first sorting algorithm… Continue reading Bubble Sort

Vegan Fitness Week 4

On April 25th I’ve finished week 4 of my vegan fitness challenge. If you didn’t read about my week 3 you can click here to read about it. This week was the worst until now but I’ve made a lot of discoveries that I will use for week 5. Current macros My macros for this… Continue reading Vegan Fitness Week 4

Vegan Fitness Week 3

I’m writing this post after having started week 4. If you didn’t read my report on my second week you can click here. I need to be a bit more consistent with my weekly reports that will read in the future and laugh about the things I was struggling with. I should have noted down… Continue reading Vegan Fitness Week 3

Vegan Fitness Week 2

Today is the end of week 2 of the vegan fitness challenge I’m working on. If you have missed my review of week 1, you can check my previous post here. My macros for this week were changed to have 300 calories more:Total Calories: 2000Protein: 141g (28%)Fat: 44g (20%)Carbohydrates: 259g (52%) This actually made a… Continue reading Vegan Fitness Week 2

Vegan Fitness

On Sunday, March 29th I started a vegan fitness challenge. I actually look at it as both a challenge and a transformation. I have been following Nimai Delgado for a while on Instagram and he was recently promoting his new vegan fitness challenge. I decided to try to enroll on this vegan transformation mainly to… Continue reading Vegan Fitness