-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Add greedy algorithms:
Greedy algorithms are important because they provide efficient so…
-
### Idea Title
Optimal Merge Pattern
### Idea Description
### Name:
Merge a set of sorted files of different length into a single sorted file. We need to find an optimal solution, where the result…
-
Hi Jakub,
Thank you for sharing this very interesting work. I would be interested to know how computationally expensive it is to run the HIPPO greedy algorithm on a WSI with N tiles. And what hard…
-
You are given `n` activities, each with its start time and end time. Your task is to select the maximum number of activities that can be performed by a single person, assuming that a person can only w…
-
The repository's Greedy folder can be expanded by including popular greedy graph algorithms like Prim's Algorithm and Kruskal's Algorithm. Please assign this to me.
I'm a sophomore with a major in I…
-
An interesting paper citing us crossed my desk: https://arxiv.org/pdf/2405.09644
I have not had the chance to dig into, but worth looking through to see if there are additional algorithms to implem…
-
### Type of Edit (select all that apply)
Add new content (definitions, codeblocks, etc.)
### Description (optional)
We would like to edit the `Greedy Algorithm` concept entry under AI. The entry li…
-
- わかりやすい/変更しやすいようにコードを書き直す + 疑似コード/計算量の分析などをメモに残す.
- [ ] std_risk_greedy
- [ ] sqd_risk_greedy
- [ ] STD_greedy
- [ ] SQD_greedy
- [ ] SUTD_greedy
-
## Code Evaluation
### Comments
The code is well-commented, and the README file and notebook comments provide a clear explanation of how the proposed algorithm works and why all the choices have b…
-
### Detailed description
I would like to implement the Job Sequencing Algorithm in C++ as part of the repository's collection of algorithms. This algorithm is used to maximize profit by scheduling jo…