The MAGMA Benchmark is designed to evaluate the performance of large language models (LLMs) on classical graph algorithms using intermediate steps.
-
Updated
Jan 7, 2025 - Python
The MAGMA Benchmark is designed to evaluate the performance of large language models (LLMs) on classical graph algorithms using intermediate steps.
Personal implementation of some algorithms in "Introduction to Algorithms", third edition; new repo
Following: Introduction to Algorithms -- CLRS
Optimal binary search tree using dynamic programming.
Implementations of canonical data structures and algorithms, based on CLRS 3rd edition.
A couple of sorting algorithms from the CLRS book
Size of longest common subsequence of a pair of strings.
Contains all my code in exercises and problems from "Introduction to Algorithms" , written in Python.
Determining the optimum number of operations of a product of matrices using dynamic programming.
Python implementations of CLRS data structures and algorithms. These are almost line-by-line implementations I wrote for the sake of learning. Not "Pythonic".
Optimum way of cutting up a rod using dynamic programming.
Add a description, image, and links to the clrs-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the clrs-algorithms topic, visit your repo's landing page and select "manage topics."