Skip to content

hanadiasfour/Palestinian-Martyrs-Data-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Palestinian Martyrs Data Structure Project

Description:

This project was created to organize and analyze Palestinian martyrs information sourced from "B'Tselem". The project uses many data structures like circular double and single linked lists. In addition, an interface was built using JavaFX to give functionalities like inserting/updating location records, searching for location records, managing martyr records, generating statistics, and saving data.

UI:

Front Page:

mainPage

Navigating Locations:

navLocation'

Martyrs List:

martyr

Editing Martyr:

editMartyr

Data Statistics:

stat

Getting Started:

If you want to run this project, just download the project along the input file btselem.csv.

Notice:

Any used data structures were custom implementations I developed to enhance my understandings.