Skip to content
View jaiswalchitransh's full-sized avatar

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 Loading

  1. SQL-Projects SQL-Projects Public

    During my summer internship at Celebal Technologies, I worked on a SQL project to improve data management and search processes for a particular client. The main goal of the project was to optimize …

    TSQL 1

  2. KIIT-Library-Management-System KIIT-Library-Management-System Public

    The "KIIT Library Management System" is a comprehensive Full Stack Application developed for KIIT University using .NET Framework, C#.NET, Windows Forms, and MS SQL Server. This application integra…

    C#

  3. Analyzing-Historical-Stock-Data Analyzing-Historical-Stock-Data Public

    This project focuses on extracting and visualizing stock data using Python libraries such as yfinance for historical stock prices and web scraping techniques to gather company revenue data. It prov…

    Jupyter Notebook

  4. 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

  5. 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

  6. N-Queens-Problem-using-Backtracking N-Queens-Problem-using-Backtracking Public

    The aim of N-Queens Problem is to place N queens on an N x N chessboard, in a way so that no queen is in conflict with the others.

    Python