Skip to content

MCatherine1994/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Leetcode Notes:

Summary of question type:

  • Two pointer
  • Sliding window
  • Treenode
  • Listnode

Knowledge example:

Class:

Java HashMap

Map<Integer, Integer> map = new HashMap<>();
map.put(key, value)     // hash the value to key
map.containsKey(key)    // check if the key is stored in the map
map.get(key)            // get value for a specific key

About

Leetcode problems practice with explanations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published