/leetcode

leetcode practice list

Primary LanguagePython

leetcode practice list

Data Structure & Algorithm

  • Data Structure : method for store information
    • Array,String,Linked List,Stack,Queue
  • Algorithm:method for solving a problem
    • Sort,DFS,BFS...

Array and String

Linked List

Stack

Binary Search

Binary Tree

Dynamic Programming

Depth First Search(DFS)

Graph

Heap