DEV Community

Cover image for Free resources to master algorithms & data structure
Aya Bouchiha
Aya Bouchiha

Posted on

Free resources to master algorithms & data structure

Hi, this is #day_30 which is the end of the series of data structure and algorithms, we talked about many types of data strucutre (linear and non-linear) such as stacks, queues, hash tables, heaps ,linked list, additionnaly, we discussed not only sorting algorithms like merge sort and quick sort, but also searching algorithms such as binary search, linear search, as well as interpolation search.

In this post, I'm going to share with you the most useful and helpful resources to study & master data structure and algorithms.

Books to learn data structure and algorithms

  • The Algorithm Design Manual by Steve S. Skiena
  • Introduction to Algorithm by Thomas H. Cormen
  • Grokking Algorithms: An illustrated guide for programmers and other curious people by Aditya Bhargava
  • Data Structure and Algorithms in Java by Robert Lafore
  • Algorithms in a nutshell: A Practical Guide by George T.Heineman
  • Data Structures and Algorithms Made Easy
  • Algorithms by Sanjoy Dasgupta
  • Advanced Data Structures by Peter Brass

Platforms and websites to learn data structure and algorithms

Free courses to learn data structure and algorithms

If you have any additional resources to add to this post let us know in the comments section, please.

Have an amazing day!

telegram

Latest comments (3)

Collapse
 
weltam profile image
Welly Tambunan

awesome.. it's the core of every developers arsenal. and practicing also is a great way to master the concept

we can use leetcode, hackerrank, codewars etc for training. even we don't want to compete in codeforces etc as cp developers.

we can still increase our brain muscle

Collapse
 
ayabouchiha profile image
Aya Bouchiha

I totally agree with you, because if you want to master something you should practice.
Thank you a lot for this comment 🙏🏻

Collapse
 
ayabouchiha profile image
Aya Bouchiha

Have a great day !