Skip to content

Instantly share code, notes, and snippets.

@Aryalexa
Aryalexa / EPI_python Data Structures and Algorithms.py
Last active April 19, 2022 14:09
Elements of programming interviews in Python problems
# Elements of programming interviews in Python
# P1. Data Structures and Algorithms
# Mayra Castrosqui
######################################
# # ch1 primitive types.
# - all should be O(1)
# - to remember: ~(x-1) = -x
######################################