Code

Some of my projects can be found here:

https://github.uconn.edu/saq10002

Currently public projects are:

  1. YASI, an ongoing collection of data structures and algorithms in C++ loosely based on Steven Skiena’s book: the Algorithms Manual.
  2. Dynarrc, a pointer-free linked-list allocator in C which uses a dynamic array under its hood so that there are actually no pointers involved.
  3. BC-GPU, betweenness centrality algorithms for GPU in CUDA C.
  4. DynamicBitset, simple dynamic bit array in C++.

Leave a comment