0% found this document useful (0 votes)
0 views3 pages

Programming and Data Structures (1)

The document outlines a detailed course syllabus for Data Structure and Programming, focusing on C programming. It covers topics such as data types, conditional statements, loops, functions, pointers, strings, structures, dynamic memory allocation, and various data structures including arrays, linked lists, stacks, queues, and trees. Additionally, it includes sections on hashing and miscellaneous programming problems, along with short notes for both C and data structures.

Uploaded by

Eswar Vineet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views3 pages

Programming and Data Structures (1)

The document outlines a detailed course syllabus for Data Structure and Programming, focusing on C programming. It covers topics such as data types, conditional statements, loops, functions, pointers, strings, structures, dynamic memory allocation, and various data structures including arrays, linked lists, stacks, queues, and trees. Additionally, it includes sections on hashing and miscellaneous programming problems, along with short notes for both C and data structures.

Uploaded by

Eswar Vineet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Detailed

Course Syllabus
Course Contents

DATA STRUCTURE AND PROGRAMMING


INTRODUCTION TO C PROGRAMMING
- Introduction to C Programming
- Data Type and Operators

CONDITIONAL STATEMENTS, STORAGE CLASSES


AND SCOPES
- Condition Statements and Built-in Functions
- Storage Class and Scope
- Questions on Operators, Conditions, Storage Classes and Scope

LOOPS, FUNCTIONS AND RECURSION


- Loops
- Functions, Recursion
- Questions on Loops, Functions and Recursion

POINTER
- Pointer Concept
- Pointer and Array
- Pointer and Functions
- Pointer Arithmetic
- Questions on Pointers

STRING, STRUCTURE, UNION AND DMA


- Strings
- Structure
- Dynamic Memory Allocation
- Questions on String, Structure, Union and DMA

INTRODUCTION TO DATA STRUCTURE


- Introduction to Data Structure

ARRAY AND LINKED LIST


- Array
- Array Arithmetic
- Linked List Construction
- Linked List Operations
- Types of Linked Lists
- Questions on Array and Linked List
Course Contents

STACK
- Stack Definition
- Applications of Stack
- Questions on Stack, Tower of Hanoi

QUEUE AND TREES


- Queue Implementation
- Queue Applications
- Trees part-1
- Trees part-2
- Questions on Queue and Trees

HASHING
- Hashing
- Questions on Hashing and All DS

MISCELLANEOUS
- Additional Problems on Programming and Data Structure

DATA STRUCTURES & PROGRAMMING IN C


- Short notes for C
- Short Notes for DS

SHORT NOTES FOR DS


- Short Notes for DS

You might also like