Online Classes: Data Structures
Online Classes: Data Structures
ON
DATA STRUCTURES
Presented by
Chandra Sekhar Sanaboina
Assistant Professor
Department of CSE
University College of Engineering Kakinada
Jawaharlal Nehru Technological University Kakinada
Agenda:
Importance of GATE
Benefits of GATE
When to start preparation for GATE
General tips for GATE
Tentative Schedule of GATE – 2021
Exam Pattern for GATE – 2021
Expected Cutoff Marks for GATE – 2021
Cutoff Marks for CS&IT in GATE
M.Tech or MS
2 Years Course for M.Tech and 2-3 Years for MS in india (Research oriented)
M.Tech needs High GATE score whereas MS requires less GATE score
Government will pay for you through stipend
High remuneration in corporates R&D (through placements) if you are into IITs
or NITs
Sponsorship programs
DRDO, CSIR, ISRO research labs
Research oriented projects
DRDO etc.,
JRF (Junior Research Fellowships)
CSIR research labs
Integrated Ph.D’s (5 Years) in some of the IITs
Strengthens your resume
Free Lancing on GATE and competitive examinations with high package
There is no need to look at the panchangam and good time for good deeds…you
can start from the first year itself (but take the flavor of engineering in the first year
by just concentrating more on mathematics only)
1st year – Mathematics
2nd Year – DMS, OS, CN, COA
Take Mock Tests (subject wise or entire GATE level), analyse your results
Very less mistakes in the final examinations
Select subjects of your interest
Start with Important topics
Understand the basics thoroughly in each subject and solve maximum number
of problems if any
Maintain short notes on each and every subject you study (to aid in revision
and fast track preparation at the last minute)
Solve the previous GATE questions on those subjects
Revision…revision…revision (for perfection)
Type of Questions: The questions will of Multiple Choice Questions (MCQ) &
Numerical Answer Type (NAT)
Marking Scheme: For MCQs and NATs, various questions will be of 1 or 2 marks.
In MCQs of 1 mark, 1/3 marks will be deducted for wrong responses. For MCQs of
2 mark, 2/3 marks will be deducted for incorrect answers.
Note: There will be NO negative marking for a wrong answer in NAT questions
and there is no sectional time limit
Electronics and
25 25.5 16.50
Communication
Agenda:
Weightage of Data Structures in GATE
Syllabus of Data Structures in GATE
Best Books on Data Structures for GATE
Distribution of Marks in each and every topic of Data Structures
YEAR MARKS
2018 9
2017 14
2016 11
2015 18
2014 10
Don’t Worry –
• They will not ask too much complex questions from Programming and DS
TITLE:
Introduction to Algorithms
EDITION:
Third Edition
AUTHORS:
Thomas H Cormen
PROS and CONS:
Only theory and no programming
TITLE:
The C Programming Language
EDITION:
Second Edition
AUTHORS:
Brain W Kernighan
Dennis Ritchie
PROS and CONS:
Best for programming in C Language
Agenda:
Data Structures
Definition
Classification of Data Structures
Linear Data Structures
Non-Linear Data Structures
The need for Data Structures
Efficiency
“I will, in fact, claim that the difference between a bad programmer and a good one is
whether he considers his code or his data structures more important. Bad
programmers worry about the code. Good programmers worry about data structures
and their relationships.”
Linus Torvalds, 2006
File structure is an organization for data on peripheral storage, such as a disk drive
The choice of data structure and algorithm can make the difference between a
program running in a few seconds or many days
2. Determine the basic operations that must be supported. Quantify the resource
constraints (Time & Space) for each operation.