Showing posts from January 28, 2024

Data Structures Viva Question & Answers (TREES & GRAPHS)

--- ----------TREES----------------- 1. What is Binary Tree? ->A binary tree is a 2-ary tree in which each node(N) has atmost 2 children (either 0 or 1). The node with 2 children are called internal nodes, …

Data Structures Viva Question & Answers (Stack & Queue)

1. What is Data Structure?   ->A data structure is a model for organizing and storing data. Stacks, Queue, Linked Lists, and Trees are the examples of different data structures. Data structures are classified as either linear or non-linear:  ▪ A …

Engineering Human Values - Questions with personal opinion

1) what is your present vision of a happy & prosperous live?  Ans :-  As I am engineering student, happy & prosperous life involves achieving a balance between personal & professional growth. This includes excelling in academic pursuits,…

That is All