Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdasgup3/leetmap

MIndMap of all the problems in Leetcode
https://github.com/sdasgup3/leetmap

algorithms atom-editor atom-plugin c coding-interviews cplusplus-11 cpp data-structures golang leetcode leetcode-cpp leetcode-golang leetcode-questions leetcode-solutions mindmap mindmapping

Last synced: 6 days ago
JSON representation

MIndMap of all the problems in Leetcode

Awesome Lists containing this project

README

        

# 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](https://github.com/dundalek/markmap)
- Open ```mindmap.md``` using atom and press ```Ctrl-Alt-m```

## Other contents
- [Tips](Tips.md): Interesting concepts related to algorithms and coding style.
- [Go](Go/): Go implementation of Leetcode problems
- [C++](C++/): C++ implementation of Leetcode problems