You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -211,6 +211,7 @@ Because this project necessitated a framework to enable consistent daily practic
211
211
| 175 |[Form a Chemical Bond](https://leetcode.com/problems/form-a-chemical-bond/description/)|[Solution](solutions/175_form_a_chemical_bond.md)| LeetCode | Easy |`CROSS JOIN`|
212
212
| 176 |[Concatenate the Name and the Profession](https://leetcode.com/problems/concatenate-the-name-and-the-profession/description/)|[Solution](solutions/176_concatenate_the_name_and_the_profession.md)| LeetCode | Easy |`SUBSTRING` vs `LEFT`|
213
213
| 177 |[Consecutive Available Seats](https://leetcode.com/problems/consecutive-available-seats/description/)|[Solution](solutions/177_consecutive_available_seats.md)| LeetCode | Easy ||
214
+
| 178 |[Shortest Distance in a Line](https://leetcode.com/problems/shortest-distance-in-a-line/description/)|[Solution](solutions/178_shortest_distance_in_a_line.md)| LeetCode | Easy |`SELF-JOIN` vs `CROSS JOIN`|
214
215
<!-- Index End - WARNING: Do not delete or modify this markdown comment. -->
Find the shortest distance between any two points from the `Point` table. [[Full Description](https://leetcode.com/problems/shortest-distance-in-a-line/description/)]
0 commit comments