Commit Graph

797 Commits

Author SHA1 Message Date
Krishna Vedala
a8bdbbda35
fixed decimal to roman 2020-05-27 18:22:57 -04:00
Krishna Vedala
7e875baab7
fixed decimal to hex 2020-05-27 18:22:49 -04:00
Krishna Vedala
e7632d107c
fixed CPPLINT + added method 2 2020-05-27 18:16:32 -04:00
Krishna Vedala
e963ba4c5b
fix buzz number 2020-05-27 18:00:02 -04:00
Krishna Vedala
3b07bc120a
Merge branch 'master' into major-corrections-to-files 2020-05-27 16:05:47 -04:00
github-actions
5a54093484 updating DIRECTORY.md 2020-05-27 13:24:42 +00:00
Ayaan Khan
c2cde125dd
Added documentation (#802)
* Added documentation

* Added breif comments on functions

* modified comment block

* further improved comment blocks
2020-05-27 18:54:19 +05:30
github-actions
d86ff19d44 updating DIRECTORY.md 2020-05-27 12:14:45 +00:00
Ayaan Khan
011053eea8
Merge pull request #800 from ayaankhan98/master
Correction : Fixed array overflow
2020-05-27 17:44:26 +05:30
Ayaan Khan
ee3547fafc Correction : Fixed Array Overflow 2020-05-27 15:41:15 +05:30
Ayaan Khan
f22baf1921
Merge pull request #1 from TheAlgorithms/master
updating the fork
2020-05-27 15:39:54 +05:30
Sombit Bose
30eb4bcc7c
Merge pull request #798 from liushubin-gitHub/patch-1
While deletion, the memory location is deallocated, otherwise may cause unnecessary Overflow incase of large data
2020-05-27 10:11:48 +05:30
liushubin-gitHub
030348a284
Update doubly_linked_list.cpp
when remove an item , should free the item memory
2020-05-27 10:03:54 +08:00
Krishna Vedala
07ebe713b0
added deleted files back - not really needed but there is a redundant github action that required it 2020-05-26 13:41:11 -04:00
github-actions
6e6f92e773 updating DIRECTORY.md 2020-05-26 17:33:50 +00:00
Krishna Vedala
d3acc554c6
cpplint issues fixed in sorting folder
(cherry picked from commit 35c53760d3)
2020-05-26 13:32:50 -04:00
Krishna Vedala
231c99f880
fix dynamic array issues in sorting folder
(cherry picked from commit 01b69fcb24)
2020-05-26 13:32:41 -04:00
Krishna Vedala
09f0733065
fix dynamic array
(cherry picked from commit 717f5c8f01)
2020-05-26 13:32:33 -04:00
Krishna Vedala
77e781f709
cpplint and msvc fixes for - sorting
(cherry picked from commit 0d8e015d15)
2020-05-26 13:32:24 -04:00
Krishna Vedala
887bff8a9e
sorting fixes for MSVC and CPPLINT
(cherry picked from commit 76a5f572d5)
2020-05-26 13:32:15 -04:00
Krishna Vedala
e4084e77a8
fix CPPLINT in sorting folder
(cherry picked from commit 7efa52e067)
2020-05-26 13:31:57 -04:00
github-actions
cfe9142c92 updating DIRECTORY.md 2020-05-26 14:18:48 +00:00
Krishna Vedala
a15b5c5a9b
MSVC does not know cstring-use string-for toString
(cherry picked from commit fe9d2b9bc6)
2020-05-26 10:17:59 -04:00
Krishna Vedala
64c8bf38bd
fixed dynamic array
(cherry picked from commit dd20bf9442)
2020-05-26 10:17:41 -04:00
Krishna Vedala
8cb310a9fc
removed in-favor of chronos library of c++11
(cherry picked from commit 899be6a1f1)
2020-05-26 10:17:28 -04:00
Krishna Vedala
4847329527
fixed windows build error
(cherry picked from commit 4b25222d43)
2020-05-26 10:17:18 -04:00
Krishna Vedala
59be834836
fixed lint
(cherry picked from commit fb3a8091f9)
2020-05-26 10:17:07 -04:00
Krishna Vedala
5f8b270992
file rename
(cherry picked from commit d6d328c8c9)
2020-05-26 10:16:56 -04:00
Krishna Vedala
5fddd6c7cd
cin accepts only one variable at a time & fixed cpplint
(cherry picked from commit 2def9abcc2)
2020-05-26 10:16:45 -04:00
Krishna Vedala
05ec7bed72
improved documentation
(cherry picked from commit 139964d325)
2020-05-26 10:16:37 -04:00
Krishna Vedala
36b4d59d59
rand_r is non-portable and obsolete
(cherry picked from commit 0ad756f860)
2020-05-26 10:16:15 -04:00
Krishna Vedala
a6319c5f43
newline character at EOF of gitignore
(cherry picked from commit 614ea8eb58)
2020-05-26 10:16:03 -04:00
github-actions
f28099d3f8 updating DIRECTORY.md 2020-05-26 04:54:27 +00:00
Krishna Vedala
ecffb77f86
remove dash from filename 2020-05-26 00:54:03 -04:00
github-actions
9d64ff014e updating DIRECTORY.md 2020-05-26 04:52:59 +00:00
Krishna Vedala
dddcbee9ce
fixed more filenames 2020-05-26 00:52:38 -04:00
Krishna Vedala
22b375c058
fix cpp_lint bug 2020-05-26 00:49:27 -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