Commit Graph

986 Commits

Author SHA1 Message Date
Krishna Vedala
565031ba73
added documentation 2020-05-26 00:09:07 -04:00
Krishna Vedala
9c0025aa3d
added cmake to math, others and compu_stats 2020-05-25 23:42:37 -04:00
Krishna Vedala
a0208cffc3
Merge branch 'major-corrections-to-files' into cmake
* major-corrections-to-files:
  updating DIRECTORY.md
  made functions static to files *BUG* in CPP lint github action
  fix inttypes
  updating DIRECTORY.md
  filenames and namespace fixes
  updating DIRECTORY.md
  files renamed to standard - without spaces and made CPPLINT compatible
  non compiling and illegible code removed
  updating DIRECTORY.md
  major corrections in the files -  bad CPPLINT and non-compilable codes
  ignore build directory
  file rename to standards
  syntax correction
  cherry pick changes from "cmake branch"
2020-05-25 23:40:54 -04:00
github-actions
2e2f9c209c updating DIRECTORY.md 2020-05-26 03:32:54 +00:00
Krishna Vedala
b9bb6caa73
made functions static to files
*BUG* in CPP lint github action
2020-05-25 23:32:31 -04:00
Krishna Vedala
c93f3ef35e
fix inttypes 2020-05-25 23:25:44 -04:00
github-actions
4c7685fdf6 updating DIRECTORY.md 2020-05-26 03:22:58 +00:00
Krishna Vedala
9f22fb1344
Merge branch 'major-corrections-to-files' of github.com:kvedala/C-Plus-Plus into major-corrections-to-files
* 'major-corrections-to-files' of github.com:kvedala/C-Plus-Plus:
  updating DIRECTORY.md
2020-05-25 23:22:36 -04:00
Krishna Vedala
82dab7515c
filenames and namespace fixes 2020-05-25 23:22:26 -04:00
github-actions
15d481f8ca updating DIRECTORY.md 2020-05-26 03:13:48 +00: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
github-actions
ef24ae3a09 updating DIRECTORY.md 2020-05-26 02:57:04 +00:00
Krishna Vedala
baea3b07c1
major corrections in the files - bad CPPLINT and non-compilable codes 2020-05-25 22:56:38 -04:00
Krishna Vedala
1e5b9f842d
ignore build directory
(cherry picked from commit 0e3a57ab3f)
2020-05-25 22:53:17 -04:00
Krishna Vedala
b36322c629
file rename to standards
(cherry picked from commit 412d3ff1a2)
2020-05-25 22:53:10 -04:00
Krishna Vedala
8207c776eb
syntax correction
(cherry picked from commit 260ba8d3a4)
2020-05-25 22:52:33 -04:00
Krishna Vedala
a1663277c7
cherry pick changes from "cmake branch" 2020-05-25 22:51:18 -04:00
Krishna Vedala
260ba8d3a4
syntax correction 2020-05-25 22:13:52 -04:00
Krishna Vedala
412d3ff1a2
file rename to standards 2020-05-25 22:13:39 -04:00
Krishna Vedala
0e3a57ab3f
ignore build directory 2020-05-25 22:13:08 -04:00
Krishna Vedala
64f07fc21a
initial cmake 2020-05-25 21:43:52 -04:00
github-actions
6b55d4472f updating DIRECTORY.md 2020-05-25 15:18:11 +00:00
Amit Kumar
1f07064a78
feat : find maximum flow in a graph (#791)
* feat : find maximum flow in a graph

* updated : find maximum flow in a graph

* updated name - conventions

* updated some suitable namings
2020-05-25 20:47:55 +05:30
Krishna Vedala
251c32d8b3
Update .vscode/settings.json
removed additional comma in the JSON

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-25 11:03:30 -04:00
Krishna Vedala
58f77c4046 remove erroneous const from + operator 2020-05-24 16:27:18 -04:00
Krishna Vedala
b802dbe077 code cleanup 2020-05-24 16:24:41 -04:00
Krishna Vedala
6276e4ec06 use cinttypes for size specific int type 2020-05-24 16:11:08 -04:00
Krishna Vedala
ca08e3e9a2 updated vscode settings 2020-05-24 16:08:12 -04:00
Krishna Vedala
045a1dc977 more cpp lint fixes 2020-05-24 16:08:00 -04:00
Krishna Vedala
e989ad0fe5 cpp lint fixes 2020-05-24 16:02:00 -04:00
Krishna Vedala
236b658130 replace std::chronos with ctime - cpplint does not allow c++-11 2020-05-24 15:56:45 -04:00
github-actions
a77151c254 updating DIRECTORY.md 2020-05-24 18:38:16 +00:00
Krishna Vedala
f1b07d33a7 remove incorrect comment 2020-05-24 14:37:32 -04:00
Krishna Vedala
90840a1e37 user editable test "N" 2020-05-24 14:37:32 -04:00
Krishna Vedala
9c633857bd added test case 2020-05-24 14:37:32 -04:00
Krishna Vedala
9b538f3783 ignore non numeric characters when creating large_number from a string 2020-05-24 14:37:32 -04:00
Krishna Vedala
f4778612e0 large_number: created assignment operator 2020-05-24 14:37:31 -04:00
Krishna Vedala
1cb1641abc compute arbitrarily large fibonacci number 2020-05-24 14:37:31 -04:00
Krishna Vedala
72ac15ed01 resolved compiler warnings 2020-05-24 14:37:31 -04:00
Krishna Vedala
a1997776c9 split large_number class to a separate header file 2020-05-24 14:37:31 -04:00
Krishna Vedala
70cd195f30 large_factorial.cpp: added tests 2020-05-24 14:37:31 -04:00
Krishna Vedala
fe0c2b8517 compute factorial of arbitrarily any number 2020-05-24 14:37:31 -04:00
github-actions
258200ec9f updating DIRECTORY.md 2020-05-24 12:09:31 +00:00
Ayaan Khan
432f0241de
Merge pull request #789 from offamitkumar/master
feat : bridge finding with tarjan algorithm
2020-05-24 17:39:12 +05:30
Christian Clauss
2f68e1a7a3
Update CONTRIBUTION.md 2020-05-24 08:52:09 +02:00
github-actions
b1bacb03b5 updating DIRECTORY.md 2020-05-24 06:47:38 +00:00
Christian Clauss
9530dddacc
Delete Jump_Search.cpp 2020-05-24 08:47:27 +02:00
Amit Kumar
54248a101f feat : bridge finding with tarjan algorithm 2020-05-24 11:52:29 +05:30
Christian Clauss
0472939503
CONTRIBUTING.md: Don’t open issues asking to be assigned (#788)
* CONTRIBUTING.md: Don’t open issues asking to be assigned

This habit makes us slow and chatty so let’s discourage it.

* Update CONTRIBUTION.md

There are many issues asking permission for a pull request, instead a direct pull request for evaluation is of much help.

* Update CONTRIBUTION.md

Co-authored-by: Sombit Bose <sombit.bose15@gmail.com>
2020-05-24 08:07:02 +02:00