Back to Projects
Judge System - Image 1
Console App

Judge System

C Language C LanguageData Structure Data StructureFile Handling File HandlingSequential Files Sequential FilesDBMS DBMS

About This Project

A CLI-based judicial simulation system developed in C, designed to analyze criminal case inputs and determine sentencing based on complex legal logic.

The application demonstrates proficiency in data structures, file I/O operations, and sequential file processing. It parses case information, applies rule-based logic to evaluate evidence, and outputs appropriate verdicts—simulating the decision-making process of a judicial system.

This project was developed as a final project for the Programming Fundamentals course, showcasing modular programming practices and efficient memory management in C.