PhoenixIra / pyalgotask

Python software to generate tasks executing algorithms, as often seen in undergraduate algorithms classes.
MIT License
0 stars 0 forks source link

Better Hash function selection #5

Open PhoenixIra opened 10 months ago

PhoenixIra commented 10 months ago

Currently, hash function selection is patched up quite a bit. It is mainly handled by the hashing base class. This should maybe be separated into a new input class instead.