Commit Graph

21 Commits

Author SHA1 Message Date
Krishna Vedala
fb3a8091f9
fixed lint 2020-05-26 09:26:40 -04:00
Krishna Vedala
d6d328c8c9
file rename 2020-05-26 09:25:42 -04:00
Krishna Vedala
2def9abcc2
cin accepts only one variable at a time & fixed cpplint 2020-05-26 09:10:28 -04:00
Krishna Vedala
b3ae9846dc
Merge branch 'major-corrections-to-files' into cmake
* major-corrections-to-files:
  updating DIRECTORY.md
  remove dash from filename
  updating DIRECTORY.md
  fixed more filenames
  fix cpp_lint bug
2020-05-26 00:58:32 -04:00
Krishna Vedala
dddcbee9ce
fixed more filenames 2020-05-26 00:52:38 -04:00
Krishna Vedala
9c0025aa3d
added cmake to math, others and compu_stats 2020-05-25 23:42:37 -04:00
Krishna Vedala
c93f3ef35e
fix inttypes 2020-05-25 23:25:44 -04:00
Krishna Vedala
82dab7515c
filenames and namespace fixes 2020-05-25 23:22:26 -04:00
Krishna Vedala
120fe06fcb
files renamed to standard - without spaces and made CPPLINT compatible 2020-05-25 23:13:26 -04:00
Krishna Vedala
4e8a2f7151
non compiling and illegible code removed 2020-05-25 23:12:12 -04:00
Christian Clauss
039ca7bdea
Update others/stairs_pattern.cpp 2020-04-19 17:48:48 +02:00
faizan Ahamed
c2316e1efc
Update stairs_pattern.cpp 2020-04-19 20:50:42 +05:30
faizan Ahamed
9ac7981fed
Update stairs_pattern.cpp 2020-04-19 20:39:06 +05:30
faizan Ahamed
2b01decae1
Update stairs_pattern.cpp 2020-04-19 20:24:28 +05:30
faizan Ahamed
e15dd6ec99
Update stairs_pattern.cpp 2020-04-19 20:23:48 +05:30
faizan Ahamed
e4fa1dbcaf
Create stairs_pattern.cpp 2020-04-19 18:49:08 +05:30
stepfencurryxiao
f659bcc9fc Don't use bits/stdc++.h 2020-04-18 10:43:43 +08:00
Siddharth M
ca068e5828
Measure time (#706)
* Create measure_time_elapsed.cpp

* add functionality to measure time elapsed of a code

* cout --> std:cout

* Update measure_time_elapsed.cpp

* Update time_elapsed.cpp

* Update measure_time_elapsed.cpp

* std:cout << getTimeInMicroseconds() - starttime;

* std:cout << getTimeInMicroseconds() - starttime;

* Update measure_time_elapsed.cpp

* Fix include order and use int64

* Remove trailing whitespace

* Delete time_elapsed.cpp

* int64_t

* #include <sys/time.h>

* long long

* int64

* int64_t

* __int64_t

* std::cout and std::nullptr

* #include <iostream>

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-03-01 15:47:32 +01:00
Nishant Sharma
513a7d3a77 added fast_integer_input.cpp (#696)
* added fast_integer_input.cpp

* fixed white spaces

* fixed white spaces

* fixed std::

* fixed std::

* \n

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-01-10 19:56:12 +01:00
Kushagra Nigam
b53bdf16ec Matrix Exponentiation (#589)
* Matrix Exponentiation

* Update and rename Others/Matrix_Expo.cpp to others/matrix_exponentiation.cpp

* Update matrix_exponentiation.cpp

* clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 4}" matrix_exponentiation.cpp

* clang-format -i -style="{IndentWidth: 4}" matrix_exponentiation.cpp

* Fix cpplint readability/braces issue

* using std::cin; using std::cout; using std::vector;

* added int_64 instead of long long

* Minor changes

* Update matrix_exponentiation.cpp
2019-12-05 22:13:16 +01:00
Christian Clauss
ac1ba3a613
rename Others -> others (#648)
* rename Others -> temp

* rename Others -> others
2019-11-28 13:29:54 +01:00