This repository contains some of the basic, intermediate and advanced algorithms reproduced in multiple languages (mostly in JAVA, C++, and Python).
Bubble Sort >>> JAVA <<<--->>> C++ <<<--->>> Python
Selection Sort >>> JAVA <<<--->>> C++ <<<--->>> Python
Insertion Sort >>> JAVA <<<--->>> C++ <<<--->>> Python