Skip to content

Latest commit

 

History

History
297 lines (177 loc) · 11.4 KB

README.md

File metadata and controls

297 lines (177 loc) · 11.4 KB

Neetcode

algorithm cheetsheet in Python3 summarised by data types

Data Structure Implementations

Int

String

1D Array

2D Array

Bit

n << 1 <=> n * 2 n >> 1 <=> n // 2 n & 1 <=> n % 2

Tree

Linked List

Graph

Geometry