https://github.com/noracodes/bccsci-networks-3
https://github.com/noracodes/bccsci-networks-3
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/noracodes/bccsci-networks-3
- Owner: NoraCodes
- Created: 2018-03-23T05:42:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T05:43:20.000Z (over 8 years ago)
- Last Synced: 2025-02-05T01:25:05.092Z (over 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Some Checksum Algorithms
An implementation of the traditional checksum, Fletcher checksum, and cyclic redundancy check.
To build and run:
```bash
mkdir out
javac src/* -d .
java Main
```
Or use the IML and .idea metadata to build and run in IntelliJ IDEA.