Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 914 Bytes

README.en-EN.md

File metadata and controls

17 lines (14 loc) · 914 Bytes

Language

Bubble Sort - web app for array bubble sorting

Java, Spring Spring (Boot, Data, MVC), PostgreSQL, REST API, Lombok, Thymeleaf, HTML, CSS

About

Project specifications:

  1. Write an algorithm sorting an array of ints using Bubble Sort
  2. Implement a web page that allows you to enter the values, start the sorting and display the sorting result
  3. Each element of the sorted array must be stored in a separate row of the table. The results of the sorting must also be stored in the database.
  4. Implement the ability to obtain a sorted array by executing an HTTP request.
  5. Upload the created project to GitHub. The project must contain all source files, including the database script .

Demo