SkillAgentSearch skills...

LiteOOC

Object Oriented Programming with C language

Install / Use

/learn @suda-morris/LiteOOC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LiteOOC

Object Oriented Programming with C language

loocObject

祖母对象,抽象类

  • void (finalize)(loocObject object);
  • int _use;

loocSeqList

顺序表的基本操作

loocSingleList

单向链表的基本操作

loocDoubleList

双向链表的基本操作

loocCircularList

循环链表的基本操作

loocStack

栈的基本操作

loocQueue

队列的基本操作

loocHashMap

哈希表(散列表)的基本操作

loocBinTree

二叉树的基本操作

loocBinSearchTree

二叉查找树的基本操作

loocHeap

堆(优先队列)的基本操作

loocDisjointSet

并查集(不相交集)的基本操作

loocMatrix

矩阵的基本操作

loocString

字符串的基本操作

loocAdjacencyGraph

加权图的邻接矩阵存储

loocLinkedGraph

加权图的邻接表存储

LiteEA

Engineering Algorithm

leaSort

排序算法

leaSearch

查找算法

leaDP

动态规划

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated7mo ago
Forks7

Languages

C

Security Score

67/100

Audited on Sep 2, 2025

No findings