BeeSort is a sorting algorithm inspired by the pollen-collecting behavior of honey bees.
This project demonstrates how natural behaviors can inspire efficient sorting strategies.
- Nature-inspired sorting algorithm
- Comparison with Quick Sort (optional analysis)
- Graphs comparing BeeSort vs Quick Sort
- Works on small, medium, and large datasets
- Time complexity analysis for different input sizes
- Written in Python
- Python
- Matplotlib (for performance analysis)
- OOP (Object-Oriented Programming)
python BeeSorting.pySıla Özgel Computer Engineering Student