CoolFace
Datasetpublic

agentlans/bubble-sort

Bubble Sort Dataset Randomly-generated integer sorting problems. Similar in spirit to agentlans/dijkstra but with the bubble sort algorithm, one of the simplest sorting algorithms. Number of integers: 2 to 10 Range of each integer: [-100, 100) Main Uses Training and evaluating reasoning-capable language models Identifying failed steps in the reasoning process Limitations The bubble sort algorithm is simple but inefficient. In practice, using a… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/bubble-sort.

sourceHugging Facecc-by-4.0updated 7mo agoView on Hugging Face
0likes50downloads
6 commits on main
e7d55c47mo ago

Merge branch 'main' of https://huggingface.co/datasets/agentlans/bubble-sort

user
fa150407mo ago

Spacing between the <think> and <response> tags

user
617aed77mo ago

Update README.md

agentlans
a3632317mo ago

Update README.md

agentlans
742ab9d7mo ago

Upload

user
843cefa7mo ago

initial commit

agentlans