Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thainguyencoffee/todo-list
To do app using dynamic programming algorithm
https://github.com/thainguyencoffee/todo-list
algorithm dynamic-programming knapsack-problem
Last synced: 26 days ago
JSON representation
To do app using dynamic programming algorithm
- Host: GitHub
- URL: https://github.com/thainguyencoffee/todo-list
- Owner: thainguyencoffee
- Created: 2024-03-06T15:18:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T15:56:47.000Z (8 months ago)
- Last Synced: 2024-04-20T15:08:19.146Z (7 months ago)
- Topics: algorithm, dynamic-programming, knapsack-problem
- Language: HTML
- Homepage:
- Size: 335 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
#### Project's name: ToDo list
##### Motivation
Động lực khiến tôi viết dự án này là tôi muốn đơn giản hóa thuật toán & kĩ thuật nho nhỏ để ứng dụng vào một dự án nho nhỏ.##### Tech/Framework used
- Language: Java
- Framework: Spring boot and some spring's modules
- View page: Bootstrap 5 and Thymeleaf
- Build tool: Maven
- Algorithm and tech: Dynamic programming
##### Features:
-
Display todo list and easy to create, delete, and marked done for any todo
👍Creation
-
Optimize todo with little time left, example: 200p 😍😍😍
-
Using dynamic programming basic (longest common subsequence) to the search feature
Result: 🥳🥳🥳
Click to display suggestion:
In practise, important to understand that identifier of domain object never be displayed
#####
_!!! This is a mini project learning 📄📄📄_