Skip to content

zhenyulin/py-neetcode

Repository files navigation

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

About

neat solutions for selected leetcode problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published