Alcivanio (Swift)inBootcampCreate a Clubhouse-like profile picture using SwiftIn this brief article, we'll discuss how we can change the corner radius rounding method to create smooth curves, instead of circular.Feb 13, 20211Feb 13, 20211
Alcivanio (Swift)Writing merge sort in-place in SwiftOnce in a while I like to review some sorting algorithms, the same with data structures. This week I was reviewing the merge sort.Feb 10, 20211Feb 10, 20211
Alcivanio (Swift)inBetter ProgrammingBuild Event Listeners in SwiftHow to design event listeners on iOS without adding retain cyclesFeb 20, 20202Feb 20, 20202
Alcivanio (Swift)Let's write an Inplace Heapsort in SwiftUsing only extensions, learn how to implement a inplace heapsort, and order your lists in O(n log n).Feb 19, 2020Feb 19, 2020
Alcivanio (Swift)Architecting with VIPER — The paper of the ViewWhat's the attributions of the View in the VIPER scene, and how to architecture better scenes without breaking the viper concepts.Feb 16, 2020Feb 16, 2020
Alcivanio (Swift)inBetter ProgrammingAlgorithms: Heapsort in SwiftSorting elements in O(n log n)Feb 16, 2020Feb 16, 2020
Alcivanio (Swift)inBetter ProgrammingLet’s Learn About Heaps in SwiftImplementing our own heap generic classFeb 15, 2020Feb 15, 2020
Alcivanio (Swift)inThe StartupSum neighbors of a given index in a bi dimensional matrix in SwiftI was solving this problem a couple days ago and I decided to post it here, so maybe I can help someone facing something similar.Feb 9, 2020Feb 9, 2020
Alcivanio (Swift)How to write an algorithm to find the shortest distance between two elements of an array in SwiftCheck how to write a performatic code to find the shortest distance between two members of an array.Feb 7, 2020Feb 7, 2020
Alcivanio (Swift)How to implement a HashTable using SwiftI was curious about some data structures, and hash table is one of them. I was wondering how I could implement one of these guys using…Feb 4, 20202Feb 4, 20202