Skip to content

YPChen1205/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Solutions to Some Filtered Leetcode Problems

The overview of those problems is listed in follow. These problems are mainly divided into two parts, data structues and algorithms. The codes can be find in the corresponding folder in this repository.


Data structures:

String:

  1. Problem and Solution:

Linked List:

  1. linked list basic grammar

  2. Problem and Solution:

Hash Table:

  1. Problem and Solution:

Array and Matrix

  1. Problem and Solution:

Queue and Stack

  1. Problem and Solution:

Bits Operation

  1. Problems:

Tree

  1. Basic:

  2. Traverse a tree:

  3. BST

  4. Trie

Graph

  1. Problem and Solution:

Algorithms:

Double Pointers

  1. Problem and Solution:

Search

  1. BFS

  2. DFS

  3. Backtracking

  4. Binary Search

Sorting

  1. Problem and Solution:

Divide and Conquer

  1. Problem and Solution:

Greedy Algorithm

  1. Problem and Solution:

Dynamic Programming

  1. Problem and Solution:

Maths

  1. Problem and Solution

The filtered list comes from CyC2018. you can also find the java solutions for it there.

About

Solutions to some filtered leetcode problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages