5 DSA Projects you should build to make your Resume stand out ๐Ÿ”ฅ

5 DSA Projects you should build to make your Resume stand out ๐Ÿ”ฅ

ยท

2 min read

In this article, we are going to talk about 5 interesting projects which we can make by just using Data Structures and Algorithms (DSA). We don't have to learn Web Development to make these projects. We just have to apply the DSA that we have learnt.

BENEFITS OF MAKING DSA PROJECTS

  • We will get to know the real world use of Data Structure and Algorithm.
  • Interviewer will ask us the questions around that data structure and algorithm only that are used in the project.
  • Whenever we create projects using a data structure and algorithm, we should completely know that data structure or algorithm, its space complexity analysis and time complexity analysis (in best, average, and the worst case).

FEATURES THAT OUR PROJECT SHOULD HAVE

  • It should be unique so that we stand out in the selection process.
  • It should have a good UI as the person (HR) who shortlists the projects is a non-tech person so the first impression will be based upon design.
  • We should use a Database or API to show that we have a sound knowledge of that too.
  • Our project should be hosted so that the interviewer could have an immediate look at it.
  • It should use the MVC Framework. To know more about MVC Framework.

So let's start without further ado

- 2048 Game

- Map Navigator

- Money Split wise

- Algorithm UI

- File Zipper (Greedy Huffman Encoder)

ย