Traces
All Ops
Filter
inputs
Trace
Feedback
Status
complexity
generated_codes
include_tests
language
prompt
prompts
task_description
N/A
[{"generated_code":"```python\nimport re\nimport unittest\n\n\ndef is_palindrome(text: str) -> bool:\n \"\"\"\n Determine whether the given string is a palindrome, ignoring\n case and non-alphanumeric characters.\n\n A palindrome reads the same forward and backward once all\n non-alphanumeric characters are removed and case is unified.\n\n Parameters\n ----------\n text : str\n The input string to test.\n\n Returns\n -------\n bool\n True if `text` ...
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
["Write a Python function to reverse a linked list.","Create a class for a simple calculator with add, subtract, multiply, and divide methods.","Implement the bubble sort algorithm in Python.","Write a Python function to validate if a string is a valid email address.","Create a Python decorator for timing function execution and printing the duration."]
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Develop a Python script that uses requests to fetch data from a public API (e.g., JSONPlaceholder /posts), processes it to count words in titles, and then writes the top 5 most common words and their counts to a CSV file.
medium
N/A
python
Create a simple Python Flask API endpoint that returns the current server time.
N/A
N/A
medium
N/A
python
Write a Python function to flatten a nested list of integers. Example: [[1,2],[3,[4,5]],6] -> [1,2,3,4,5,6]
N/A
N/A
easy
N/A
python
Write a Python function to check if a string is a palindrome, ignoring case and non-alphanumeric characters.
N/A
N/A
easy
N/A
python
Write a Python function to check if a string is a palindrome, ignoring case and non-alphanumeric characters.
N/A
N/A
easy
N/A
python
Write a Python function to check if a string is a palindrome, ignoring case and non-alphanumeric characters.
N/A
N/A
easy
N/A
python
Write a Python function to check if a string is a palindrome, ignoring case and non-alphanumeric characters.
N/A
N/A
medium
N/A
python
Write a function to find the longest common subsequence of two strings
N/A
N/A
medium
N/A
python
Write a function to find the longest common subsequence of two strings
N/A
N/A