简体   繁体   中英

Is there an online directory of algorithms and their implementations in different languages?

For example, on such a site, you could look up Quicksort and get a listing of (user-contributed) Quicksort implementations in C, Java, OCaml, etc. I believe this service already exists but I can't find it.

pleac contains a lot of solutions to common programming problems, mainly for so called scipting languages.

Nist , Dictionary of Algorithms and Data Structures

In a different vein, http://benchmarksgame.alioth.debian.org/ contains lots of highly optimized implementations of many tasks in many languages, a number of which happen to be closely tied to well-known algorithms.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM