[Python-16/100] data structures and algorithms (Data structure and algorithm)

Copyright: Public Number: Fresh Site. QQ group: 690 274 ​​159. Reprinted with my blog, please attach a reprint address, thank you! ^ _ ^ I'm a hip-hop program ape freshman. https://blog.csdn.net/wuhongxia29/article/details/91038833

<Python language Advanced Day16-20>


Day16 data structures and algorithms

algorithm

Definitions : solution to the problem and steps.
Evaluation criteria : asymptotic time complexity, asymptotic space complexity.
Asymptotic time complexity of O large numerals :
Here Insert Picture DescriptionHere Insert Picture DescriptionHere Insert Picture Description

Sorting Algorithm

Show all keywords

import keyword
print(keyword.kwlist)

1. Simple Select

2. high bubbling (stirring)

3. Merge

Search algorithm

1. order

2. fifty-fifty


Computer Tips

1.DOS

1. "SW-Auto-5G" is set to open the first click on the icon wifi

netsh wlan set hostednetwork mode=allow ssid=SW-Auto-5G key=Auto5678 

2. Shortcuts

  1. win + s recall cortana
  2. Right shift + f10

3. Tips

Wifi connection

win + x + n-> Click the "Network and Internet" -> WLAN-> "known network management" -> "Add New Network" -> Enter "SW-Auto-5G" -> select "WPA2 Personal AES" - > enter the password and click "connect automatically", save

Guess you like

Origin blog.csdn.net/wuhongxia29/article/details/91038833