Popular repositories Loading
-
Calculator
Calculator Public🧮 Simple Python Calculator - This is a basic command-line calculator built with Python. It performs simple arithmetic operations such as addition, subtraction, multiplication, and division. The pro…
-
Simple-Password-Strength-Checker
Simple-Password-Strength-Checker PublicThis Python script is a simple password strength checker. It evaluates a user's password based on length and the presence of uppercase letters, lowercase letters, digits, and special characters. De…
-
Login-and-Registration-System-
Login-and-Registration-System- Public🔐 Brief Description: Login and Registration System in C++ This is a simple C++ console-based project that allows users to register with a username and password, and later log in using those credent…
-
Banking-System
Banking-System PublicThis project is a console-based Banking System built using C++ and object-oriented programming. It allows managing customers and their bank accounts with features like: Creating a customer with an …
-
Sudoku-Solver
Sudoku-Solver PublicThis C++ Sudoku Solver uses the backtracking algorithm to solve a 9x9 Sudoku puzzle. It recursively fills empty cells with valid numbers, ensuring no conflicts in rows, columns, or 3x3 grids. The s…
If the problem persists, check the GitHub status page or contact support.