Searching And Sorting Algorithm This repository contains sorting and searching algorithm implemented in Java. How to run this code in IntelliJ Copy the clone link of this repository. In IntelliJ Idea, Select VCS Menu on the menubar and choose Get from VCS. Paste the copied link in the URL Field. Click Clone. Output Searching Algorithm Linear Search Binary Search with Recursion Binary Search using Iterative approach Ternary Search Jump Search Exponential Search Sorting Algorithm Bubble Sort Selection Sort