Skip to content

Latest commit

 

History

History
167 lines (121 loc) · 11.1 KB

README.md

File metadata and controls

167 lines (121 loc) · 11.1 KB

Grind 75 (Completed)

This repository is a software engineer interview prepration, which provides solutions for 75 leetcode questions in Python. The original post can be found on here. Questions can be categorized into 15 cagtegories, including Array, Stack, Linked List, String, Binary Tree, Binary Search, Graph, Dynamic Programming, Binary Search Tree, Hash Table, Binary, Heap, Trie, Recursion, and Matrix.

Problem Solved: 75 / 75

Array


Stack


Linked List


String


Binary Tree


Binary Search


Graph


Dynamic Programming


Binart Search Tree


Hash Table


Binary


Heap

Trie


Recursion


Matrix