-
Conventional Iterative Algorithm
Design a conventional iterative algorithm to traverse a binary tree represented in linked lists in postorder.
-
Algorithm to Traverse Binary Tree
Design a conventional iterative algorithm to traverse a binary tree represented in linked lists in preorder.
-
Traverse Binary Tree in Inorder
Design a conventional iterative algorithm to traverse a binary tree represented in linked lists in inorder.
-
Post Order Binary Tree Traverse
Design a conventional iterative algorithm to traverse a binary tree represented in two dimensional array in postorder.
-
Pre Order Binary Tree Traverse
Design a conventional iterative algorithm to traverse a binary tree represented in two dimensional array in preorder.
-
Quicksort Algorithm
Demonstrate the quicksort algorithm to sort a list of data elements
-
Recursion
What is recursion? Which data structure is used for recursion
-
Advantages of Circular Queue
Bring out the advantages of circular queue over linear queue
-
Prime Integer
Suggest two different methods of knowing if a given integer is prime and analyse them.
-
Algorithm Profiling
What is meant by algorithm profiling?
-
Algorithm Characteristics
List out the characteristics of an algorithm
-
Importance of Algorithm
What is the importance of algorithms in the field of computer science?