DEV Community

Discussion on: Skills in Python That Every Junior Should Know

Collapse
 
mikelogaciuk profile image
mikelogaciuk

Can someone explain me why I need to know all those algorithms since there are easier methods to find ex. max number or specific value etc? E.g. in OOP if I have to go through dict, I write a code which knows what is needed and finds it.