https://github.com/jcf/factorial
Implement a factorial algorithm in any and every language
https://github.com/jcf/factorial
Last synced: 4 months ago
JSON representation
Implement a factorial algorithm in any and every language
- Host: GitHub
- URL: https://github.com/jcf/factorial
- Owner: jcf
- Created: 2010-02-20T17:26:22.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-26T19:03:37.000Z (over 15 years ago)
- Last Synced: 2025-01-12T22:14:52.894Z (6 months ago)
- Language: Ruby
- Homepage: http://jcf.github.com/factorial
- Size: 85.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Factorial.language
This started out as a gist that Jamie[http://github.com/jamierumbelow] and I forked back and forth adding more and more implementations of factorial.
You can see the original gist at http://gist.github.com/309771.
As it became bigger it became impossible to store as a gist and would either have to have become one big gist or an individual repo and for the sake of syntax highlighting and this funky README the choice seemed obvious.
=== Authors
All the snippets start with an author's name in a language specific comment.
== Contributing
Feel free to fork the repo and add your contribution by creating a new snippet or just by optimising an existing one.