About: LeetCode Algorithm, Common Algorithms in Interviews [Article] (Special Summary)

 foreword

1. About the author

  1. The Java back-end programmers who have worked in the first-tier factories in Beijing may be by your side;
  2. CSDN accounts, WeChat public accounts, and headline accounts are all "IT ignorant gentlemen";
  3. Passionate about SpringCloud and Kubernetes;
  4. All the following articles are original by the author, thank you for your support!

2. About the code repository

  1. GitHub maintains the source code of the projects involved in the CSDN blog post, address: https://github.com/IamJiming;
  2. Friends who are interested in joining Git Teams for joint development, please leave a message below the article or privately message me on the public account;
  3. If it helps you, please give a Star, thank you for your support!

3. About this article

        This article organizes all the author's [Java algorithm] related articles, and makes a lightweight classification, I hope you can find valuable content from it, it will be my honor.


text

1. Basic data type related

2. Array related - Array

3. Linked list related - ListNode

4. Binary tree related - TreeNode


Guess you like

Origin blog.csdn.net/weixin_44259720/article/details/123330931