This repository contains exercise, projects and that I practiced to improve my coding skills.
| .image | ||
| beginner | ||
| books | ||
| codingproblem | ||
| designpatterns | ||
| games/tictactoe | ||
| garden | ||
| karanprojects | ||
| projectC | ||
| researchpapers | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
This repository will be used a practice ground to solidify different concepts that I learn.
Map-Of-Content
- Beginner: Contains all the projects from florinpop17's repo. (
archived) - Karan's project list solutions: Contains folder for the karan's project. (
archived) - Project Based on C/C++: Contains projects from project based tutorial in C repo.
- Design Patterns: Contains several design patterns I implemented
- CodingProblem/Exercises: Contains coding problems from sites like leetcode
- Games: Contains small games
- Books: Contains solutions to coding problems from books
- Research Papers: Contains my stupid summaries on several implementation