当前位置:网站首页>Day 7 small exercise
Day 7 small exercise
2022-07-03 10:47:00 【51CTO】
1. Calculation n The factorial

2. Calculation 1!+2!...+10!
2.1 The first method ( Write directly in the loop body )

2.2 The second method ( Double cycle )

3. Find the corresponding number in an array

4. Find an element in an ordered array by dichotomy
4.1( His writing )

4.2( course )

5. Characters converge from two sides to the middle

6. The login password

边栏推荐
- Hou Jie -- STL source code analysis notes
- Leetcode刷题---75
- Bid -- service commitment -- self summary
- Windows security center open blank
- 小文件专项
- Wechat applet training notes 1
- [untitled]
- Leetcode skimming ---832
- 8、 Transaction control language of MySQL
- Content type ‘application/x-www-form-urlencoded; charset=UTF-8‘ not supported
猜你喜欢
![[untitled]](/img/41/adf5638e4a36417ce8dba3f2c4d9ed.jpg)
[untitled]

UI interface design related knowledge (I)

丢弃法Dropout(Pytorch)

Tensorflow—Image segmentation

Mysql5.7 installation and configuration tutorial (Graphic ultra detailed version)

如何在游戏中制作一个血条

Linear regression of introduction to deep learning (pytorch)

Matrix calculation of Neural Network Introduction (pytoch)

Unity group engineering practice project "the strongest takeaway" planning case & error correction document

A detailed explanation of vector derivative and matrix derivative
随机推荐
ThreadLocal principle and usage scenario
Mysql5.7 installation and configuration tutorial (Graphic ultra detailed version)
Ut2016 learning notes
帶你走進雲原生數據庫界扛把子Amazon Aurora
Uni app learning 1 bottom menu and parent-child components
Introduction to deep learning linear algebra (pytorch)
一个30岁的测试员无比挣扎的故事,连躺平都是奢望
7、 Data definition language of MySQL (2)
Ut2013 learning notes
Leetcode skimming ---832
Ut2011 learning notes
C#项目-寝室管理系统(1)
Ut2017 learning notes
Leetcode skimming ---283
Leetcode skimming ---217
八、MySQL之事务控制语言
Flink <-->Redis的使用介绍+with参数
熵值法求权重
Numpy quick start (II) -- Introduction to array (creation of array + basic operation of array)
[ultra detailed] implement soft and hard interval SVM based on sklearn