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
~48.5K People Reached
Favorite Forums
Member Avatar for rupali

How to calculate time complexity of any algorithm or program .... need help on this..

Member Avatar for jamie_13
2
48K
Member Avatar for Gotcha

Does anyone knows how to solve this? Thanks for suggestions. Find a recurrent relation, its initial conditions and explain how is obtained this relation. A Driver pays in a station of toll using only five cents coins or ten cents coins, throwing one currency a the time. Find the number …

Member Avatar for MartyMcFly
0
114
Member Avatar for Gotcha

If someone could help me doing a code in VB to do the following: The output should be a list of all posible ways in which (m) different Males and (f) different female could be line up if no two females could be together (one female can not stand after …

Member Avatar for jwenting
0
224
Member Avatar for Gotcha

Hello, anyone knows how to solve this. this is what i have to find: find a recurrent relation, its initial conditions and explain as it obtained this relation A carpenter needs to cover n consecutive spaces of 1 foot of a ceiling of two waters with panels of 1 foot …

Member Avatar for Narue
0
39
Member Avatar for Gotcha

Hello, here i need to find the explicit solution for the following recursive expression: (Thanks for any suggestions) A diagonal in a polygon it is a line of a vertex to another vertex that is not adjacent. For example, a triangle does not have diagonals. Find the number of diagonals …

Member Avatar for Narue
0
92
Member Avatar for Gotcha

Instructions: Find the Big Oh for the times of excecution of X: = x + 1. You should justify the answer: I : = N WHILE I >= 1 DO BEGIN FOR J : = 1 TO N DO X : = X + 1 I = [I/2] END Thanks …

Member Avatar for Rashakil Fol
0
127
Member Avatar for Gotcha

I would like to know if anyone could teach me how to solve this type of Mathematical functions: Finding the Big Oh for the following two. Thanks for any suggestions. f(n) = 2 + 4 + 8 + . . . + 2^n f(n) = n!

Member Avatar for Daishi
0
83