Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ <h2 id="data-structures">Common Data Structure Operations</h2>

<tr>
<th>Data Structure</th>
<th colspan="8">Time Complexity</th>
<th>Space Complexity</th>
<th colspan="8">Time Efficiency</th>
<th>Space Efficiency</th>
</tr>
<tr>
<th></th>
Expand Down Expand Up @@ -200,8 +200,8 @@ <h2 id="sorting">Array Sorting Algorithms</h2>
<table class="table table-bordered table-striped">
<tr>
<th>Algorithm</th>
<th colspan="3">Time Complexity</th>
<th>Space Complexity</th>
<th colspan="3">Time Efficiency</th>
<th>Space Efficiency</th>
</tr>
<tr>
<th></th>
Expand Down