code/quantum_algorithms/grovers_algorithm/README.md
The time complexity for Grover's Searching Algo is O(sqrt(N)) where, N is the number of element in the set that is to be searched.
P-1. Implement the Grover’s Searching Algorithm that searches the target value from a set and plots the target value with the highest amplitude on Graph.
Implementation:- P1_grover_plot.py
More To Be Added