https://github.com/samyam81/normie-cpp
This repository contains several sub-repositories, each showcasing different projects and implementations in C++.
https://github.com/samyam81/normie-cpp
backtracking-algorithm cpp credit-card employee-management-system readme soduku-solver student-management-system
Last synced: 9 months ago
JSON representation
This repository contains several sub-repositories, each showcasing different projects and implementations in C++.
- Host: GitHub
- URL: https://github.com/samyam81/normie-cpp
- Owner: samyam81
- License: mit
- Created: 2024-06-01T03:13:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T05:01:25.000Z (over 1 year ago)
- Last Synced: 2025-01-27T09:14:24.062Z (11 months ago)
- Topics: backtracking-algorithm, cpp, credit-card, employee-management-system, readme, soduku-solver, student-management-system
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Normie-Cpp
Welcome to the Normie-Cpp repository! This repository contains several sub-repositories, each showcasing different projects and implementations in C++.
## Sub-repositories:
### Credit-Card-Validator
- **Description**: This sub-repository contains a C++ implementation of a credit card validator.
- README.md: Provides information about the project, its usage, and implementation details.
- NormieMain.cpp: Source code for the credit card validator.
### Employee-Management-System
- **Description**: This sub-repository contains an employee management system implemented in C++.
- README.md: Details about the employee management system, including functionalities and usage.
- Employee.cpp: Source code for the employee management system.
### Sudoku-Solver
- **Description**: This sub-repository contains a C++ implementation of a Sudoku solver.
- README.md: Information on the Sudoku solver project, its algorithm, and how to use it.
- Main.cpp: Source code for the Sudoku solver.
### Student-Management-System
- **Description**: This sub-repository contains an Student management system implemented in C++.
- README.md: Details about the Student management system, including functionalities and usage.
- Student.cpp: Source code for the Student management system.