CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2010
    Location
    Germany
    Posts
    3

    Algorithm Database

    Hello fellow coders!

    Short introduction of myself, as i'm new here:
    24 ys/o, Germany - Nürnberg, studying physics and in general interested in computer science. o/

    I have recently been looking for an algorithm database that hosts all known algorithms for all sorts of problems but i haven't found one. That's why i decided to start my own. I have read that it's not allowed to advertise here, so i kindly ask for the permission to post the link of this project as it could be useful for everyone.

    Why do i post this here? As stated before, i'm a physicist, not a computer scientist. That's why i need everybody's help to fill this site with content, i.e. i need people to write down algorithms in pseudocode and post them on my wiki-structured site.

    Cheers,
    xs57

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: Algorithm Database

    You could use the Dictionary of Algorithms and Data Structures as a starting point.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    Join Date
    Oct 2010
    Location
    Germany
    Posts
    3

    Re: Algorithm Database

    Thanks for the link. As seemed to have objections about me sharing the link, i will now do so: www.algo-db.com . It would be great if everyone could just contribute one algorithm :-)

  4. #4
    Join Date
    Oct 2010
    Location
    Germany
    Posts
    3

    Re: Algorithm Database

    Quote Originally Posted by xs57 View Post
    Thanks for the link. As seemed to have objections about me sharing the link, i will now do so: www.algo-db.com . It would be great if everyone could just contribute one algorithm :-)
    *As no one

  5. #5
    Join Date
    Oct 2010
    Posts
    15

    Re: Algorithm Database

    Wikipedia may have already beat you to this, see http://en.wikipedia.org/wiki/List_of_algorithms. Most of those articles include pseudocode, so it may be better to concentrate on helping wikipedia improve and expand their contents in this area unless you plan to do something different with your wiki.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured