Open In App

Crossword Puzzle Of The Week #26 (DSA for Beginners)

Last Updated : 10 Jul, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

In this issue of Crossword Puzzle of the Week, we will dive into the topics of DSA for beginners. The solution to the crossword puzzle is provided at the end.

file

Crossword #26

HINTS:

DOWN:

1. _______function is used to insert an element at the top of the stack. 
3. A _______is called a tree if it is a connected acyclic graph.
4. ________method is used to retrieve or fetch the first element of the Stack or the element present at the top of the Stack. The element retrieved does not get deleted or removed from the Stack.
6. A _______ Algorithm is used to rearrange a given array or list of elements according to a comparison operator on the elements.
8.  ______are used when we need to repeatedly execute a block of statements. 
9 A _______ data structure is a- hierarchical data structure.

ACROSS:

2. ______efers to the process of generating a fixed-size output from an input of variable size.
5. Arithmetic expression evaluation is an application of ______ Data Structure?
7. ______is defined as a process or set of well-defined instructions that are typically used to solve a particular group of problems or perform a specific type of calculation.
10.  _______can be used to store the memory address of other variables, and functions.

Solution for Crossword Puzzle #26:

Crossword-puzzle-26

Crossword #26

ANSWERS:

DOWN:

1. PUSH
3. GRAPH
4. PEEK
6. SORTING
8.  LOOP
9 TREE

ACROSS:

2. HASHING
5. STACK
7. ALGORITHM
10. POINTER


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads