Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminul-islam-niloy/cpp-programming-and-templates-
Basic and advance c++ code for learner.
https://github.com/aminul-islam-niloy/cpp-programming-and-templates-
algorithm cpp data-structures
Last synced: 3 days ago
JSON representation
Basic and advance c++ code for learner.
- Host: GitHub
- URL: https://github.com/aminul-islam-niloy/cpp-programming-and-templates-
- Owner: aminul-islam-niloy
- Created: 2022-11-23T12:23:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:25:54.000Z (16 days ago)
- Last Synced: 2024-10-30T19:28:07.627Z (16 days ago)
- Topics: algorithm, cpp, data-structures
- Language: C++
- Homepage:
- Size: 3.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp-Programming-and-templates-
Basic and advanced C++ code for learners.## Table of Contents
- [Description](#description)
- [Folder Structure](#folder-structure)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Description
This repository contains various C++ and C programs and code related to Data Structures, Algorithms, and other programming topics. It serves as a collection of educational resources and code examples.
## Folder Structure
Here's an overview of the folders and their contents in this repository:
- `.vscode`: Configuration files for Visual Studio Code.
- `C++ Advance`: Advanced C++ code.
- `C`: C programming code.
- `Compiler setup`: Code related to setting up compilers.
- `Data Structure Algorithm`: Code related to data structures and algorithms.
- `Dynamic Memory`: Code related to dynamic memory allocation.
- `Graphics`: C++ graphics library and STL library code.
- `HackerRank`: Code related to HackerRank problems.
- `LeetCode/Easy Problem`: Code for solving LeetCode Problems.
- `Linklist`: Implementation of linked lists in C++.
- `Map`: Code related to STL map and its unique functions.
- `Multi Map`: Code related to Multi Map.
- `Numerical Method`: Code related to numerical methods.
- `OOP`: Object-Oriented Programming examples.
- `Operating System`: Code related to process and scheduling in operating systems.
- `Others`: Miscellaneous code.
- `Problem/codefource`: Code related to number theory, including binary exponentiation.
- `Queue`: Queue implementation using stacks and linked lists.
- `STL Library`: Code related to STL library, including upper and lowercase operations.
- `Set`: Set data structure examples.
- `Stack`: Code for solving LeetCode problems using stacks.
- `array`: Code related to arrays and compiler setup.
- `basic math c++`: Basic math operations in C++.
- `c++ Library`: C++ library and exit examples.
- `compiler_lab`: Compiler lab code.
- `file`: File-related code.
- `function`: Function-related code.
- `game`: Game-related code.
- `list`: List-related code.
- `pair`: Pair data structure examples.
- `pointer`: Pointer-related problems in C++.
- `string`: String operation examples.
- `vector`: Vector data structure examples.
- `.gitignore`: Gitignore file.
- `example. CPP: Example C++ code for defines and templates.## Usage
Please take a look at each folder's README or source code files for specific usage instructions and explanations.
## Contributing
Contributions to this repository are welcome! If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Submit a pull request with a clear description of your changes.