Tuesday, 8 May 2018

Programming and Data Structures I - Lecture Notes, Study Materials and Important questions answers



Programming and Data Structures I
- Lecture Notes, Study Materials and Important questions answers




Subject : Programming and Data Structures I

C PROGRAMMING FUNDAMENTALS A REVIEW

  1. C Programming Fundamentals - A Review Topics Covered - Answer (click here)
  2. Conditional Statements - Answer (click here)
  3. Control statements - Answer (click here)
  4. Functions - Answer (click here)
  5. Arrays - Answer (click here)
  6. C Preprocessor - Answer (click here)
  7. Pointers - Answer (click here)
  8. Function pointers - Answer (click here)
  9. Function with Variable number of arguments - Answer (click here)
  10. Important Short Questions and Answers: Programming Fundamentals - Answer (click here)

C PROGRAMMING ADVANCED FEATURES

  1. Structures - Answer (click here)
  2. Union - Answer (click here)
  3. File handling concepts - read, write and Manipulations - Answer (click here)
  4. Important Short Questions and Answers: C Programming Advanced Features - Answer (click here)

LINEAR DATA STRUCTURES LIST

  1. Abstract Data Types (ADTs) - Answer (click here)
  2. List ADT array-based implementation - Answer (click here)
  3. Array Implementation of Lists List - Answer (click here)
  4. Singly Linked List - Answer (click here)
  5. Circularly linked lists - Answer (click here)
  6. Doubly linked lists - Answer (click here)
  7. Applications of lists - Answer (click here)
  8. Important Short Questions and Answers: Linear Data structures- List - Answer (click here)

LINEAR DATA STRUCTURES STACKS QUEUES

  1. Stacks ADT - Linear Data Structures - Answer (click here)
  2. Expression Evaluation and Syntax Parsing - Answer (click here)
  3. Queue ADT - Linear Data Structures - Answer (click here)
  4. Important Short Questions and Answers: Linear Data Structures - Stacks, Queues - Answer (click here)

SORTING SEARCHING AND HASH TECHNIQUES

  1. Sorting - Answer (click here)
  2. Bubble sort - Answer (click here)
  3. Quick sort - Answer (click here)
  4. Selection sort - Answer (click here)
  5. Insertion sort - Answer (click here)
  6. Shell sort - Answer (click here)
  7. Merge sort - Answer (click here)
  8. Radix sort - Answer (click here)
  9. Search Algorithm: Linear search or sequential search and Binary search - Answer (click here)
  10. Hashing - Answer (click here)
  11. Separate Chaining (Open Hashing) (or) External Hashing - Answer (click here)
  12. Open Addressing (Closed Hashing) - Answer (click here)
  13. Re Hashing Collision - Answer (click here)
  14. Extendible Hashing - Answer (click here)
  15. Important Short Questions and Answers: Sorting and Searching - Answer (click here)

No comments:

Post a Comment