SkillAgentSearch skills...

PointersOnC

Learnning 'Pointers On C' and Arithmetic.

Install / Use

/learn @userfhy/PointersOnC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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    希尔排序
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

C

Security Score

70/100

Audited on Apr 8, 2024

No findings