Skip to content

4. Demonstration of sorting algorithms on an array (2)

Notifications You must be signed in to change notification settings

sptungG/OOP-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Mini Project

Topic: Demonstration of sorting algorithms on array with bubble sort, quicksort and insertion sort


Assignment of members

1. Ngo Viet Tung (Email: tung.nv184326@sis.hust.edu.vn)

  • Analyze and design use case and class diagram.
  • Develop features: sort algorithm, statistics info, manipulate sorting process.
  • Contribute to write report and slide making.

2. Nguyen Phu Truong (truong.np184319@sis.hust.edu.vn)

  • Analyze and design use case and class diagram.
  • Develop features: sort algorithm, manipulate sorting process.
  • Contribute to write report and slide making.

3. Phan Huy Thang (Email: thang.ph184305@sis.hust.edu.vn)

  • Analyze and design use case and class diagram.
  • Develop features: data input, help dialogs, review PR.
  • Contribute to write report and slide making.

Project description

  • Project Sorting Visualizer help users to visualize process of sorting algorithm for deeply understand how sorting algorithm work step by step.
  • Demo video:
OOLT.ICT.20202.Team10.Sorting.Visualizer.Demo.mp4

Project Requirement:

  • Apply OOP methods in project design and development.
  • Implement fully in Java with GUI.
  • Data must be stored in pure array.

Presentation:

  • Video:

Documents:

  1. Java documents: https://docs.oracle.com/javase/8/docs/
  2. Java Swing:
  3. Tips for design UI/UX:
  4. Find solutions for errors, optimize some code: https://stackoverflow.com/

About

4. Demonstration of sorting algorithms on an array (2)

Topics

Resources

Stars

Watchers

Forks

Languages