diff --git a/algorithms/algebraic/hidden_shift/hidden_shift.ipynb b/algorithms/algebraic/hidden_shift/hidden_shift.ipynb index d92cfb9b..55d25d3d 100644 --- a/algorithms/algebraic/hidden_shift/hidden_shift.ipynb +++ b/algorithms/algebraic/hidden_shift/hidden_shift.ipynb @@ -15,7 +15,7 @@ "id": "450fbc3a-2837-44e7-90bc-e695a87ba220", "metadata": {}, "source": [ - "Here we implement the hidden shift algorithm for the family of Boolean bent functions using the Classiq platform." + "Here we implement the hidden shift algorithm for the family of Boolean bent functions using the Classiq platform." ] }, { diff --git a/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb b/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb index b0d77952..6e45379a 100644 --- a/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb +++ b/algorithms/bernstein_vazirani/bernstein_vazirani.ipynb @@ -13,7 +13,7 @@ "id": "22ec3e91-cc89-43be-88d0-1a36639e5e4e", "metadata": {}, "source": [ - "The Bernstein-Vazirani (BV) algorithm [[1](#BVWiki)], named after Ethan Bernstein and Umesh Vazirani, is a basic quantum algorithm. It gives a linear speedup compared to its classical counterpart, in the oracle complexity setting.\n", + "The Bernstein-Vazirani (BV) algorithm [[1](#BVWiki)], named after Ethan Bernstein and Umesh Vazirani, is a basic quantum algorithm. It gives a linear speedup compared to its classical counterpart, in the oracle complexity setting.\n", "\n", "The algorithm treats the following problem:\n", "\n",