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

Block or report jaiswalchitransh

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. CSP-Map-coloring-using-Backtracking CSP-Map-coloring-using-Backtracking Public

    The code uses backtracking to solve the Constraint Satisfaction Problem (CSP) of map coloring. It checks if assigning colors to regions follows the constraint that no adjacent regions have the sam…

    Python

  2. DFS-Searching-Algorithm DFS-Searching-Algorithm Public

    This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The…

    Python

  3. UCS-with-Best-First-Search UCS-with-Best-First-Search Public

    Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current…

    Python

  4. Merge-pdf-files-using-PyPDF2 Merge-pdf-files-using-PyPDF2 Public

    This Python script merges all PDF files in the current directory into a single PDF file named "merged.pdf" using the PyPDF2 library. It iterates through the PDF files, appends their content to a Pd…

    Python

  5. Restaurant-Management-System Restaurant-Management-System Public

    This Restaurant Management System is a Python application facilitating menu display, ordering, and menu management. It presents customers with a user-friendly interface to explore the menu, place o…

    Python

  6. Login-Page Login-Page Public

    This HTML code establishes a clean login and signup page with internal CSS styling for visual appeal. The structure adheres to HTML5 standards, featuring input fields for username and password, sub…

    HTML