• Stars
    star
    112
  • Rank 310,449 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created over 2 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Leetcode Solutions in Python for Grind 75

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