Some random data structures and algorithms, written just for fun.
-
Updated
Sep 22, 2019 - C++
Some random data structures and algorithms, written just for fun.
Chess opponent engine AI, using bitsets for memory optimization, written in C++
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in posgresql.
Very compact header-only C++ bitset library for creating bitsets at runtime.
Simple C++ header-only bit flag library. Uses enum for type-safe, efficient flag manipulation.
A simple implementation of a Direct Mapped Cache and Set Associative Cache in C++. Supports for different sizes of the cache, block, #ways, etc.
95.15 - Algoritmos y Programacion II 9515 - FIUBA
This university project focuses on optimizing DNA sequences utilizing CUDA parallel computing architecture and bitset data structures. Leveraging the power of CUDA, we aim to accelerate the optimization process for DNA sequences, a critical aspect in bioinformatics and genetic research.
🔍Variable-size sequence of bits in C++.
Chess Problems solved using Backtracking techniques like pruning etc.
Base for Scotty Processor
Collection of Data Structures (vanilla C++14)
Here are solutions from problems that i coded for my assignment, preparing for competitions. They are sorted by some criteria, like DP, greedy, ad hoc, etc.
C++ 11,14,17+ compatible dynamic_bitset library
A C++ library for two-dimensional bit sets
Add a description, image, and links to the bitset topic page so that developers can more easily learn about it.
To associate your repository with the bitset topic, visit your repo's landing page and select "manage topics."