当前位置:网站首页>CVTE school recruitment written test questions + summary of knowledge points
CVTE school recruitment written test questions + summary of knowledge points
2022-07-30 09:53:00 【HUAWEI CLOUD】
2016.9.3 19:00参加CVTE笔试,笔试内容如下:
需要掌握的知识:Linux基本命令、网络协议、数据库、数据结构.
选择题
1.36进制转换(0~9, A~Z):28045707425转换结果为...P
2.Number of nodes in the binary tree known,Strives for the minimum depth of the tree.
The depth of the tree in the binary tree and the number of nodes relations
二叉树的性质
性质1 在二叉树的第i层上至多有2(i-1)个节点(i>=1).
性质2 深度为k的二叉树至多有2k-1个节点(k>=1).
性质3 对任何一棵二叉树T,若叶子节点数为m,度为2的节点数为n,则m=n+1.
性质4 具有n个节点的完全二叉树的深度为log2n(向下取整)+1.
性质5:如果对于一棵有n个节点的完全二叉树(其深度depth=log2n+1下取整)的节点按层序编号(从第一层到第depth层,每层从左到右),对任一节点i(1 <= i <= n):
1.如果i=1,则节点i是二叉树的根,无双亲;如果i>1,则其双亲节点是i/2(下取整).
2.如果2i>n,则节点i无左孩子(节点i为叶子节点);否则其左孩子是节点2i;
3.如果2i+1>n,则节点i无右孩子;Otherwise the right child node as2i+1.
一棵深度为k且有2k-1个结点的二叉树称为满二叉树.
编程题
1.全排列
2.Palindrome judgment maximum length of string.
附 58The school recruit the written content summary
1.According to the binary tree of sequence traversal first、后序遍历,In the sequence traversal results.
已知前序遍历序列和中序遍历序列,可以唯一确定一颗二叉树.
已知后序遍历序列和中序遍历序列,可以唯一确定一颗二叉树.
已知前序遍历序列和后序遍历序列,是不能确定一颗二叉树的.
2.All kinds of sort algorithm in time complexity asO(nlogn),And stable sorting algorithm
参考博文:
3.编程题.Fight the landlord to find shunza,随机抽取5张牌,若5Card is continuous,则为顺子.Big wang for any number of,A为0,J,Q,K分别为11,12,13.
4.Suddenly remind of a rookie network interview the interviewer asked the question:Fast row with bubble sort algorithm,时间复杂度的含义.
在内排序中,主要进行两种操作:比较和移动.The time complexity is determined by the comparison and mobile number.
Because your answer is so insecure!
边栏推荐
猜你喜欢
微软 SQL 服务器被黑,带宽遭到破坏
Jenkins 如何玩转接口自动化测试?
HR团队如何提升效率?人力资源RPA给你答案
2022 Hangzhou Electric Multi-School 2nd Game
自动化测试selenium(一)
20220728 Use the bluetooth on the computer and the bluetooth module HC-05 of Huicheng Technology to pair the bluetooth serial port transmission
一个低级错误导致的诡异现象——走近科学能拍三集,(C语言)最简单的数组元素读取,不正确!?
详解JVM垃圾回收
九九乘法表
ThreadLocal内存泄漏是伪命题?
随机推荐
Shell系统学习之函数
els 方块向左移动
企业数字化建设,自研还是采购?
MySQL数据库题库
Detailed description of iperf3 parameter options
PyQt5-在窗口上绘制文本
The FPGA based protocol 2: the I2C read and write E squared PROM
编译报错: undefined reference to `google::FlagRegisterer::FlagRegisterer解决方法
连接mysql报错WARN: Establishing SSL connection without server‘s identity verification is not recommended
判断一颗树是否为完全二叉树——视频讲解!!!
微软 SQL 服务器被黑,带宽遭到破坏
激活数据潜力 亚马逊云科技重塑云上存储“全家桶”
HCIP - MPLS VPN experiment
Test automation selenium (a)
Shell系统学习之数组
(文字)无框按钮设置
快解析结合象过河erp
Jenkins 如何玩转接口自动化测试?
Day113.尚医通:微信登录二维码、登录回调接口
Circuit analysis: constant current source circuit composed of op amp and triode