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

https://github.com/gama1903/leetcode_practice

Targeted on specific class of data structure or algorithm.
https://github.com/gama1903/leetcode_practice

algorithms cpp data-structures leetcode

Last synced: about 2 months ago
JSON representation

Targeted on specific class of data structure or algorithm.

Awesome Lists containing this project

README

          

# LeetCode Practice

## Introduction
Leetcode practice targeted on specific class of data structure or algorithm.

## Reference
https://turingplanet.org/leetcode%e5%88%b7%e9%a2%98%e7%b3%bb%e5%88%97/

## Index

1. [array/index](array/index.md)
2. [binary_search/index](binary_search/index.md)
3. [linked_list/index](linked_list/index.md)
4. [stack_queue/index](stack_queue/index.md)
5. [heap/index](heap/index.md)
6. [hash_table/index](hash_table/index.md)
7. [tree_bfs/index](tree_bfs/index.md)
8. [tree_dfs/index](tree_dfs/index.md)
9. [graph_bfs/index](graph_bfs/index.md)
10. [graph_dfs/index](graph_dfs/index.md)
11. [graph_best_first_search/index](graph_best_first_search/index.md)
12. [dynamic_programming/index](dynamic_programming/index.md)
13. [backtracking/index](backtracking/index.md)