An open API service indexing awesome lists of open source software.

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.

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)