Skip to content

blurh/algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithm

  • 大 O 表示法:
    大 O 表示法指出了算法有多快. 如: 简单查找检查包含 n 个元素列表的每个元素, 则需要执行 n 次操作. 使用大 O 表示法则该运行时间为 O(n)

About

Algorithms Implemented in GoLang

Topics

Resources

Stars

Watchers

Forks

Languages