@@ -54,7 +54,7 @@ You can also ask for problem solving ideas and discuss in GitHub issues directly
5454|27|[ Remove Element] ( https://leetcode.com/problems/implement-strstr/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_27.java ) & Python|![ easy] ( https://github.com/guobinhit/myleetcode/blob/master/images/easy.png ) | Two-Pointer Technique
5555|28|[ Implement strStr()] ( https://leetcode.com/problems/implement-strstr/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_28.java ) & Python|![ easy] ( https://github.com/guobinhit/myleetcode/blob/master/images/easy.png ) | Introduction to String
5656|54|[ Spiral Matrix] ( https://leetcode.com/problems/spiral-matrix/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_54.java ) & Python|![ medium] ( https://github.com/guobinhit/myleetcode/blob/master/images/medium.png ) | Introduction to 2D Array
57- |66|[ Plus One] ( https://leetcode.com/problems/plus-one/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_66.java ) & Python|![ easy] ( https://github.com/guobinhit/myleetcode/blob/master/images/easy.png ) | Introduction to Array
57+ |66|[ Plus One] ( https://leetcode.com/problems/plus-one/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_66.java ) & [ Python] ( https://github.com/guobinhit/myleetcode/blob/master/codes/python/leetcodes/src/main/python/com/hit/basmath/learn/array_and_string/_66.py ) |![ easy] ( https://github.com/guobinhit/myleetcode/blob/master/images/easy.png ) | Introduction to Array
5858|67|[ Add Binary] ( https://leetcode.com/problems/add-binary/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_67.java ) & Python|![ easy] ( https://github.com/guobinhit/myleetcode/blob/master/images/easy.png ) | Introduction to String
5959|118|[ Pascal's Triangle] ( https://leetcode.com/problems/pascals-triangle/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_118.java ) & Python| ![ easy] ( https://github.com/guobinhit/myleetcode/blob/master/images/easy.png ) | Introduction to 2D Array
6060|119|[ Pascal's Triangle II] ( https://leetcode.com/problems/pascals-triangle-ii/description/ ) |[ Java] ( https://github.com/guobinhit/myleetcode/blob/master/codes/java/leetcodes/src/main/java/com/hit/basmath/learn/array_and_string/_119.java ) & Python| ![ easy] ( https://github.com/guobinhit/myleetcode/blob/master/images/easy.png ) | Conclusion
0 commit comments