algorithm

  1. Harsh Pranami

    Need time complexity of this algorithm

    ALGO_Set_Cover (U [1…..n]) //This algorithm gives the minimum set cover of a set S= {S1, S2….} where S1,S2,…are //subsets of S and their union gives the universal set U. // Input is an array U[1….n]...
  2. S

    RSA Algorithm by cpp

    Please give me some web link to some EASY NOTES on understanding RSA algorithm. and to implement it in c++ code, what classes and objects should i use?
  3. A

    Big O notation

    suppose an algorithm doesn't have a O or Big-Theta notation. Does it mean it doesn't have an upper bound?If it is so, does it mean this algorithm will take an infinite amount of time to process a large data? If an algorithm has an upper bound, does it mean it can process a profoundly large...
  4. S

    Algorithm for Chemical Equation Balancer [C++]

    Hey guys.. I'm planning to make a c++ console program for my computer science project.. I've decided to make a chemical equation balancer .. but i have no idea on how to approach the problem :P can anyone help me out on framing a simple algorithm for the above ? thanks :D @MODS: If you see...
  5. Z

    detecting a loop in a linked list

    hey can someone tell me how to find a loop in a linked list....ive searched a lot on google.i found the famous floyed`s algorithm but what i dont understand is that how can this algorithm if the length of the loop is bigger than 4 node...as in what if a have a linked list that goes on like...
  6. sygeek

    New Algorithm Impressively Depixelates Pixel Art

    New Algorithm Impressively Depixelates Pixel Art In a new research paper, Microsoft’s Johannes Kopf and The Hebrew University’s Dani Lischinski describe a new algorithmic method for converting pixel art into sweet, smooth vectors. In the examples above, each of the images in the middle show...
  7. A

    Algorithm

    I need a algorithm for EMI calculations used by banks , a detailed one..........................
  8. kaliyaodi

    how to check the window key of any OS.

    hi friend's, During installation of any operating system we need a serial key. can any one tell me how this key is checked. Is there any key file stored in installation disk or what. somebodies tell me that when you enter the CD-key it is checked by an algorithm and not against a set of keys. Is...
  9. kaliyaodi

    what is bellman ford algorithm??

    hi friend's, anybody have idea about bellman ford algorithm. please explain briefly. . :shock:
  10. B

    C implementation of Bakery algorithn

    Can somebody please help me in implementing the Bakery algorithm of mutual exclusion in C or C++ ? Please help.
  11. S

    security algorithm

    hai friends I am doing my higher studies in INFORMATION SECURITY.I have one doudt ,there r many security algorithm like DES ,AES,RSA.So what's the major cretiria which is used to compare one security algorithm with another.Which factor decides one algorithm is secure over another.Some...
  12. go4saket

    How secure is Truecrypt ncryption?

    Hi Guys! I have some VERY confidential data, accounts to be precise, which I have encrypted with Truecrypt 4.3a. Encryption details are as follows... Encryption Algorithm : AES-Twofish-Serpent Key Size : 768 Bits Block Size : 128 Bits Mode of Operation : LRW Hash Algorithm : RIPEMD-160 I have...
  13. naveen_reloaded

    Reddit algorithm leaked!

    *www.uzdarbis.lt/pics/reddit_algorithm_leaked/
  14. mad1231moody

    Building a search-engine

    Hello friends!!!;) I am in my third year computer technology diploma. This year we have to make a project and I have choosen the topic as Search-engine. Now what my requirements are: 1. It should search over a P2P network 2. It should search files with specific extensions (.jpg , .html...
  15. go4saket

    Best Encryption Algorithm, Mode & Key Generator?

    Hi Guys! I recently installed BestCrypt 8 and it has different encryprion algorithm like Triple DES Blowfish 448 Cast Gost RC6 AES (Rijndael) Serpent TwofishApart from encryprion algorithm, there is some thing called Mode which again has two diffetent choices : LRW - Tweakable Narrow-block...
  16. S

    mp3 decoding algorithm

    does ne1 know where can i find the algorithm used for decoding mp3 files for plaback??? i wanna make an mp3 player in c++, so i need the algorithm for decoding mp3 files
  17. S

    decrypting the php code?

    well we have some outdated php application code which came to us from different sources.. it uses zend safe guard for encryption ....can it be decrypted...using any tools ..algorithm... is that encrypting soft of zend free..or how much we have to pay for it..
  18. fanatic

    algorithm maker

    does anyboy know of a program in which we just put piece of code and it can make an algorithm of the code and would also like to know if anybody here knows how to make algorithm and are familiar with programming languages thanks in advance
  19. F

    which software uses the best algorithm for converting DVD

    which software uses the best algorithm for converting DVD (.vob) file to Div-X format, time taken by the software is not an is :?: sue
  20. S

    graphic algorithm

    please can somebody tell me where i can find algorithm and program for various graphic operation like dda,mid point line clipping etc also where i can get more information on computer graphic algo using c/c++
Top Bottom