From 058ea0b890718ce9339a505ce80c15bf95df8764 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 1 Sep 2023 13:17:58 -0400 Subject: [PATCH] line break --- lectures/02_strings_vectors/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lectures/02_strings_vectors/README.md b/lectures/02_strings_vectors/README.md index 38cf5bc..a6b000b 100644 --- a/lectures/02_strings_vectors/README.md +++ b/lectures/02_strings_vectors/README.md @@ -113,8 +113,8 @@ median grade. - As a general rule, you should not pass a container object, such as a vector or a string, by value because of the cost of copying. -## Exercises +## 2.6 Exercises -[Leetcode problem 8: String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) -[Leetcode problem 211: Design Add and Search Words Data Structure](https://leetcode.com/problems/design-add-and-search-words-data-structure/) -[Leetcode problem 1662: Check If Two String Arrays are Equivalent](https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/) +- [Leetcode problem 8: String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/) +- [Leetcode problem 211: Design Add and Search Words Data Structure](https://leetcode.com/problems/design-add-and-search-words-data-structure/) +- [Leetcode problem 1662: Check If Two String Arrays are Equivalent](https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/)