moghya / dsalglib

This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
http://moghya.me/dsalglib
29 stars 27 forks source link

Added Number_Theory_Algorithms under include directory #44

Open yadvendra20 opened 3 years ago

yadvendra20 commented 3 years ago

Added some utility functions and algorithms in Number Theory and handled some cases in "array.h" where memory allocation may fail. Also wrote the tests under "tests.h".