Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 354 Bytes

preparation.md

File metadata and controls

7 lines (5 loc) · 354 Bytes

How to prepare

  • Identify core topics such as array, linked list, stack, queue and then followed by tree, graph etc.
  • Learn the most common algorithms - merge sort, quick sort, binary search etc.
  • Focus on time complexity and space complexity.

Striver's DSA sheet