This dataset includes 5555 coding problems from the GeeksForGeeks website.The dataset includes the following columns: url, title, article.
The text has been processed so it can be used to train LLMS.Here is an example of a formatted article:
Bitonic string
Given a string str, the task is to check if that string is a Bitonic String or not. If string str is Bitonic String then print “YES” else print “NO”.
A Bitonic String is a string in which the characters are arranged in increasing order… See the full description on the dataset page:
https://huggingface.co/datasets/Nan-Do/geeksforgeeks.