An open API service providing repository metadata for many open source software ecosystems.

GitHub / jaiswalchitransh 4 Repositories

Aspiring Software Engineer | 5⭐ Badge Holder in C++, Java and SQL on @HackerRank | Problem Solver🥈

jaiswalchitransh/DFS-Searching-Algorithm

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 DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.

Language: Python - Size: 204 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

jaiswalchitransh/SQL-Projects

During my Summer Internship at Celebal Technologies, I worked on SQL projects to improve data management and search processes for a particular client. The main goal of these projects was to optimize database queries and ensure effective information retrieval.

Language: TSQL - Size: 4.34 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 2

jaiswalchitransh/Historical-Stock-and-Revenue-Data-Analysis

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 provides a comprehensive analysis by plotting both stock prices and revenues over time for companies like Tesla and GameStop.

Language: Jupyter Notebook - Size: 1.38 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

jaiswalchitransh/KIIT-Library-Management-System

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 integrates a C# backend with a Windows Forms frontend, executing SQL queries to manage and retrieve data such as book details, student records etc.

Language: C# - Size: 22.4 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

jaiswalchitransh/Merge-pdf-files-using-PyPDF2

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 PdfWriter object, writes the merged content to a new file, and then closes the PdfWriter object.

Language: Python - Size: 508 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jaiswalchitransh/Python-SAPI-Voice-for-Windows

The Python script utilizes the win32com library to interact with the Windows Speech API (SAPI), prompting the user to input text to be spoken aloud. It continuously speaks the input text using the default system text-to-speech engine until the user inputs "-1" to terminate the program.

Language: Python - Size: 250 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jaiswalchitransh/N-Queens-Problem-using-Backtracking

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.

Language: Python - Size: 468 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jaiswalchitransh/CSP-Map-coloring-using-Backtracking

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 same color. The skills involved include algorithm design for backtracking, recursion, and solving CSP problems. The implementation uses Python.

Language: Python - Size: 344 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jaiswalchitransh/UCS-with-Best-First-Search

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 best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).

Language: Python - Size: 241 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0