Can we learn DSA in 1.5 months for placement?

Vinay Somawat
May 20, 2022

--

You can learn some DSA in 1 month or 1 year.

It’s not about the time. It’s about dedication.

DSA is not a book that you’ll read and get proficient. Avg people take years to get at least good at it.

Start it today!!!

Some general questions that justify you are at least a good fit for placements -

  • Implement Queue using two stacks.
  • Detect loop in circular LinkedList.
  • Implement Create, update, delete operation in Binary Search Tree.
  • No of islands — graph
  • Basic/Medium array and string questions.

If you can answer all questions, you’re ready to go. If not try to find out by going through many tutorials and videos.

Good Luck!

--

--