Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
~956 People Reached
Favorite Tags
c++ x 3
Member Avatar for mithila

Please do let me know the time complexity of algorithm s=0;i=1; while (s<n) { s=s+i; i=i+2; } i think the O(squareroot of n)

Member Avatar for umesh sevra
-2
218
Member Avatar for s11kenneth

Hi, we plan to set up a company in india to write game programme. anyone can help/advise how to go about.

Member Avatar for beefstick720
0
261
Member Avatar for ad_ms

hi people. i am doing my project on adaptive detection of design flaws, and i have been incorporating decision tree algorithm of c4.5...its that my project has to be submitted on a deadline of march 3 so guys plz help me out.. if you know any effective sites which posts …

Member Avatar for jwenting
0
63
Member Avatar for Sardor

I'm a new in programming. Recently, I began to learm the language C++. One of my good program to make is connecting PC's by telephone lines. Please, inform me about how to use the device modem by the C++. Write some examples, if possible.

Member Avatar for Ancient Dragon
0
99
Member Avatar for Grub

Hi, I have written a Solitaire game program and have made a history of moves so the user may either go back on moves and make another choice or go forward after having gone back. Now I am using a vector to store the moves. When the user has made …

Member Avatar for Jim Larkin
0
154
Member Avatar for Penguin506

I'm doing an assignment for C++. I'm to write a program that will help elementary school students learn multiplication. Use rand() to produce two integers between +10 and -10 inclusive. The program should then use those numbers to output the question. So far I haven't put the functions in, i'm …

Member Avatar for Jim Larkin
0
161