学习
实践
活动
专区
工具
TVP
写文章

Zoctopus

LV1
举报
发表了文章

剑指 Offer 03. 数组中重复的数字

在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,也不知道每个数字重复了几次。请找出...

Zoctopus
编程算法
发表了文章

Go语法题-常见语法题一

golang中有规定, switch type 的 case T1 ,类型列表只有⼀个,那么 v := m.(type) 中的 v 的类型就是T1类型。

Zoctopus
caseinterface编译
发表了文章

两天时间兼职运维从零搭建一套分布式文件云存储系统的收获

部门的小leaderC想让我熟悉整个业务,知道来龙去脉,让我从零开始搭建一套环境,也方便开发人员直接在上面进行测试,所以从这周一开始,我的工作就来了。

Zoctopus
docker容器nginxtcp/ip消息队列 CMQ 版
发表了文章

开始接学生的毕设课设了

好久没更新博客文章了,因为自己的目标发生了变化,目前主要在自己搭建的博客以写作调身心和微信公众号写一写文章和对职场的感触。

Zoctopus
编程算法go
发表了文章

07. 重建二叉树

输入某二叉树的前序遍历和中序遍历的结果,请重建该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。

Zoctopus
二叉树node.js编程算法
发表了文章

剑指 Offer 06. 从尾到头打印链表

Zoctopus
编程算法
发表了文章

剑指 Offer 05. 替换空格

Zoctopus
leetcode遍历函数字符串
发表了文章

剑指 Offer 04.二维数组中的查找

在一个 n * m 的二维数组中,每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个高效的函数,输入这样的一个二维数组和一个整数...

Zoctopus
编程算法
发表了文章

LeetCode-38. Count and Say | 外观数列

The count-and-say sequence is a sequence of digit strings defined by the recursi...

Zoctopus
编程算法
发表了文章

LeetCode-35. Search Insert Position | 搜索插入位置

Given a sorted array of distinct integers and a target value, return the index i...

Zoctopus
编程算法
发表了文章

LeetCode-28. Implement strStr() | 实现 strStr()

Return the index of the first occurrence of needle in haystack, or -1 if needle ...

Zoctopus
编程算法
发表了文章

LeetCode-26.Remove Duplicates from Sorted Array | 删除排序数组中的重复项

Given a sorted array nums, remove the duplicates in-place such that each element...

Zoctopus
linux编程算法
发表了文章

LeetCode-21.Merge Two Sorted Lists | 合并两个有序链表

Merge two sorted linked lists and return it as a sorted list. The list should be...

Zoctopus
编程算法
发表了文章

LeetCode-20. Valid Parentheses | 有效的括号

Given a string s containing just the characters '(', ')', '{', '}', '[' and ']',...

Zoctopus
linux编程算法
发表了文章

LeetCode-13. Roman to Integer | 罗马数字转整数

Zoctopus
githubmapode
发表了文章

LeetCode-14. Longest Common Prefix | 最长公共前缀

Write a function to find the longest common prefix string amongst an array of st...

Zoctopus
编程算法
发表了文章

LeetCode-9. Palindrome Number | 回文数

Given an integer x, return true if x is palindrome integer.

Zoctopus
编程算法
发表了文章

LeetCode-7. Reverse Integer | 整数反转

Given a signed 32-bit integer x, return x with its digits reversed. If reversing...

Zoctopus
go编程算法
发表了文章

LeetCode-1-Two Sum | 两数之和

简单题。常规解法(解法1),用两个for循环来做,第一个循环从数组nums下标为0开始遍历,第二个循环从数组下标1开始遍历,如果没找到两数之和的target值,...

Zoctopus
编程算法
订阅了专栏

腾讯云自媒体分享计划

3 文章5.3K 关注者

个人简介

个人成就

扫码关注腾讯云开发者

领取腾讯云代金券