Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #4K
~4K People Reached
About Me

Computer's Engeneer Student

Favorite Tags
Member Avatar for himanjim

Hi, I' studying various sorting techniques...And one thing I'm not clear about the complexity of the techniques... For e.g the complexity of bubble sort is Average Case=>O(n*n) Worst Case=>O(n*n) Best Case=>O(n*n) Obviously n is the no. of elements in the array... But even in the worst case i.e the array …

Member Avatar for Freaky_Chris
0
148
Member Avatar for sk8ndestroy14

Someone suggested it, so here it is. It's the Prime Number game! It's a tough one so be careful you don't accidently mess up. Chances are Someone will make a mistake somewhere or other so if it happens then the next person correct it and post the next correct prime …

Member Avatar for BearofNH
0
2K
Member Avatar for sj87

Hello, Im studing functional programming using haskell and i have problems with some excercises about types. They give me an expresion and i have to wirte down the type for that expresion. I was wondering if there is any method or something that allow me to make that without loosing …

Member Avatar for sj87
0
88
Member Avatar for taconator

I need some help. I have to translate a c app into java. Which would be no problem if I knew c. Is there a good uber begginers level tutorial somewhere, that i might be able to figure out what this c code is doing? I mean, i am seeing …

Member Avatar for taconator
0
104
Member Avatar for sj87

Hello everyone! I'm Juan ( spanish for John ). I'm 21, from Buenos Aires, Argentina. I study Computers Engeneer and i'm looking forward to integrate this comunity! Help with whatever I can and learn as much as posible from all of you! Juan

Member Avatar for sj87
1
54
Member Avatar for comCY

- finiteness - absence of ambiguity - sequence definition - input, output - effectiveness - scope definition thanks!

Member Avatar for sj87
0
75
Member Avatar for aasi007onfire

consider the structure [code]struct gun { char name[50]; int magazinesize; float calibre; };[/code] i found in the site [url]http://www.cs.cf.ac.uk/Dave/C/node9.html#SECTION00900000000000000000[/url] that the tag (i.e gun) of the structure is optional.... in that case wouldn't there be a problem when we declare a variable of type struct or if we have more …

Member Avatar for Narue
0
98
Member Avatar for Koteswar

Hi, Could anyone tell me, how to convert scancode to an equivalent ASCII char. in C language. Vijay.

Member Avatar for sj87
0
2K
Member Avatar for tito_mbo

I am not very good at algorithms and i will have a test about backtracking these days ! I don't know where i can find the code of backtracking in C and a good explanation about it. Thanks for attention!

Member Avatar for sj87
0
133