Skip to content
forked from sdasgup3/Leetmap

MIndMap of all the problems in Leetcode

Notifications You must be signed in to change notification settings

mycppfeed/Leetmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

351 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

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)

How to use

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.

Option

  • Using atom editor
    • npm install markmap To install markmap
    • Open mindmap.md using atom and press Ctrl-Alt-m

Other contents

  • 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%