Skip to content
View farazxsiddiqui's full-sized avatar
🌙
🌙
Block or Report

Block or report farazxsiddiqui

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
farazxsiddiqui/README.md
package com.Faraz;

class Bio {
    String name = "Ahmed Faraz Siddiqui";
    String userName = "farazxsiddiqui";
    String[] interests = {"Software Development and Research","Data Science", "Open Source"};
    String[] programmingLanguages = {"Java", "C/C++", "Python"};
}

Pinned

  1. VisitEase VisitEase Public

    Android application that uses face recognition technology to verify visitors/members and also helps keep a track of their activity.

    Java 2 7

  2. Data-Structures-and-Algorithms Data-Structures-and-Algorithms Public

    In this repository you can find well documented source code for the implementation of different Data Structures and Algorithms.

    Java

  3. LeetCode LeetCode Public

    Here are the solutions of the problems that I practice on LeetCode.

    Java

  4. Classic-Snake-Game Classic-Snake-Game Public

    Classic Snake Game | Eat the enemy to grow the snake but do not kill the snake!

    Java