SASamuel Adafiainadafia.hashnode.dev·Aug 30, 2020 · 6 min readBrief Performance Analysis of Arrays and Objects through the lens of Big O Notation.Deciding which data structure to use during software development can be challenging. This blog seeks to help you make a decision when it comes to the built-in data structures in JavaScript, objects and arrays. Their performance will be analysed by ta...00
SASamuel Adafiainadafia.hashnode.dev·Aug 30, 2020 · 8 min readBig O NotationAlmost all coding challenges have multiple approaches to solving them. Though all the different approaches get the job done, it is possible to rank them according to performance and efficiency. A standard system used by engineers to achieve this is t...00