528
Page views
48
Files
2
Videos
9
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Structure of a C program – compilation and linking processes
word
download   open file
Constants, Variables – Data Types
word
download   open file
Expressions using operators in C
word
download   open file
Managing Input and Output operations
word
download   open file
Decision Making and Branching
word
download   open file
Looping statements
word
download   open file
Strings- String operations – String Arrays.
word
download   open file
Arrays – Initialization – Declaration – One dimensional and Two-dimensional arrays.
word
download   open file
Simple programs- sorting- searching and matrix operation
UNIT 2:
word
download   open file
Functions – Pass by value – Pass by reference
word
download   open file
Recursion
word
download   open file
Pointers - Definition – Initialization
word
download   open file
Structures and unions - definition
word
download   open file
Pointers arithmetic
word
download   open file
Union - Programs using structures and Unions
word
download   open file
Storage classes
word
download   open file
Pre-processor directives
word
download   open file
Structure within a structure
UNIT 3:
word
download   open file
Stack
word
download   open file
Queues
word
download   open file
Arrays and its representations
word
download   open file
Linked List
word
download   open file
Evaluation of Expressions
word
download   open file
Linked list based polynomial addition.
word
download   open file
Singly linked list
word
download   open file
Doubly linked list
word
download   open file
Circular linked list
word
download   open file
Doubly Circular linked list
UNIT 4:
word
download   open file
Union-Find operations
word
download   open file
Graph and its representations
word
download   open file
Set representations
word
download   open file
Applications of trees
word
download   open file
Binary Search Trees
word
download   open file
Binary tree representation and traversals
word
download   open file
Binary Trees
word
download   open file
Trees
word
download   open file
Graph Traversals
UNIT 5:
word
download   open file
Linear Search
word
download   open file
Binary Search
word
download   open file
Bubble Sort
word
download   open file
Insertion sort
word
download   open file
Merge sort
word
download   open file
Quick sort
word
download   open file
Hash tables
word
download   open file
Overflow handling