Skip to content

hluckgboy/hellogithub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hellogithub

This is my first github repository. Welcome everyone exchange and learn here.

算法实例

  • 编译方法
mkdir bin

mkdir build && cd build

cmake ..

make

make install

  • 可执行文件位置

bin/

  • 编译之后,可执行单元测试;
cd build

cmake ..

ctest
//or "ctest -V"
//具体可以通过"ctest -h"查看"ctest"的用法

排序算法

  • 冒泡排序

bubble.c

  • 插入排序

insertsort.c

  • 选择排序

select.c

  • 快速排序

quick.c

  • 归并排序

merge.c

数据结构

  • array

array.c

  • list

list.c

About

this is my first github repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published