mycppfeed/Leetmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetmap is the 'mindmap' of all the problems hosted in Leetcode. More specifically, this project helps in graphical visualization of all the "similar problems" by triaging them based on

  • Common Abstract data types used (like array, tree, stack)
  • Common algorithmic concepts used. (like bfs, dynamic programming)

The key file to use from this project is mindmap.md. Try out any markdown to mindmap convertion tool to see the graphical mindmap view.

  • Using atom editor
    • npm install markmap To install markmap
    • Open mindmap.md using atom and press Ctrl-Alt-m
  • Tips: Interesting concepts related to algorithms and coding style.
  • Go: Go implementation of Leetcode problems
  • C++: C++ implementation of Leetcode problems

About

MIndMap of all the problems in Leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%