PhoenixIra / pyalgotask

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

Closed Hashing should display DELETED as value somehow #17

Closed PhoenixIra closed 9 months ago

PhoenixIra commented 9 months ago

Closed Hashing uses a special value DELETED to indicate that probing should be continued. This special value should be represented in the output array.

PhoenixIra commented 9 months ago

fixed in #18