I'm sorry you want me to not print emails so I don't immediately forget them when I go to the area next door? How the hell am I supposed to remember this shit then?
Go 'round to mums'
Get Liz back
Sort life out
You've got red on you.
To his credit, he did do all that
Let me help you sort things out
def bubbleSort(arr):
n = len(arr)
for i in range(n-1):
for j in range(0, n-i-1):
if arr[j] > arr[j+1]:
arr[j], arr[j+1] = arr[j+1], arr[j]
#https://www.sortvisualizer.com/bubblesort/
They asked for sorting things into categories. Bucket sort is more suitable.
Oh shit. Tits explains s lot.
Hey those also help.
I am close to that point right now, and listing all the irritating things in my life that I could think of made my stress about the whole situation a lot better.
[6 hours into a spreadsheet]
What was I so stressed about?
I'm sorry you want me to not print emails so I don't immediately forget them when I go to the area next door? How the hell am I supposed to remember this shit then?