Skip to content
/ ytools Public

Some data structures and algorithms that I find myself commonly using

License

Notifications You must be signed in to change notification settings

bbuhrow/ytools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a library of some common algorithms that I often find myself needing; 
for mathematical puzzles, analysis tools, and other applications.
Contains portable and simple but effective routines for:
* Timing
* Random number generation
* Hashing
* Memory allocation
* Computer feature identification
* Sorting
* Searching 
* Logging
* Combinatorics
* Queue/Stack storage on the heap
* A threadpool using either pthreads or Windows synchronization functions
** user-supplied dispatching and syncronization functions
** arbitrary number of work functions

About

Some data structures and algorithms that I find myself commonly using

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published