Subject Details
Dept     : MECH
Sem      : 2
Regul    : R-2023
Faculty : Mr. Karthikeyan. K
phone  : 9842169005
E-mail  : sns.cse.karthik@gmail.com
79
Page views
11
Files
4
Videos
3
R.Links

Icon
Syllabus

UNIT
1
C PROGRAMMING FUNDAMENTALS A REVIEW

Conditional statements – Control statements – Functions – Arrays – Preprocessor - Pointers - Variation in pointer declarations – Function Pointers – Function with Variable number of arguments

UNIT
2
C PROGRAMMING ADVANCED FEATURES

Structures and Unions - File handling concepts – File read – write – binary and Studio - File Manipulations.

UNIT
3
LINEAR DATA STRUCTURES – LIST

Abstract Data Types (ADTs) – List ADT – array-based implementation – linked list implementation –– singly linked lists- circularly linked lists- doubly-linked lists – applications of lists –Polynomial Manipulation – All operation (Insertion, Deletion, Merge, Traversal)

UNIT
4
LINEAR DATA STRUCTURES – STACKS, QUEUES

Stack ADT – Evaluating arithmetic expressions- other applications- Queue ADT – circular queue implementation – Double ended Queues – applications of queues

UNIT
5
SORTING, SEARCHING AND HASH TECHNIQUES

Sorting algorithms: Insertion sort - Selection sort - Shell sort - Bubble sort - Quick sort - Merge sort - Radix sort – Searching: Linear search –Binary Search Hashing: Hash Functions – Separate Chaining – Open Addressing – Rehashing – Extendible Hashing

Reference Book:

Balagursamy “Programming In Ansi C “TATA Mc Graw Hill, First Edition,”2019

Text Book:

Brian W. Kernighan and Dennis M. Ritchie, “The C Programming Language”, 2nd Edition, Pearson Education, 1988.