Skip to content
View Isaadqurashi's full-sized avatar

Block or report Isaadqurashi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Isaadqurashi/README.md

isaadqurashi


Hey there, I'm Saad Khurshid Qurashi! 👋

An Artificial Intelligence enthusiast who loves solving challenging problems and building creative solutions. During my time at Ghulam Ishaq Khan Institute, I've honed my skills in AI, C++, Python, and competitive programming, and now I'm excited to share my journey with you!

Feel free to connect with me. Let's create something cool!


Find Me on These Platforms:
Email LinkedIn Instagram WhatsApp Codeforces LeetCode HackerRank CodeChef AtCoder


My GitHub Stats:

isaadqurashi's Stats

isaadqurashi's Top Languages

isaadqurashi's Streak


Popular repositories Loading

  1. BlindSight BlindSight Public

    Python 2

  2. SmsSpamDetection SmsSpamDetection Public

    IF-102 semester Project

    Jupyter Notebook 1

  3. CODSOFT CODSOFT Public

    CodSoft Internship NOV BATCH A15 Explore NOV BATCH A15 interns' C++ prowess! Projects showcase top-tier skills: [Project]: [NUMBER GUESSING GAME] Contact:[email protected]

    C++

  4. REVERSE-ANY-NUMBER-IN-CPP REVERSE-ANY-NUMBER-IN-CPP Public

    This C++ code prompts the user to enter a number, then utilizes a while loop to reverse the digits of the input. The reversed number is constructed by repeatedly multiplying the existing reversed v…

    C++

  5. PYRAMID-IN-CPP PYRAMID-IN-CPP Public

    This C++ code generates a pyramid pattern based on user-specified levels. It uses nested loops to control the number of spaces and asterisks on each line, creating a pyramid shape. The user is prom…

    C++ 1

  6. FIBONACCI_SERIES FIBONACCI_SERIES Public

    Basic code for Fibonacci series in which firstly it"ll take an integer number from user then iterate the for loop accordingly the entered number , then it'll print first number which is 0 , a numbe…

    C++