.. Leetcode Summary documentation master file, created by
   sphinx-quickstart on Sat Jul 15 10:43:45 2023.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Study Summary
============================================

This document served as record and summary for problem solving process on leetcode problems as well as documentation for related knowledge.

.. important::

   The project is still in progress. And the code for problems is in the corresponding github repository. `Leetcode Summary <https://github.com/Yuxing0610/LeetCode_Summary>`_.


Problem List
=============

The :doc:`categorized_algorithm/index` is a general index list for problems. Here I categorize problems by the type of algorithm they require:

.. toctree::
   :titlesonly:

   categorized_algorithm/index



