Skip to content

Latest commit

 

History

History
175 lines (126 loc) · 15.5 KB

README.md

File metadata and controls

175 lines (126 loc) · 15.5 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.

update: adding questions and examples to each readme files, so that questions statements would be included in each readme files.

Categories:

#00ff00 Easy #ffa500 Medium #ff0000 Hard

Problem Solved: 75 / 75

Array


Stack


Linked List


String


Binary Tree


Binary Search Tree


Graph


Dynamic Programming


Binart Search Tree


Hash Table


Binary


Heap

Trie


Recursion


Matrix