Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.98 KB

README.MD

File metadata and controls

68 lines (48 loc) · 2.98 KB

LeetCode 刷题记录

本仓库用于记录按照 ProgrammerCarl 网站的内容刷 LeetCode 题目的记录。

宗旨

FOLLOW CARL STEP SOON, GET OFFERS LATER.

题目列表

  1. 两数之和
  2. 两数相加
  3. 无重复字符的最长子串
  4. 寻找两个正序数组的中位数
  5. 最长回文子串
  6. Z 字形变换
  7. 整数反转
  8. 字符串转换整数 (atoi)
  9. 回文数
  10. 正则表达式匹配
  11. ...

解题思路

每个题目都会附上解题思路和代码实现,具体内容请参考对应题目的链接。

贡献者

感谢以下贡献者对本仓库的支持:

如果你也想为本仓库做出贡献,请参考 贡献指南

许可证

本仓库使用 Apache License

LeetCode Problem Solving Records

This repository is used to record the problem-solving records of LeetCode according to the content on the website ProgrammerCarl.

Purpose

FOLLOW CARL STEP SOON, GET OFFERS LATER.

Problem List

  1. Two Sum
  2. Add Two Numbers
  3. Longest Substring Without Repeating Characters
  4. Median of Two Sorted Arrays
  5. Longest Palindromic Substring
  6. ZigZag Conversion
  7. Reverse Integer
  8. String to Integer (atoi)
  9. Palindrome Number
  10. Regular Expression Matching
  11. ...

Solution Approach

Each problem will be accompanied by a solution approach and code implementation. For specific content, please refer to the corresponding problem link.

Contributors

Thanks to the following contributors for their support to this repository:

If you would like to contribute to this repository, please refer to the Contribution Guidelines.

License

This repository is licensed under the Apache License.