- 博客(4)
- 收藏
- 关注
原创 Simple Usage of Sort in Golang
Simple Usage of Sort in GolangGolang provide the package “sort” to reorder the []int, []float64 and []string. The sort algorithm it uses include Insert Sort, Quick Sort and Heap Sort. As other langua...
2019-04-25 19:08:29 244
原创 二叉树的创建以及遍历C语言
二叉树的C语言创建以及遍历今天在看二叉树相关的知识,于是乎便想实现一下,接下来给上我的代码首先是bitree.h/* * Description: releated data struct * author: badapple * file: bitree.h */ #include <stdio.h> #include <stdlib.h>type...
2019-03-11 09:35:40 804
原创 简单HashTable的C语言实现
简单HashMap的实现,编程语言C相关头文件和预处理#include &amp;amp;amp;lt;stdio.h&amp;amp;amp;gt;#include &amp;amp;amp;lt;stdlib.h&amp;amp;amp;gt;#include &amp;amp;amp;lt;string.h&amp;amp;amp;gt;#include &amp;amp;amp;
2019-03-06 15:47:01 477
原创 CentOS7安装4.4.112新内核(2019/02/25)
CentOS7安装4.4.112新内核(2019/02/25)今天将一直在做测试的一台虚拟机给弄坏了,死活开不了。很无奈,由于这两天需要测试代码,就只能再继续装一台了。但是为了避免我玩心太重,所以就最小化安装了。一、首先便是安装wget和vim神器接着将yum源换下,本来是准备换阿里的yum源,奈何找到CentOS7的repo,只能换网易的。cd /etc/yum.repos.d/mv ...
2019-02-26 13:19:51 749
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人