Skip to content
View isayushsingh's full-sized avatar
🌍
🌍

Block or report isayushsingh

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. BTech-Project BTech-Project Public

    The project objective is to build a hybrid recommendation engine by mixing recommendations from content-based filtering and collaborative filtering.

    Jupyter Notebook 1

  2. covid-dashboard covid-dashboard Public

    Covid Dashboard Using D3.js

    JavaScript 1 1

  3. springboot-app springboot-app Public

    Spring boot application to perform CRUD operations in a database using controller service repository pattern.

    Java

  4. tsp-astar tsp-astar Public

    This code solves the Travelling Salesman Problem using Astar Search. Minimum Spanning Tree Heuristic was used to estimate the remaining distance from one city to the last.

    Java

  5. tsp-ga tsp-ga Public

    Using Genetic Algorithm to find a solution to the Traveling Salesman Problem (TSP).

    Java