Skip to content
View mushfiqur-anik's full-sized avatar
💻
Working
💻
Working
Block or Report

Block or report mushfiqur-anik

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. A-Star-Algorithm A-Star-Algorithm Public

    This repository generates a crime risk grid map based on the crime data file crime_dt.shp. A* Heuristic search algorithm is implemented to find the optimal path by avoiding high crime areas between…

    Python 1

  2. Naive-Bayes-Classifier Naive-Bayes-Classifier Public

    This repository builds a Probabilistic model from a given training data & Naive-Bayes-Classifier was used to classify testing data into their likely classes.

    Python 1

  3. UDP-Client-Server-Application UDP-Client-Server-Application Public

    This repository contains code for UDP Client & UDP Server application. Selective Repeat Protocol was added to the application to guarantee packet transmission over non-reliable network links.

    Java 1

  4. Dining-Philosopher-Problem Dining-Philosopher-Problem Public

    This repository contains solutions to the classical synchronization problem the Dining-Philosopher-Problem using Monitors.

    Java 1

  5. Bookstore-Database-Management Bookstore-Database-Management Public

    This repository contains the final file for a Bookstore database management system project. MySQL-Database was used for this project.

  6. Hashtable Hashtable Public

    This repository provides three different solutions to hashtable collisions: Linear Probing, Quadratic Probing, and Separate Chaining and tests the performances (in terms of time) of each technique.

    Java 1