Overview
Data Structures is an important subject for Computer Science and Engineering field. This course provides a strong foundation on logical and mathematical model
of storing and organizing the data in a computer memory, and this knowledge is also required for sorting and searching the data.
Various kinds of data structure are taught in this course, and how the Time (CPU Cycles) and Space (Memory) is affected for each sorting technique is discussed as well.
Interview questions and answers are provided and discussed in each session.
Topics Covered → Data Structure using Java → Git Version Control