Functional NegBin implementaion

This commit is contained in:
trotFunky 2020-11-06 22:34:02 +01:00
commit 82c2bb9f1b
9 changed files with 332 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# A bunch of stuff
This repository holds a bunch of small C++ projects which might not deserve their own repository.
Here is a list and summary of each of them :
- [NegBin](NegBin) : What if binary, but base -2 instead of 2 ?