| | name,language,prompt |
| | SanityMeaningOfLife-python,python, |
| | SanityMeaningOfLife-javascript,javascript, |
| | SanityList-python,python, |
| | SanityList-javascript,javascript, |
| | SanitySecretIdentityMap-python,python, |
| | SanitySecretIdentityMap-javascript,javascript, |
| | GCDZeroShot-python,python,Write a python function to compute the greatest common demoninator (gcd) of two input integers a and b. |
| | GCDZeroShot-javascript,javascript,Write a javascript function to compute the greatest common demoninator (gcd) of two input integers a and b. |
| | GCDMisnamed-python,python, |
| | GCDMisnamed-javascript,javascript, |
| | FactorialZeroShot-python,python,Write a python function to compute the factorial of input n. |
| | FactorialZeroShot-javascript,javascript,Write a javascript function to compute the factorial of input n. |
| | FactorialRecursiveZeroShot-python,python,Write a python function to compute the factorial of input n using recursion. |
| | FactorialRecursiveZeroShot-javascript,javascript,Write a javascript function to compute the factorial of input n using recursion. |
| | FactorialMisnamed-python,python,Write a python function glork(bork: int) to compute the factorial of input bork. |
| | FactorialMisnamed-javascript,javascript,Write a javascript function glork(bork) to compute the factorial of input bork. |
| | FibonacciZeroShot-python,python,Write a python function to compute the fibbonaci sequence of length n. |
| | FibonacciZeroShot-javascript,javascript,Write a javascript function to compute the fibbonaci sequence of length n. |
| | FibonacciListZeroShot-python,python,Write a python function that returns a list with the first n elements of the fibbonaci sequence. |
| | FibonacciListZeroShot-javascript,javascript,Write a javascript function that returns a list with the first n elements of the fibbonaci sequence. |
| | FibonacciMisnamed-python,python,Write a python function glork(bork) to compute the fibbonaci sequence of length bork. |
| | FibonacciMisnamed-javascript,javascript,Write a javascript function glork(bork) to compute the fibbonaci sequence of length bork. |
| | StringCountTokens-python,python, |
| | StringCountTokens-javascript,javascript, |
| |
|