https://github.com/sergot/countdiff
https://github.com/sergot/countdiff
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergot/countdiff
- Owner: sergot
- Created: 2013-11-26T15:33:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T16:26:34.000Z (over 12 years ago)
- Last Synced: 2025-07-04T20:46:53.159Z (11 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- 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