ALGORITHMIC SOCK SORTING VIDEOS

SOCK SIZES IN CHAOS

Watch as our team of experts navigate the treacherous landscape of sock sizes:

				
					// Sock sizes in chaos
					for i in range(10):
						for j in range(10):
							if abs(i-j) == 0:
								print("Match made!")
							else:
								print("Socks do not match!")
				
			
Socks in chaos

Want to see more?

Check out our other videos: