Web SEO Hacking the YouTube Algorithm 101 Panayiotis Georgiou 04/02/2019 0 When you are trying to become the next big YouTuber, you have to understand how the YouTube algorithm works. Here is your first!-->…
C Data Structure – Selection sort algorithm Panayiotis Georgiou 02/06/2014 0 The algorithm divides the input list into two parts: the sublist of items already sorted, which is built up from left to right…
C Data Structure – Bubble sort algorithm Panayiotis Georgiou 02/06/2014 0 Bubble sort, sometimes incorrectly referred to as sinking sort, is a simple sorting algorithm that works by repeatedly stepping…
C Data Structure – Insertion sort algorithm Panayiotis Georgiou 02/06/2014 0 Insertion sort is a simple sorting algorithm that builds the final sorted array (or list) one item at a time. (The example code…