Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 296 Bytes

leetcode

list

  • #547 Friend Circles(dfs+bfs)

  • #542 01matrix(dp)

  • #513 Find Bottom Left Tree Value(bfs和递归)

  • #515 Find Largest Value In Each Tree Row(bfs 队列)

  • #529 Minesweeper(dfs+bfs 有待改进)

  • #535 Encode and Decode TinyUrl(map)