当前位置:网站首页>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!
边栏推荐
- An article to understand service governance in distributed development
- MySQL Explain 使用及参数详解
- Oracle 创建和操作表
- PyQt5快速开发与实战 8.1 窗口风格
- 判断一颗树是否为完全二叉树——视频讲解!!!
- 【 HMS core 】 【 】 the FAQ HMS Toolkit collection of typical questions 1
- Unified exception handling causes ResponseBodyAdvice to fail
- els 方块向左移动
- 实战演练 | 在 MySQL 中计算每日平均日期或时间间隔
- 深入浅出零钱兑换问题——背包问题的套壳
猜你喜欢
随机推荐
百度paddleocr检测训练
一文理解分布式开发中的服务治理
【无标题】
Integral Special Notes - Definition of Integral
微软 SQL 服务器被黑,带宽遭到破坏
实战演练 | 在 MySQL 中计算每日平均日期或时间间隔
PyQt5-绘制不同类型的直线
leetcode 剑指 Offer 42. 连续子数组的最大和
leetcode 剑指 Offer 52. 两个链表的第一个公共节点
PyQt5快速开发与实战 7.4 事件处理机制入门 and 7.5 窗口数据传递
详解JVM垃圾回收
2022 Hangzhou Electric Multi-School 2nd Game
国外资源加速下载器,代码全部开源
Version management of public Jar packages
STM32CubeMX配置生成FreeRTOS项目
MySQL之COUNT性能到底如何?
Access to display the data
20220728 Use the bluetooth on the computer and the bluetooth module HC-05 of Huicheng Technology to pair the bluetooth serial port transmission
分布式系统大势所趋,银行运维如何与时俱进?
利用R语言读取csv文件入一个数据框,然后查看各列的属性。









