Skip to content

Conversation

@ganderson03
Copy link
Contributor

This PR adds the finalized version of our report to the website. Thank you for your patience.

@gkapfham
Copy link
Contributor

This PR breaks the build:

  Cell In[4], line 2
    hashed_data = {}
    ^
IndentationError: unexpected indent

@gkapfham
Copy link
Contributor

This PR breaks the build in another way:

NameError                                 Traceback (most recent call last)
Cell In[4], line 3
      1 # Inline implementation of hashing with the simple modulo-based hash function
      2 hashed_data = {}
----> 3 for key, value in dataset.items():
      4    h = simple_modulo_hash(key, modulo)  # Use the simple modulo-based hash function
      5    if h in hashed_data:

NameError: name 'dataset' is not defined

@gkapfham
Copy link
Contributor

As I tried to resolve the above errors there were numerous other errors that also broke the build.

@gkapfham
Copy link
Contributor

There are no references in this article.
The article also does not have a statement about the responsible use of AI.

@gkapfham
Copy link
Contributor

The code also has mistakes in the fact that imports are not available in the standard virtual environment.

@gkapfham gkapfham merged commit 21d9e5e into Algorithmology:main Apr 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants