An Implementation of different algorithms in multiple ways using java.
The algorithms have been implemented only for competence development, not for production usages. But it might help to improve skills. It contains implemention of different algorithms like searching, sorting etc in different ways.
As all the codes are written in Java, Java sdk must be installed befor running any main
application. Lets see how to run BinarySearch
after cloning the project.
- Open any terminal
- Clone the project :
git clone [email protected]:shihabuddinbuet/su-top-algorithm.git
- Run
cd su-top-algorithm/src/com/su/algo/search
- Run
javac BinarySearch.java
to compile - Run
java BinarySearch
- Give the requested input and the application will show output.
- Md shihab uddin - Initial work - shihabuddinbuet
See also the list of contributors who participated in this project.