Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 17, 2021 11:48 am GMT

Data-structure & Algorithm

Why learn Data-Structures And Algorithm ?

  1. To Crack the Interviews of the Top Product Based Companies.
  2. To Solve Some Real-World Complex Problems.
  3. Data structure and algorithms help in understanding the nature of the problem at a deeper level and thereby a better understanding of the world.

Where to Start As beginner.

These days there is a lot of platforms to start with data structure and Algorithm.At First, you must know a programming language like c++/java/python, then basic data structures like an array, hash map, tree, graphs, heap, etc. After this, move to coding platforms like hackerrank. HackerEarth, Leetcode, CodeChef, codeforces, etc and start practicing the variety of questions.

Choosing a Programing Language .

Which one to choose according to one's choice, need and Syntax Comfort-ability.

My opinion:-

  • C++: If you are interested in coding contests like ACM-ICPC then C++ makes your contest easy because of its STL library in-build functions.

  • Java: If you want to explore coding contests and development both, better to go with java, but you will not get a library like STL in it. And also syntax is a bit lengthy.

  • Python: Basically python is best for development but can also be used for coding contests, with rich in-build library functions.

Where to Practice .

Note/Suggestion:

First solve 250 to 350 Standard questions (must do) before moving to any Competitive coding platform. Benefit of doing-After doing the SDE sheet you will have basic clarity and command over the data structure.

1.SDE Sheets
There is so many SDE sheet available on the internet but some
amazing ones are here.

2.Platforms for Competitive Programming

  • Codechef
  • Codeforces

Best resources

  1. Websites
  1. Youtube Channels

Mistakes Done by learners while learning Data structure & Algorithm

  • Inconsistency is the one of the Major problem , which must be avoided while doing daily problem-solving.
  • Going through so many resources, Not completing any one SDE sheet will make you land no ware.

Best Practices

  • Solve daily at least 2 questions from any platform, it will give you confidence and make you learn a lot.
  • Always stick to 1 resource completely and then move to another one.

Thanks

And show your support
Buy me a coffee


Original Link: https://dev.to/pawanupadhyay10/data-structure-algorithm-1p29

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To