Skip to content

feat: add bubble sort solution in Java#76

Open
sanyogitasinghbgm-spec wants to merge 1 commit into
tripti-gupta700:mainfrom
sanyogitasinghbgm-spec:feature/add-bubble-sort
Open

feat: add bubble sort solution in Java#76
sanyogitasinghbgm-spec wants to merge 1 commit into
tripti-gupta700:mainfrom
sanyogitasinghbgm-spec:feature/add-bubble-sort

Conversation

@sanyogitasinghbgm-spec
Copy link
Copy Markdown

🔗 Related Issue

Closes #5


📝 What did you do?

Added Bubble Sort solution in Java using nested loop approach.


🗂️ Type of Change

  • ✨ New solution / feature
  • 🐛 Bug fix
  • 📝 Documentation update
  • 🧹 Code cleanup / refactor

✅ Self-Review Checklist

  • My code runs without errors
  • I followed the folder structure from the README
  • I added comments/docstrings explaining my logic
  • My branch name is descriptive
  • I linked the issue above
  • I haven't modified unrelated files

📸 Screenshots / Output (if applicable)

Screenshot 2026-05-12 133540

Sorted: 12 22 25 34 64
Sorted: 1 2 4 5 8


💬 Anything else?

This is my third open source contribution!

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.

Add Bubble Sort solution | Any language | Sorting |

2 participants