3
votes
A tiny Java framework for gathering running time statistics - Take III
These are just a few quick addenda to any other comments you receive:
Why are you displaying times in nanoseconds? Is that likely to be useful to humans?
Why are you sometimes displaying times in ns ...
2
votes
A Java program for compressing/decompressing files via Huffman algorithms (version 1.1.1)
random findings:
final classes - what is the advantage?
repeated code (contributes to an overall impression of verbose)
"...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
java × 10936algorithm × 1301
performance × 1277
beginner × 1025
object-oriented × 731
android × 658
strings × 644
programming-challenge × 636
array × 502
multithreading × 459
game × 421
swing × 415
interview-questions × 358
design-patterns × 302
tree × 275
sorting × 271
linked-list × 257
spring × 222
recursion × 220
unit-testing × 197
parsing × 179
concurrency × 176
homework × 174
time-limit-exceeded × 172
comparative-review × 169