mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
6d0aa17429
* large_factorial: (24 commits) removed author details from comments for header file added documetnation to large_factorial.cpp set 1 space for `private` and `public` keywords in cpp-classes use static variable to return reference for fixed code for lint and copy constructor Update .vscode/settings.json remove erroneous const from `+` operator code cleanup use cinttypes for size specific int type updated vscode settings more cpp lint fixes cpp lint fixes replace `std::chronos` with `ctime` - cpplint does not allow c++-11 updating DIRECTORY.md remove incorrect comment user editable test "N" added test case ignore non numeric characters when creating large_number from a string large_number: created assignment operator compute arbitrarily large fibonacci number ... # Conflicts: # DIRECTORY.md |
||
---|---|---|
.. | ||
buzz_number.cpp | ||
CMakeLists.txt | ||
decimal_to_binary.cpp | ||
decimal_to_hexadecimal.cpp | ||
decimal_to_roman_numeral.cpp | ||
fast_interger_input.cpp | ||
fibonacci_fast.cpp | ||
fibonacci_large.cpp | ||
gcd_of_n_numbers.cpp | ||
happy_number.cpp | ||
large_factorial.cpp | ||
large_number.h | ||
matrix_exponentiation.cpp | ||
palindrome_of_number.cpp | ||
paranthesis_matching.cpp | ||
pascal_triangle.cpp | ||
primality_test.cpp | ||
sieve_of_Eratosthenes.cpp | ||
smallest-circle.cpp | ||
sparse_matrix.cpp | ||
spiral_print.cpp | ||
stairs_pattern.cpp | ||
string_fibonacci.cpp | ||
tower_of_hanoi.cpp | ||
vector_important_functions.cpp |