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 #37.0K
~746 People Reached
Favorite Tags
c x 1
Member Avatar for drdaco

This is dumb and I've been banging my head against it for the better part of the day, so perhaps someone here could help me see the light I keep missing. Let's say I have a string of 0/1's (or heads of tails coins, or yes or nos etc) For …

Member Avatar for Adak
0
234
Member Avatar for nature_love

please suggest a book for following courses( am taking in 3rd semester): Data Structures and Algorithms, Analog and Digital Electronics. any advice to study the above courses will be welcome. thanks

Member Avatar for Piya27
0
118
Member Avatar for dilip.mathews

Hi all, Can anybody tell me how to calculate the order of a recursive function. Lets take factorial function. Without using recursion [COLOR=blue]int x =1;[/COLOR] [COLOR=blue]for(int i = 1;i<=n;i++)[/COLOR] [COLOR=blue] x = x*i;[/COLOR] In this case the order will the O(n) in terms of time and in terms of space …

Member Avatar for mvmalderen
0
243
Member Avatar for Stemack

Sorry in advance if this is in the wrong forums but I am new here and was not too sure where to post for help. Onto business I was wondering if anybody knows how to convert a number that has a decimal point in it (example: 0.31) into binary? I …

Member Avatar for Stemack
0
151