All topics of Datastructure and algorithm for interview preparations

 

Syllabus

The syllabus for Foundation level is mentioned below:



Data structure & Algorithm

  • Basic Data Structures: Arrays, Strings, Stacks, Queues
  • Asymptotic analysis (Big-O notation)
  • Basic math operations (addition, subtraction, multiplication, division, exponentiation)
  • Sqrt(n) primality testing
  • Euclid’s GCD Algorithm
  • Basic Recursion
  • Greedy Algorithms
  • Basic Dynamic Programming
  • Naive string searching
  • O(n logn) Sorting
  • Binary Searching

This topics are covers all beginner and moderate level interview question

There are many sources for learning this topics easily and afficient

Thanks for watching

Comments