We hear it so often: I need to ace algorithms to land a SW job. To a certain extent yes. You surely need to understand what data structure to use and make efficiency trade-offs.
Articles on algorithms
Twitter digest 2017 week 18
By PyBites Team on 7 May 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
5 tips to speed up your Python code
By Bob Belderbos on 21 February 2017
In this post I will give you 5 tips to speed up your code.
Twitter digest 2017 week 07
By PyBites Team on 18 February 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Twitter digest 2017 week 04
By PyBites Team on 28 January 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
A great book that makes algorithms accessible
By Bob Belderbos on 3 January 2017
I finished reading Grokking Algorithms, it’s a very accessible resource for learning algorithms / data structures, highly recommended.