TheAlgorithms-C-Plus-Plus/others
Krishna Vedala 6d0aa17429
Merge branch 'large_factorial'
* 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
2020-05-27 17:36:30 -04:00
..
buzz_number.cpp fixed more filenames 2020-05-26 00:52:38 -04:00
CMakeLists.txt added cmake to math, others and compu_stats 2020-05-25 23:42:37 -04:00
decimal_to_binary.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
decimal_to_hexadecimal.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
decimal_to_roman_numeral.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
fast_interger_input.cpp added fast_integer_input.cpp (#696) 2020-01-10 19:56:12 +01:00
fibonacci_fast.cpp fix inttypes 2020-05-25 23:25:44 -04:00
fibonacci_large.cpp fixed code for lint and copy constructor 2020-05-26 18:07:41 -04:00
gcd_of_n_numbers.cpp fixed more filenames 2020-05-26 00:52:38 -04:00
happy_number.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
large_factorial.cpp added documetnation to large_factorial.cpp 2020-05-27 17:32:10 -04:00
large_number.h removed author details from comments for header file 2020-05-27 17:32:46 -04:00
matrix_exponentiation.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
palindrome_of_number.cpp MSVC does not know cstring-use string-for toString 2020-05-26 10:06:01 -04:00
paranthesis_matching.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
pascal_triangle.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
primality_test.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
sieve_of_Eratosthenes.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
smallest-circle.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
sparse_matrix.cpp fixed dynamic array 2020-05-26 09:37:36 -04:00
spiral_print.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00
stairs_pattern.cpp Update others/stairs_pattern.cpp 2020-04-19 17:48:48 +02:00
string_fibonacci.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
tower_of_hanoi.cpp files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
vector_important_functions.cpp rename Others -> others (#648) 2019-11-28 13:29:54 +01:00