Quiz for DAA
Dhananjay GNDEC
Tuesday, June 2, 2026
Wednesday, May 27, 2026
Updated PPT for BCS401 Contains refrence material for Module-1 to Module-5
Assignemnt 1 , 2 are available in blog
Assignment 3 Solve numericals and submit
Friday, April 17, 2026
Wednesday, December 24, 2025
Written Assignment
Please solve all queations for QP available in Below Link
If question is repeated concider it as void
Tuesday, December 23, 2025
Assignment -Project Cipher Text
This cipher encrypts and decrypts a sequence of characters by dividing the sequence into blocks of size n, where n is specified by the encryption key. If the input text has a length that is not a multiple of input text has a length that is not a multiple of n, the last block is padded with null characters ('\0'). In addition to In addition to n, the key also specifies two parameters a and b. For each block, the i-th output character, starting from 0 as usual, is set to the j-th input character, where j = (ai + b) mod n. For appropriate choices of a and b, this will reorder the characters in the block in a way that can be reversed by choosing a corresponding decryption key (n, a′, b′).
For example, if n = 3, a = 2, and b = 3, the string Hello, world! would be encrypted like this:
Thursday, November 13, 2025
Syllabus Covered and PPT DATA STRUCTURES AND APPLICATIONS (BCS304)
Syllabus Covered
Module-1 8Hours
INTRODUCTION TO DATA STRUCTURES: Data Structures, Classifications (Primitive & Non-Primitive), Data structure Operations Review of pointers and dynamic Memory Allocation, ARRAYS and STRUCTURES: Arrays, Dynamic Allocated Arrays, Structures and Unions, Polynomials, Sparse Matrices, representation of Multidimensional Arrays, Strings STACKS: Stacks, Stacks Using Dynamic Arrays, Evaluation and conversion of Expressions
Text Book: Chapter-1:1.2 Chapter-2: 2.1 to 2.7 Chapter-3: 3.1,3.2,3.6
Reference Book 1: 1.1 to 1.4
Module-2 8Hours
QUEUES: Queues, Circular Queues, Using Dynamic Arrays, Multiple Stacks and queues. LINKED LISTS : Singly Linked, Lists and Chains, Representing Chains in C, Linked Stacks and Queues, Polynomials
Text Book: Chapter-3: 3.3, 3.4, 3.7 Chapter-4: 4.1 to 4.4
Module 3 8Hours
LINKED LISTS : Additional List Operations, Sparse Matrices, Doubly Linked List.
If any discripancies are found write back to dhananjay@gndecb.ac.in
Subscribe to:
Posts (Atom)
Quiz for DAA Click here to answer Quiz
-
Syllabus Covered Module-1 8Hours INTRODUCTION TO DATA STRUCTURES: Data Structures, Classifications (Primitive & Non-Primitive), Data ...
-
Analysis and Design Of Algorithm BCS401 PPT - Click here to download
-
Assignment 2 write a C program to perform following 1. Program DataProducerA Produces a random number (minimum 200 values) The random numb...