This repository is created to store and organize my C++ and algorithm practice code from LeetCode. All source files are categorized by programming language and named according to the corresponding problem ID on LeetCode.
Each solution in this repository has been tested and successfully accepted by LeetCode's online judge.
I'm currently new to competitive programming and ACM, so the solutions provided here may not be the most optimal. I welcome any suggestions or discussions β feel free to explore, share ideas, or raise issues for communication and improvement!
Happy coding!
All C++ source files in this repository are written in standard C++11 and can be compiled and executed using a modern C++ compiler such as:
g++ your_code.cpp -std=c++11 -o your_program
./your_program
Make sure you have g++ installed. You can also use any C++ IDE that supports C++11 or later.
If you have any questions, suggestions, or would like to get in touch, feel free to contact me at:
Email: highsun910@gmail.com
This project is licensed under the MIT License. See the LICENSE file for details.