Skip to content

wbb1975/algorithm

Repository files navigation

libraries I collected in my daily working and studying.

concurrency,h implemented a Queue using pthread lock semantics.

mysort.h include all kinds of sort algorithm and top N algorithm, namely bfpr algorithm.

mysearch.h is the binary search algorithm.

CSymbolFilter is a prefix filtering class implementation, namely so-called trie.

skiplist.h is one skiplist implementation and sliplist_test.cpp is the corresponding test file.

About

libraries I wrote in my daily working

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages