data structures

2 Articles 0 Followers


Selection Sort

16 May 2020 1 minute read 0 comments Henrique Rocha

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 separ...

Dynamic Array

3 May 2020 2 minute read 0 comments Henrique Rocha

It has been a long time since my last article about algorithms and data structures. This time I would like to continue on solving our problem mentioned in my previous Linked List article. If you still remember, the problem that we were trying to solv...