Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergot/countdiff
https://github.com/sergot/countdiff
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergot/countdiff
- Owner: sergot
- Created: 2013-11-26T15:33:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T16:26:34.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T20:24:37.116Z (7 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CountDiff
=========Two methods which return number of different characters in two string passed as arguments.
* count_diff_order - when the order of characters is important
* count_diff - when the order isn't important