Skip to content

JunkiChu/C-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Compiler License

C-Library

Personal C Template Library

Algorithms library

Function Operation Description
CLCompareEqualType Comparison Checks whether x is equal to y
CLCompareNotEqualType Comparison Checks whether x is not equal to y
CLCompareGreaterType Comparison Checks whether x is greater than y
CLCompareLessType Comparison Checks whether x is less than y
CLCompareGreaterEqualType Comparison Checks whether x is greater than or equal to y
CLCompareLessEqualType Comparison Checks whether x is less than or equal to y
CLBinarySearchType Binary search operation on sorted range Determines if an element exists in a certain range

About

Personal C Template Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published