Thursday, December 2, 2021

Some Useful Resources To Learn Data Structures By Yourself

Before moving on to the Data Structure lessons please go through this link and make sure you have known all the basic concepts of a programming language. 

Books:

  1. [Bangla] “Computer Programming 2nd Part” written by “Tamim Shahriar Subeen”. Publisher: Dimik Prokashoni, 2016. Rokomari Link [Learn Pointer & Structure from here]
  2. [Bangla] “Computer Programming Part 3 Introduction to Data Structure & Algorithm” written by “Tamim Shahriar Subeen”. Publisher: Dimik Prokashoni, 2018. Rokomari Link [Learn Basic Data Structures and Algorithms from here]
  3. [Bangla] “Graph Algorithm” written by “Shafaet Ashraf”. Publisher: Dimik Prokashoni, 2016. Rokomari Link [Learn Graph Algorithms from here]
Disclaimer: Books 1-3 are not available in softcopy. Either you have to buy them or you can use alternative youtube playlists and blogs. 

Youtube Playlist:

  1. [Bangla] “Data structures and Algorithms in Bangla” by “Tamim Shahriar”. Link (An alternative for Book 2
  2. [English] “Data structures” by “mycodeschool”. Link (An alternative for Playlist 1
  3. [English] “Pointers in C/C++” by “mycodeschool”. Link (An alternative for Book 1

Blogs:

  1. [Bangla] "Bangla programming resources" Link
  2. [Bangla] "Shafaets Blog" Link (An alternative for Book 3)

For interview preparation and practice:

  1. [English] Geeksforgeeks Data Structures. Link
  2. [English Book] "Data Structures and Algorithms Made Easy" written by "Narasimha Karumanchi". Link
  3. [English Book] "Cracking the Coding Interview" written by "Gayle Laakmann". Link
Disclaimer: It is not so difficult to find the softcopy of Book 2&3, mentioned in the above preparation and practice section. Though I encourage you to buy the real book to inspire the authors.  

Happy Coding!!

No comments:

Post a Comment

Featured Post

Comparison of Sorting Algorithms at a Glance

I have compiled a comparison of major sorting algorithms. Hope, this will help in your upcoming interview.