Skip to content

siyu-max-chen/AlgorithmPracticeJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Practice Java

Leetcode's Implementation Review

前面的话

从去年至今已经刷了一定量的lc的题目,但是一直没有提笔去总结遇到的题目的算法和对于题目的思考,于是我决定去尽快开始总结以便有所成长,其中大部分是自己对于题目的简单感悟。

Table of Contents

Basic

一些很基础或者分类模糊的题目都放在这里

Math

大概是一些数学相关的题目

Array

数组题目,也包含一些矩阵题目

String

字符串的题目

链表题目,题目和内容都比较少

Tree

树的题目,这里主要以BS 和 BST为主

Data Structure

一些基础的数据结构的总结,涵盖复习

DP

可恶的Dp的题目

DFS and BFS

以这两种为主的题目


Preface

Talk is cheap, show me your data structure


Catalog
1. Basic

Very basic

2. Math

something related to Math

3. Array

Everything is an Array

4. String

Subcomponent of array actually

6. Tree

ADT constructed by array

7. Data Structure

basic data strucuture

8. DP
9. DFS / BFS

Iteractive thinking


End

Yesterday you said tomorrow, so just do it

About

Codes about simple Algorithm practice using Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •