|
|
|
|
|
by factorymoo
773 days ago
|
|
I asked it for an efficient way to sort a list in Python [1]. I'm running the code it gave me to try it out on a small list, it's been 10 minutes and it's still running. Might be something worth looking into. Granted, the way I asked for this function was not the most natural. [1] https://devv.ai/search?threadId=dl4c8if11c00 |
|
You're just hitting a limit of the LLMs, they won't give you bug-free code, specially not from the first time, specially not complex ones like galloping timsort.