fix: replace h tags (#40750)

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-01-21 00:11:46 -08:00
committed by GitHub
parent 83e3d93953
commit 062b1cd424
7 changed files with 9 additions and 19 deletions

View File

@ -41,7 +41,7 @@ In pseudo-code, the algorithm could be expressed as follows:
Implement the "hash join" algorithm as a function and demonstrate that it passes the test-case listed below. The function should accept two arrays of objects and return an array of combined objects.
<h4><strong>Input</strong></h4>
**Input**
<table>
<tr>
@ -127,7 +127,7 @@ Implement the "hash join" algorithm as a function and demonstrate that it passes
</tr>
</table>
<h4><strong>Output</strong></h4>
**Output**
| A_age | A_name | B_character | B_nemesis |
| ----- | ------ | ----------- | --------- |