We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Python 3 using a deque. I've been butting my head up against performance problems using Python on these exercises so I thought using a deque would save me optimization headaches. Seeing other people's solutions below it seems totally unncessary and a list will suffice.
Simple Text Editor
You are viewing a single comment's thread. Return to all comments →
Python 3 using a deque. I've been butting my head up against performance problems using Python on these exercises so I thought using a deque would save me optimization headaches. Seeing other people's solutions below it seems totally unncessary and a list will suffice.