# LeetCode **Repository Path**: elenyoung/LeetCode ## Basic Information - **Project Name**: LeetCode - **Description**: A repository containing solutions of LeetCode Problems. Enjoy your coding ! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-03 - **Last Updated**: 2025-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **Welcome to LeetCode Solutions!** You can give your special solutions to LeetCode problems which should be declared in './include/algorithmsSolutions.h' and be defined in './Solutions/algorithmsSolutions.cpp'. And it will be better if you give an example of the solution just like the code showing in './array/*.cpp' or others. The example should be classified into different files based on the data structure, just like array(vecotr)、string or other data structures. The **problem index and problem name** should be given in the comment. Besides, your thoughts are the most precious in this project because everyone can know how you solve the problem and how smart the method is.