AI-Generated Code Integration into "TheAlgorithms"
收藏资源简介:
Dataset and Software File Purpose TheAlg-Java-Names.tsv The list of algorithms implemented in Java used in experiments for the AI-Generated Code Integration Feasibility: An Empirical Study paper kod-thealg-test.zip Software to run the tests for either original or ai-generated classes Java-master.zip Snapshot of the original (not ours) Java sources of TheAlgorithms (MIT License). for download, please refer to the original source at https://github.com/TheAlgorithms/ generated.zip Archive of our AI-generated Java sources of TheAlgorithms (MIT License) used in research .kod.zip All logs documenting the build & test process Examples of Prompts and AI-Generated Classes File Description gpt-5.2-prompt.txt Scenario A: Example of simple prompt (TopologicalSort algorithm) gpt-5.2-TopologicalSort.java Scenario A: AI-Generated Java source gpt-5.2-doc-prompt.txt Scenario B: Example of extended prompt (same algorithm) gpt-5.2-doc-TopologicalSort.java Scenario B: AI-Generated Java source



