GeekInterview.com
  I am new, Sign me up!
 

Algorithm Questions


Algorithm Questions

Questions: 37
Comments: 138
 Showing Questions 1-10 of 37 Questions
[1] 2 3 4 Next >>
 Sponsored Links

 
 Algorithm Questions
Sorting Options :  

Design a conventional iterative algorithm to traverse a binary tree represented in linked lists in postorder. 
Latest Answer: We define int visit[SIZEOFTREE] such that visit[i]=1 if i th node is visited=0 otherwise visit[NULL]=1 alwaysvoid posttrav_iter(NODEPTR treeroot){NODEPTR p=pstree;empty stack s;initialise ...

Design a conventional iterative algorithm to traverse a binary tree represented in linked lists in preorder. 
Latest Answer: preorder(node root)if root=NULL;returnelsedoprint "root->data"  preorder(root->left)preorder(root->right)end else ...

Design a conventional iterative algorithm to traverse a binary tree represented in linked lists in inorder. 

Design a conventional iterative algorithm to traverse a binary tree represented in two dimensional array in postorder. 

Demonstrate the quicksort algorithm to sort a list of data elements 

What is recursion? Which data structure is used for recursion 

Bring out the advantages of circular queue over linear queue 

Suggest two different methods of knowing if a given integer is prime and analyse them. 

What is meant by algorithm profiling? 

List out the characteristics of an algorithm 

View page [1] 2 3 4 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape