https://github.com/n-c0de-r/cs2.04_bargraph
Counting characters in a text file and create a histogram of it. 2nd semester, 4th exercise in informatics.
https://github.com/n-c0de-r/cs2.04_bargraph
2nd-semester 4th-lab computer-science count-characters histogram informatics java
Last synced: 11 months ago
JSON representation
Counting characters in a text file and create a histogram of it. 2nd semester, 4th exercise in informatics.
- Host: GitHub
- URL: https://github.com/n-c0de-r/cs2.04_bargraph
- Owner: n-c0de-r
- Created: 2021-05-06T12:24:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T19:29:05.000Z (about 2 years ago)
- Last Synced: 2025-01-15T10:21:09.900Z (over 1 year ago)
- Topics: 2nd-semester, 4th-lab, computer-science, count-characters, histogram, informatics, java
- Language: Java
- Homepage:
- Size: 876 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This little project takes text files and counts the characters within.
The counts are then turned into an ASCII file bar graph format.
The initial lab only had a CLI and printed to console.

I extended it to have a GUI and handle Unicode as well.
Taking the old feedbacks from my reports in consideration.
