Skip to content

loicfred/StudentManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System

A fully functional system where we can input, delete, search and sort students for my Data Structures & Algorithm module in university. The objective was to implement a LinkedList, Sort and Search functions myself without the use of built-in libraries.

Applied Skills:

  • Java Swing
  • Java Data Structures & Algorithm
  • Linked List
  • Bubble Sort
  • Bi-linear Search

Main Program

This is the main application window.

image

Search Bar

The list is filtered real-time when typing in the search bar.

image

Editing Students

Clicking on Edit opens the edit screen for the student.

image

Sorting

The list can be sorted by clicking on the column header (Ascending/Descending).
This example is when clicking on the Surname header.

image

Advanced Sort

Allow sorting by multiple columns by selecting them in order of priority.
This one Age -> Gender -> Surname

image image

Other

In the corner are bonus shortcuts. New students can also be added from the button at the bottom of the list.

image image

About

Data Structures & Algorithms assignment for university.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages