首页
题库
面试
求职
学习
竞赛
More+
  • 所有博客
搜索面经/职位/试题/公司
search 搜索
我要招人 去企业版
app
登录 / 注册
头像
happyYolanda
  • 中国科学院软件研究所
  • 未填写毕业时间
  • C++工程师
  • 热爱算法的女子
关注 私信
  • 加入黑名单
  • 举报TA
  • 首页
  • 刷题
  • 圈子
  • 项目
  • 笔记
  • 基本资料
  • 真题试卷
  • 在线编程
  • 心理测试

回答的问题(5)

  • 树的子结构
    0
    class Solution { public: bool HasSubtree(TreeNode* pRoot1, TreeNode* pRoot2){ if (pRoot2 == NULL || pRoot1 == NULL){ return fa...
    发表于 2015-10-10 17:32:20
  • 斐波那契数列
    0
    class Solution { public: int Fibonacci(int n) { if (n == 0){ return 0; } if (n == 1 || n == 2){ ...
    发表于 2015-10-09 11:30:31
  • 旋转数组的最小数字
    0
    class Solution { public: int minNumberInRotateArray(vector<int> rotateArray) { if (rotateArray.size() == 0){ return 0; ...
    发表于 2015-10-09 11:11:57
  • 用两个栈实现队列
    0
    class Solution { public:     void push(int node) {         stack1.push(node);     }     int pop() {         int result = -1;         if (!stack2.empty...
    发表于 2015-10-08 22:43:45
  • 重建二叉树
    0
    class Solution { public: struct TreeNode* reConstructBinaryTree(vector<int> pre,vector<int> in) { if (pre.size() == 0 || in.si...
    发表于 2015-10-08 22:13:11
  • 二维码

    扫描二维码,关注牛客网

  • 意见反馈
  • 二维码

    下载牛客APP,随时随地刷题

刷真题、补算法、看面经、得内推
使用第三方账号直接登录使用吧: 更多

扫一扫,把题目装进口袋

求职之前,先上牛客

扫描二维码,进入QQ群

扫描二维码,关注牛客公众号

  • 关于我们
  • 加入我们
  • 意见反馈
  • 企业服务
  • 校企合作
  • 联系我们
  • 免责声明
  • 友情链接
  • 公司地址:北京市朝阳区北苑路北美国际商务中心K1座一层-北京牛客科技有限公司
  • 联系方式:010-60728802 投诉举报电话:010-57596212(朝阳人力社保局)
  • 牛客科技© All rights reserved admin@nowcoder.com
  • 京ICP备14055008号-4 增值电信业务经营许可证 营业执照 人力资源服务许可证
  • 京公网安备 11010502036488号