https://aj-visualize-sort.netlify.app/
- A simple, interactive sorting visualizer that demonstrates the step-by-step process of various sorting algorithms using animations.
- Implemented Bubble Sort, Insertion Sort, Selection Sort, Merge Sort and Quick Sort and also displayed their time complexities and total run time.
- New AI Chatbot Integration: Added an AI-powered chatbot that assists users by explaining sorting algorithms, guiding them through visualizations, and answering questions about time complexity, algorithm choices, and more.
- HTML, CSS, JavaScript: For building the interface and implementing sorting animations.
- AI Chatbot: Enhances the user experience by providing real-time assistance for sorting-related tasks.