BSc Computer Science Semester 2 (Topic 2)
Important Questions
In this post I am going to share important questions of Data Structure and Algorithm(Sem-2) for BSc Computer Science Student under Calcutta University.
Arrays
1. Define Array ? What are the advantages of using Array ?
2. Address Calculation in 2D array --> Row major and Column major implementation.
3. What are the limitations of Arrays ?
4. Algorithm / Pseudo Code for :-- Sort the element of 1-D Array
- Search the element of 1-D Array
- Merge two 1-D Array and then sort it
- Delete an element of an Array
- Delete the prime number of an Array
- Sum of Element of the 2-D array
- Take 2 matrix as an input and find the sum, difference, and multiplication of the matrices.
- Transpose of a Matrix.
5. Define Sparse Matrix ?
6. Polynomial representation using Array ?
7. Define Upper Triangular Matrix and Lower Triangular Matrix ?
<==Previous Topic Next Topic ==>
Comments
Post a Comment