Algorithm implementation
From Wikibooks, the open-content textbooks collection
The purpose of this wikibook is to show how common algorithms are written in various programming languages, providing code implementations and explanation.
The plan for this book is initially to collect code from Wikisource:Source code, and from some Wikipedia articles. Then the code can be expanded upon, perfected, and heavily commented as to provide insight into how it works.
[edit] Contents
- Index
- Date and time
- Filesystem
- Graphs
- Hashing
- Mathematics
- Miscellaneous
- Optimization
- Pseudorandom Numbers
- Search
- Simulation
- Sorting
- String searching
- Strings
- Statistics

