Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added bubble_sort #37

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

rostin79s
Copy link
Contributor

New Nada Example

Description

I implemented the bubble sort function, that sorts a given numpy array of secret integers. My example has 3 parties, and each party has a list of secret integers. I combine the three arrays into one, and sort it.

Use Case

private sorting is used across many applications like secure voting, privacy preserving machine learning, and auctions.

Related Issues

#7

Optional: add your information for a Nada by Example Contributor POAP

Your Twitter:
Your Ethereum address:

Copy link
Member

@jimouris jimouris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@oceans404 oceans404 merged commit 4a44730 into NillionNetwork:main Oct 22, 2024
1 check failed
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.

3 participants