Progambler227788
I enjoy learning problem-solving techniques and doing app development projects.
freelancingLahore
Pinned Repositories
AI-rate-my-professor
Android-Dev-Learn
Android-Learning-Notes
Finance_Tracker_App
A Kotlin-based budget tracking app that helps users manage their finances by tracking income and expenses. The app uses Firebase Firestore for secure data storage and real-time syncing, allowing users to view detailed analysis of their budget through intuitive graphs. Built using Fragments for a seamless and responsive user experience across device
HACKERCUP-2024-SOLUTIONS
This repository contains solutions to the practice round problems for Meta HackerCup 2024. Each problem has been solved with a focus on efficiency, clarity, and readability. The solutions are provided in Python (or your preferred language), along with explanations and comments to help understand the approach used.
JobClientSide
LeetSync
This repo will have my all problems solved on LEETCODE with solutions that I submitted
LeetSync-PYTHON
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)
Patient-Management-System
Hi everyone, This project is based on DSA. I've implements patients data using linklist. You could use database or file handling for storage. You could modify it according to your needs.
Weather-App-2024
Progambler227788's Repositories
Progambler227788/C-Language-Problems
Progambler227788/TODO-LIST-Code-Kotlin-XML
Progambler227788/Semester-5
Semester 5 contents
Progambler227788/QuizApp
Quiz App
Progambler227788/Puzzle-Game
The given code is an implementation of a word search puzzle solver in C++. It takes a 10x10 grid of characters as input and allows the user to enter a word to search for. The program then searches for the word in the grid, and if found, it prints the row and column
Progambler227788/Word-Guess-Game-in-C
Certainly! Here's a concise description of the provided code: This code is a command-line word-guessing game. Players guess letters to identify a hidden word from a dictionary file. The game provides feedback on correct/incorrect guesses and reveals the word's current state. It includes functions to load words, check guesses, and manage gameplay.
Progambler227788/Weather-Application-Kotlin
ntroducing WeatherX: A Kotlin-based weather application designed to provide real-time weather updates and forecasts. With a user-friendly interface, WeatherX fetches accurate data using API integration, delivering precise weather information for any location. Stay informed with hourly and daily forecasts.
Progambler227788/RecyclerView_With_SearchView
This app is used to demonstrate recycler view with search view in KOTLIN
Progambler227788/Tailor-Management-System-Application
This is made in kotlin
Progambler227788/OnlineShoppingDatabase
Progambler227788/library
aa
Progambler227788/AssemblyBasicCodes
Assembly Language x8086 codes
Progambler227788/Patient-Management-System
Hi everyone, This project is based on DSA. I've implements patients data using linklist. You could use database or file handling for storage. You could modify it according to your needs.
Progambler227788/Base-Convertor-Winform-Csharp
This is made in C# winform. It is used to convert every base to another base like binary to decimal or vice versa.
Progambler227788/Game-of-Life
Conway's Game of Life implementation in Python, with customizable initial patterns and interactive gameplay.
Progambler227788/Battle-Ship-Game
This is a Python implementation of the Battleship game where the computer plays against itself. The game board is a 10x10 2D list, and five ships are randomly placed on it at the start of the game.