by AugustoCAS on 8/29/23, 4:58 PM with 2 comments
by AugustoCAS on 8/29/23, 4:58 PM
Coming from a Java background, where most data structures are mutable (lists, maps/sets, trees, etc) finding how the same problems are used with immutability is quite mind expanding (height balanced trees, rose trees, finger trees, etc) and how some other algorithms are impractical and expensive (e.g. bubble sort).
by lkuty on 9/5/23, 11:25 AM