Sorting Algorithms in Java This project implements basic sorting algorithms in Java. Algorithms Bubble Sort (optimized) Selection Sort Tech Stack Java How to Run javac SortingAlgorithms.java java SortingAlgorithms What I Learned Time complexity (O(n^2)) Algorithm optimization