DEV Community

Discussion on: Algorithms and Data Structures in JavaScript

Collapse
 
frosnerd profile image
Frank Rosner • Edited

Hi Isaac,

I think the chart was taken from bigocheatsheet.com/ and there it mainly talks about data structure operations (read, insert, update, delete) and sorting algorithms.

I agree with you that to say a complexity is bad cannot be done independently of the problem.

Collapse
 
isaacleimgruber profile image
IsaacLeimgruber

Yeah exactly thats the cheatsheet I had in mind :)