CrazyEngineers Forum - Computer Science & IT Engineering |
- Generate a binary tree using database
- Solve this Sql Query -Part 2
- Help needed in completing Matlab/Octave project
- Write a Program for a Singleton Class
Generate a binary tree using database Posted: 01 Jun 2011 07:23 PM PDT This question was asked during my last interview ,i was unable to answer this Ok you have to create a database schema where you have to store a binary tree and then you have to write 3 queries through which you have to traverse data in preorder, inorder ,postorder |
Posted: 01 Jun 2011 06:55 PM PDT Continued to my previous query http://www.crazyengineers.com/forum/...sql-query.html Let us make this query a little bit tricky Say i want to develop a single query, through which i can extract data of all the employee having 5th highest salary . Remember it should be single query ,that next time if i want salary of employee having maximum salary among all,it should display it too Note :-you have to mention which variables in query are required to be modified dynamically every time |
Help needed in completing Matlab/Octave project Posted: 01 Jun 2011 11:35 AM PDT Hi I am in need of help for completing a matlab or octave project for my class. I have no idea on how to do it or have the slightest clue about them, so if someone can take a look at it and do it I would appreciate it. I am willing to pay for the completed work. |
Write a Program for a Singleton Class Posted: 01 Jun 2011 04:10 AM PDT Hi All, I am not sure if you all know about "Singleton" class program in java or not. Well, in brief for those who don't know, it is a class that lets only one object to be created always. The basic approach being used is just making the constructor of the class as "private" Code: /* Singleton Program **/ Quote: Singleton Test val=1 Singleton Test val=2 Code: /* Singleton Program **/ |
You are subscribed to email updates from CrazyEngineers Forum - Computer Science & IT Engineering To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment