Skip to content
View tayabakhuwaja's full-sized avatar

Block or report tayabakhuwaja

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. convexhull convexhull Public

    This project implements two essential computational geometry algorithms: Convex Hull: Computes the smallest convex polygon enclosing a set of 2D points using the Graham Scan algorithm. Line Interse…

    Python

  2. e-commerce-website e-commerce-website Public

    In this project Developed a full-stack e-commerce platform featuring a curated selection of books with advanced search and recommendation features. Built a seamless shopping experience with multipl…

  3. sudoku-solver-Assembly-language- sudoku-solver-Assembly-language- Public

    A C++ Sudoku solver utilizing a backtracking algorithm to efficiently solve any 9x9 Sudoku puzzle. Input puzzles via a simple interface and receive instant solutions, enhancing your puzzle-solving …

    Assembly

  4. Open-mp-pairwise-sequence-allignment- Open-mp-pairwise-sequence-allignment- Public

    This project implements pairwise sequence alignment using OpenMP for parallel processing. It optimizes computational efficiency in bioinformatics by aligning DNA, RNA, or protein sequences rapidly.…

  5. Dijkstra-route-finding Dijkstra-route-finding Public

    In this data structure project, Dijkstra's algorithm is used to find the shortest path in a graph. It iteratively selects the node with the smallest distance, updates its neighbors' distances, and …

    C++

  6. Machine-learning-HMM-model- Machine-learning-HMM-model- Public

    A machine learning project using a Hidden Markov Model (HMM) involves modeling sequences with hidden states to analyze and predict patterns in data. Applications include speech recognition, bioinfo…

    Jupyter Notebook