Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: aryansmit3754
Forum: C++ Jan 16th, 2009
Replies: 1
Views: 452
Posted By aryansmit3754
sorry if i posted in wrong forum.pls forgive me


pls tell how to find bfs successor of a node in a tree(BST and binary tree)
Forum: C++ Jan 7th, 2009
Replies: 4
Views: 454
Posted By aryansmit3754
use a dp solution
#include<iostream.h>
#include<string.h>
#include<vector.h>
#include<iterator.h>
int main()
{
vector<long long int>v1(101);
vector<long long int>v2(101);
int i=0;
Forum: C++ Jan 7th, 2009
Replies: 10
Solved: Hello World
Views: 1,269
Posted By aryansmit3754
also use getch();
include<conio.h>
Forum: C++ Jan 3rd, 2009
Replies: 3
Views: 741
Posted By aryansmit3754
could somebody tell wats wrong with this
#define FOR(x,n)for(typeof(x);x<n;x++)
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC