bitwise-operators topic
Bitter
A Swift Bits Manipulation/Bitwise Operations Toolkit
MathParser.org-mXparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (e...
tiny-binary-format
Memory efficient binary formats instead of objects.
Swift-Playgrounds
Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.
fast-tsetlin-machine-with-mnist-demo
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.
Cpp-Gomoku-with-AI
C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerfu...
GeeksForGeeks_DSA_Course_Solutions
💻 My solutions to the course problems and other related problems. Blog: www.thecoducer.com
bignum
C++ bignum with support for arbitrary precision integer arithmetic.
fast-tsetlin-machine-in-cuda-with-imdb-demo
A CUDA implementation of the Tsetlin Machine based on bitwise operators