About this course
This course introduces some basic data structures (arrays, linked lists, stacks, queues, trees and heaps) and algorithms (various sorting algorithms, and algorithms for operations on binary search trees and heaps). We will also cover recursion in this course. Use of graphics and animations makes the lectures very easy to understand and digest. After taking this course, you will loose your fear for data structures and algorithms.
What are the requirements?
- Although any programming language may be used by the student, we use the java programming language to implement algorithms.
What am I going to get from this course?
- Over 102 lectures and 5 hours of content!
- Be able to know and implement various data structures and algorithms
- Be able to write your own algorithms and understand if their running time is good or bad
What is the target audience?
- Anyone who wants to learn data structures and algorithms (introductory)
- Anyone appearing for interviews, can be used to understand from grounds up, or as a quick revision