Skip to content

LearnAwesome/DataStructuresAndAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms with JavaScript

Environment

node@8.11.3

Explanation

  • n : problem's scale
  • T(n) : sentence frequency
  • S(n) : the spacial complexity
  • O(n) : the time complexity

Time complexity

  • O(1)
  • O(n)
  • O(log2n)
  • O(nlog2n)
  • O(n2)
  • O(n3)
  • O(nk)
  • O(2n)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published