Skip to content

jerry80409/java-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java 演算法筆記

演算法的特徵

  1. 有限性:有限的步驟與執行時間
  2. 明確性:明確的定義要完成的步驟或工作
  3. 輸入:初始的條件
  4. 輸出:演算後要有明確的結果
  5. 可行性:演算的每個步驟都是可以執行的

資料結構

  1. Array
  2. Stack
  3. Queue
  4. Linked List
  5. Tree
  6. Graph
  7. Heap
  8. Hash

About

The classic algorithm fundamental of Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages