Skip to content

bsns/data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Data structure ###A collection of data structures. ##List ###1.sort
(n-1+(n-2)+.....+1)
=n(n-1)/2
=o(n)^2
###2.selection
(n-1)+(n-2)...+1
=o(n)^2
###3.bubble
###4.shell

##stack ###1.stack in order use a array with a pointer pointer to the top

if you find any question,please email to me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published