https://github.com/gongbaochicken/coding-practice
Coding practice, design pattern implementation in C++ and some knowledge summary.
https://github.com/gongbaochicken/coding-practice
algorithm c-plus-plus coder interview leetcode leetcode-solutions
Last synced: about 1 month ago
JSON representation
Coding practice, design pattern implementation in C++ and some knowledge summary.
- Host: GitHub
- URL: https://github.com/gongbaochicken/coding-practice
- Owner: gongbaochicken
- Created: 2015-02-11T02:43:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T17:25:57.000Z (3 months ago)
- Last Synced: 2025-03-23T12:32:48.359Z (about 2 months ago)
- Topics: algorithm, c-plus-plus, coder, interview, leetcode, leetcode-solutions
- Language: C++
- Homepage:
- Size: 443 KB
- Stars: 52
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :rocket: Coding Practice
Welcome to my GitHub repository, where I collect my C++ solutions to algorithm problems sourced from LeetCode, Lintcode, and HackerRank. Remember, practice makes perfect! :octocat:
## What You’ll Find Here
In this repository, you will find:- C++ solutions to various algorithm challenges.
- Ongoing updates with information on basic knowledge of Linux shell commands, database concepts, and more.## Goal
My aim is to create a resource that not only sharpens our coding skills but also serves as inspiration for anyone preparing for coding interviews. If you like this repo, please consider giving a star to support this project. :stuck_out_tongue_winking_eye:### :book: Links
- [Portfolio](https://gongbaochicken.github.io/)
- LeetCode Online Judge: [https://leetcode.com](https://leetcode.com)
- Lintcode Online Training System: [http://www.lintcode.com/en/](http://www.lintcode.com/en/)
- Hankerrank: [https://www.hackerrank.com](https://www.hackerrank.com)Books:
* Introduction to Algorithms (CLRS)
* Algorithm(Robert Sedgewick/Kevin Wayne)