Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

userfhy/PointersOnC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

82 Commits

Repository files navigation

Pointers On C

Notes and exercises.

The file beginning with 'p' means programming exercises.

The 'q' file indicates the answer to the question.

Folder 'Arithmetic' just for learning algorithm with c language.

Directory Structure

Arithmetic
├── Search 查找
│  ├── BinSearch.c 二分查找
│ ├── FindBySeq.c 顺序查找
│ ├── IndexSearch.c 索引查找
│ └── InsertSearch.c 插值查找(基于二分查找)
│
└── Sort 排序
 ├── BubbleSort.c 冒泡排序
 ├── HeapSort.c 堆排序
 ├── InsertSort.c 插入排序
 ├── MergeSort.cpp 归并排序
 ├── QuickSort.c 快速排序
 ├── RadixSort.cpp 基数排序
 ├── SelectSort.c 选择排序
 └── ShellSort.c 希尔排序

About

Learnning 'Pointers On C' and Arithmetic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /