Add a simple GUI to visualise both algorithms
For Bubble Sort:
- Input field to enter array elements
- Sort button to start visualization
- Bars showing elements swapping in real-time.
For Binary Search:
- Input field for sorted array
2.Input field for target element
3.Search button
- Show "Found"/"Not Found" and index result
Add a simple GUI to visualise both algorithms
For Bubble Sort:
For Binary Search:
2.Input field for target element
3.Search button