Skip to content

Commit

Permalink
Update katas/content/key_distribution/shared_key/solution.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mariia Mykhailova <[email protected]>
  • Loading branch information
SoniaLopezBravo and tcNickolas authored Aug 19, 2024
1 parent a5672b0 commit e718515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katas/content/key_distribution/shared_key/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ If Alice and Bob exchanged a qubit and used the same bases for preparing and mea
To complete this task, you need to perform the following steps:

1. Declare an empty mutable array, let's name it `key`.
2. Decide which bits you can add to our key based on the comparison between bases used by Alice and Bob. You can iterate using an index in the range from $0$ to $N - 1$ and compare the bases in the corresponding positions.
2. Decide which bits you can add to the key based on the comparison between bases used by Alice and Bob. You can iterate using an index in the range from $0$ to $N - 1$ and compare the bases in the corresponding positions.
3. Return the required `key`.

@[solution]({
Expand Down

0 comments on commit e718515

Please sign in to comment.