Skip to content

Highsun/LeetCode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LeetCode-Solutions

Language Platform Status License

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!

πŸ›  Build Instructions

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.

πŸ“¬ Contact

If you have any questions, suggestions, or would like to get in touch, feel free to contact me at:

Email: highsun910@gmail.com

πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages