What is a pseudocode example?
Answer / Srish Kumar
Pseudocode is an informal high-level descriptive notation used for the purpose of designing and explaining algorithms. Here's a simple example: Initiate counter as 0; While counter is less than 10, increment counter by 1; Print counter.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define a complete binary tree?
What are the differences between b tree and b+ tree?
In RDBMS, what is the efficient data structure used in the internal storage representation?
What is a height of a tree?
Is it possible to increase size of array?
Why do we need searching algorithms?
When will you sort an array of pointers to list elements, rather than sorting the elements themselves?
How do you sort elements in an arraylist?
Define indegree of a graph?
How is any data structure application is classified among files?
Where is binary tree used?
Is hashtable throw concurrentmodificationexception?