PROJECTS
PROJECTS:
Undirected Graph Analysis: This C-based project, developed for CSE106: Discrete Mathematics at East West University, generates and analyzes a random undirected graph using an adjacency matrix. It demonstrates core graph theory concepts such as vertex degree calculation, edge counting, and verification of the Handshaking Theorem, along with basic time complexity analysis. [GitHub]
Course Selection Management System: This Course Selection Management System, developed for CSE110: Object-Oriented Programming at East West University using Java Swing, allows students to select courses while management can add or remove courses. It demonstrates core OOP principles and uses Swing components such as JFrame, JButton, and JTable for the graphical interface. [GitHub]
3D Gokuldham Society: This AutoCAD project, developed for CSE200: Computer-Aided Engineering Drawing at East West University, recreates the 3D architectural model of Gokuldham Society from Taarak Mehta Ka Ooltah Chashmah, showcasing skills in engineering drawing, 3D modeling, and visualization. [GitHub]
Linear Probing Hash Table Implementation: This Linear Probing Hash Table implementation, developed for CSE207: Data Structures at East West University using C, supports insertion, deletion, searching, and display operations using the linear probing technique. [GitHub]
Capacitor Circuit Experiment: This Capacitor Circuit Experiment project, developed for CSE209: Electrical Circuits at East West University, focused on hands-on analysis of capacitor-based circuits and practical circuit operation. Theoretical results were validated using PSpice, showing no discrepancies. [GitHub]
Multi Algorithm Problem Solving: This project, developed for CSE246: Algorithms at East West University, applies multiple algorithmic techniques to solve a real-life problem scenario. It helps Bill choose the maximum number of suitable malls and acceptable coins using Bubble Sort, the Greedy-based Activity Selection Problem, and Dynamic Programming-based Coin Change Problem. [GitHub]
Database Application for ICC Mens Cricket World Cup 2023: A database application for ICC Men’s Cricket World Cup 2023, developed for CSE302: Database Systems at East West University, using Oracle SQL, featuring match and team data management, user ticket booking and payments, admin controls, and data visualizations. [GitHub]