当前位置:网站首页>Niuke real problem programming - Day10
Niuke real problem programming - Day10
2022-07-07 14:52:00 【weixin_ forty-five million seven hundred and fifty thousand fou】
Compile environment :c++
1、 Generate Gray code
describe
In the coding of a set of numbers , If any two adjacent codes have only one binary number different , This code is called gray code (Gray Code), Please write a function , Use recursive method to generate N Bit gray code .
Given an integer n, Please return n Bit gray code , The order is from 0 Start .
Algorithmic thought :
According to the characteristics of gray code , It's not hard to find out ,N Bit gray code is in N-1 Add 1 Bit 0 perhaps 1, And the number is 2 Of N individual : front 2 Of N-1 And after 2 Of N-1 The first N-1 Bit symmetry , All are N-1 Bit generated gray code , the N-1 Bit generated gray code +0/1 Output in positive and negative order . According to this design recursive function getGray, When N by 1 when , Gray code is 0 and 1. Note that the output of the topic just returns to the previous N Gray code generated by sub recursion .
The code part implements :

2、zj2 Programming questions 1
describe
There are three teams , Each team number is team 1, The team 2, The team 3, The three teams need to play a total of n game . Now it's over k game , Every game can't be tied , Win a game and get a point , If you lose, you can't lose points . Known team 1 And the team 2 There is a difference in the score between d1 branch , The team 2 And the team 3 There is a difference in the score between d2 branch , You can choose two teams to play in each game . Please, if you finish the last (n-k) game , Is it possible that the scores of the three teams are even .
Algorithmic thought :
The title just gives the difference , But there is no positive or negative difference , Therefore, it can be divided into four situations to discuss respectively . At the same time, the scores of the three teams are added =k,ab The difference is +-d1,bc The difference is +-d2 Equation thinking to divide the situation, exhaustive . When a<0,b<0,c<0;n No 3 A multiple of the , It must not meet the conditions . classification 1:a<b<c when , here a+b+c=a+(a+d1)+(a+d1+d2)=3x1+2d1+d2=k, Yes x1=(k-2*d1-d2)/3, obviously , In order to catch up, we need to meet the remaining games n-k Greater than or equal to (2*d2+d1), At the same time, the extra games should be allocated to three teams at the same time . The other three cases are the same , Press d1d2 Positive and negative classification discussion .
The code part implements :

3、DNA Sequence
describe :
Niuniu has another task from biological researchers , Niuniu needs to help scientific researchers from DNA Sequence s Find the shortest that does not appear in DNA Sequence s Medium DNA Length of segment .
for example :s = AGGTCTA
The sequence contains all elements with a length of 1 Of ('A','C','G','T') fragment , But the length is 2 Of does not contain all , For example, the sequence does not contain "AA", So the output 2.
notes : The length is 2 All DNA The clip has "AA"、"AC"、"AG"、"AT"、"CA"、"CC"、"CG"、"CT"、"GA"、"GC"、"GG"、"GT"、"TA"、"TC"、"TG" and "TT", common 16 Kind of .
Algorithmic thought :
make the best of c++ Library function , Received s After the string , From the length to 1 Start intercepting substrings , Then put it into a set , Because the element key is unique in the set , So the insert operation first checks whether the given key already exists in the collection , It's equivalent to removing weight . At this time, you only need to judge whether the number of elements in the set meets the inclusion length of i All of the DNA fragment , namely size Be greater than 4 Of i Power .
The code part implements :

边栏推荐
- Substance Painter筆記:多顯示器且多分辨率顯示器時的設置
- "July 2022" Wukong editor update record
- CPU与chiplet技术杂谈
- Attribute keywords serveronly, sqlcolumnnumber, sqlcomputecode, sqlcomputed
- Full details of efficientnet model
- 激光雷達lidar知識點滴
- ⼀个对象从加载到JVM,再到被GC清除,都经历了什么过程?
- 云上“视界” 创新无限 | 2022阿里云直播峰会正式上线
- Navigation - are you sure you want to take a look at such an easy-to-use navigation framework?
- 2022年13个UX/UI/UE最佳创意灵感网站
猜你喜欢

Deformable convolutional dense network for enhancing compressed video quality

Apache多个组件漏洞公开(CVE-2022-32533/CVE-2022-33980/CVE-2021-37839)

Navigation - are you sure you want to take a look at such an easy-to-use navigation framework?

Cvpr2022 | backdoor attack based on frequency injection in medical image analysis

上半年晋升 P8 成功,还买了别墅!

防火墙基础之服务器区的防护策略

How to enable radius two factor / two factor (2fa) identity authentication for Anheng fortress machine

KITTI数据集简介与使用

Webrtc audio anti weak network technology (Part 1)

2022年13个UX/UI/UE最佳创意灵感网站
随机推荐
PLC:自动纠正数据集噪声,来洗洗数据集吧 | ICLR 2021 Spotlight
Beginner JSP
Promoted to P8 successfully in the first half of the year, and bought a villa!
Pytorch model trains practical skills and breaks through the bottleneck of speed
6、Electron无边框窗口和透明窗口 锁定模式 设置窗口图标
KITTI数据集简介与使用
一文读懂数仓中的pg_stat
Navigation — 这么好用的导航框架你确定不来看看?
[server data recovery] a case of RAID data recovery of a brand StorageWorks server
LeetCode 648. Word replacement
A laravel background management expansion package you can't miss - Voyager
WebRTC 音频抗弱网技术(上)
PG basics -- Logical Structure Management (locking mechanism -- table lock)
ES日志报错赏析-maximum shards open
Data connection mode in low code platform (Part 2)
在软件工程领域,搞科研的这十年!
【愚公系列】2022年7月 Go教学课程 005-变量
Introduction and use of Kitti dataset
「2022年7月」WuKong编辑器更版记录
Delete a whole page in word