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

Block or report zeenatali5710

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

Pinned

  1. Shopping-cart-Order-counter-component Shopping-cart-Order-counter-component Public

    A utility that keeps track of qty per product and total no. of items ordered for user friendly order placement experience, developed in React (ES6).

    JavaScript 1

  2. n-node-distributed-system n-node-distributed-system Public

    n-node distributed system that provides a causally ordered multicasting service and a distributed locking scheme. Berkeley algorithm is used to synchronize clocks.

    C++ 1

  3. Sapiens-Trick-Taking-Game-AI-Agent Sapiens-Trick-Taking-Game-AI-Agent Public

    Artificial Intelligent approach used to develop an agent which plays the simple trick taking game using Reinforcement learning.

    Python 1 1

  4. Water-jug-problem Water-jug-problem Public

    A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python.

    Python 2

  5. Digit-classification-problem-using-Perceptron-Algorithm Digit-classification-problem-using-Perceptron-Algorithm Public

    The digit classification problem implemented using python. The classifier is defined using perceptron algorithm.

    Jupyter Notebook 1

  6. Template-Matching Template-Matching Public

    Created algorithm in C to detect and highlight best image match with template (2 px accuracy) using pixelwise brute force. The algorithm is optimized by 16x to take less than 5 seconds per image-te…

    C