Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #18.7K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

8 Posted Topics

Member Avatar for inspire_all

Greetings, First of all, it is better to call it Deterministic/Non-deterministic methods rather than algorithms as the latter can be used only when there is a finite sequence of unique instructions, from that we have the following: **Deterministic methods**: Each transaction corresponds to a unique instruction or decision, we talk …

Member Avatar for amina.bm
0
247
Member Avatar for inspire_all

Greetings, To be able to use **Master Theorem**, one has to check first that the initial problem satisfying the following condition: Given problem p of size n, it may be divided into m sub-problems of equal size; inferior strictly to n, such that m>=1. If so, p can be stated …

Member Avatar for amina.bm
0
152
Member Avatar for ambert123

Greetings, First of all, let g and f be two given functions : f(x)belongs to O(g(x)) iff: there is some c of R+ such that: f(x)<= c*(g(x)) . . .(1) Thus, from (1) we can conclude that 2^(n)<= 2^(2^n) where c=1, Then, 2^(n) belongs to O(2^(2^n)).

Member Avatar for alexstone
0
203
Member Avatar for Ibitoye

Greetings, try with http://www.developpez.net to find out about programming languages.

Member Avatar for alexstone
0
185
Member Avatar for akil77

Greetings, Try with http://www.developpez.net/ to find out more about c, among others.

Member Avatar for deceptikon
0
217
Member Avatar for strongard63

Greetings, In my opinion, it is just a trick to deceive the others who don't belong to the encryption parts so that some letters have been converted into ASCII code, or written in whose hexadecimal form. Regards.

Member Avatar for ddanbe
0
205
Member Avatar for Learner010
Member Avatar for wadeed

Greetings, The main element in linked list is worth the pointer, by the latter we mean simply something that maintains the **address** of something else. So, to create a **linked** list it is sufficient to create firstly a structured element, where whose address is maintain via a given pointer. but …

Member Avatar for amina.bm
0
178

The End.