Programming and Data Structures I
- Lecture Notes, Study Materials and Important questions answers
Subject : Programming and Data Structures I
C PROGRAMMING FUNDAMENTALS A REVIEW
- C Programming Fundamentals - A Review Topics Covered - Answer (click here)
- Conditional Statements - Answer (click here)
- Control statements - Answer (click here)
- Functions - Answer (click here)
- Arrays - Answer (click here)
- C Preprocessor - Answer (click here)
- Pointers - Answer (click here)
- Function pointers - Answer (click here)
- Function with Variable number of arguments - Answer (click here)
- Important Short Questions and Answers: Programming Fundamentals - Answer (click here)
C PROGRAMMING ADVANCED FEATURES
- Structures - Answer (click here)
- Union - Answer (click here)
- File handling concepts - read, write and Manipulations - Answer (click here)
- Important Short Questions and Answers: C Programming Advanced Features - Answer (click here)
LINEAR DATA STRUCTURES LIST
- Abstract Data Types (ADTs) - Answer (click here)
- List ADT array-based implementation - Answer (click here)
- Array Implementation of Lists List - Answer (click here)
- Singly Linked List - Answer (click here)
- Circularly linked lists - Answer (click here)
- Doubly linked lists - Answer (click here)
- Applications of lists - Answer (click here)
- Important Short Questions and Answers: Linear Data structures- List - Answer (click here)
LINEAR DATA STRUCTURES STACKS QUEUES
- Stacks ADT - Linear Data Structures - Answer (click here)
- Expression Evaluation and Syntax Parsing - Answer (click here)
- Queue ADT - Linear Data Structures - Answer (click here)
- Important Short Questions and Answers: Linear Data Structures - Stacks, Queues - Answer (click here)
SORTING SEARCHING AND HASH TECHNIQUES
- Sorting - Answer (click here)
- Bubble sort - Answer (click here)
- Quick sort - Answer (click here)
- Selection sort - Answer (click here)
- Insertion sort - Answer (click here)
- Shell sort - Answer (click here)
- Merge sort - Answer (click here)
- Radix sort - Answer (click here)
- Search Algorithm: Linear search or sequential search and Binary search - Answer (click here)
- Hashing - Answer (click here)
- Separate Chaining (Open Hashing) (or) External Hashing - Answer (click here)
- Open Addressing (Closed Hashing) - Answer (click here)
- Re Hashing Collision - Answer (click here)
- Extendible Hashing - Answer (click here)
- Important Short Questions and Answers: Sorting and Searching - Answer (click here)
No comments:
Post a Comment