Commit Graph

1091 Commits

Author SHA1 Message Date
Krishna Vedala 4caa46c10c remove dependencies on function_timer 2020-05-29 12:34:58 -04:00
Krishna Vedala 8f45f7e680 fix cmake - requires use of /Za on MSVC 2020-05-29 12:34:24 -04:00
Krishna Vedala e0f8620db6 fix filename ".C" to ".c" -> MSVC requires this 2020-05-29 12:04:26 -04:00
Krishna Vedala 278d2efd56 force C linker 2020-05-29 10:57:41 -04:00
Stepfen Shawn 773d9b21c6
Merge pull request #511 from lachgarlahcen/master
make strdup handle string alocation
2020-05-29 22:57:29 +08:00
Krishna Vedala ac87440b8a +vscode settings 2020-05-29 10:53:46 -04:00
Krishna Vedala 1c5a699340 remove function_timer from all compilations 2020-05-29 10:47:36 -04:00
Krishna Vedala 03a47ba7e4 removed function_timer submodule 2020-05-29 10:45:50 -04:00
Krishna Vedala 5b1e350b2e remove deprecated /Za option from MSVC 2020-05-29 10:40:48 -04:00
Krishna Vedala 9315793155 readme to look similar to the one in C-plus-plus 2020-05-29 10:30:13 -04:00
Krishna Vedala b4f95d68ea contributions link to c-plus-plus repo 2020-05-29 10:29:05 -04:00
Krishna Vedala 4f35ec4caf detailed readme like C-Plus-Plus repo 2020-05-29 10:28:20 -04:00
Krishna Vedala ecb2c42502 add mathjax extensions & cppreference tag file 2020-05-29 10:16:55 -04:00
github-actions c3a1244251 updating DIRECTORY.md 2020-05-28 09:44:00 +00:00
Sombit Bose 1c07d61ce3
Merge pull request #538 from shubhamsah/master
Added Priority Queue, Queue (link list) and Merge Sort
2020-05-28 15:12:18 +05:30
Shubham Sah b86a4747ca
Create queue_linked_list.c
Implementation of Queue using Linked List.
2020-05-28 12:26:56 +05:30
Shubham Sah f4cbdd39cf
Update and rename MERGENR.C to merge_sort_nr.c 2020-05-28 11:40:03 +05:30
Shubham Sah 2a4fd0b735
Update and rename ascendingPriorityQueue.c to ascendingpriorityqueue.c 2020-05-28 11:29:24 +05:30
Shubham Sah 2bdf7732d8
Update MERGENR.C
Added output of the program
2020-05-26 21:11:22 +05:30
Shubham Sah a652d51791
Update AscendingPriorityQueue.c
Added the output of the file
2020-05-26 21:06:32 +05:30
Sombit Bose 23df4b58d8
Update File
A Demo Sample Test case added
2020-05-26 20:58:51 +05:30
Krishna Vedala 13f1b54106
added GitHub-CI badge & fix syntax 2020-05-26 00:23:59 -04:00
Krishna Vedala 545122b9e8
added Doxygen CI badge 2020-05-26 00:22:16 -04:00
Krishna Vedala e5a5cc3dba
synchronize apt repository 2020-05-25 21:25:32 -04:00
Krishna Vedala 3d4ed3522d
use HTTPS CDN for MathJaX 2020-05-25 21:21:26 -04:00
Krishna Vedala 71ab34a11a
fix add folders 2020-05-25 21:09:15 -04:00
Krishna Vedala 8d76afcd7e
fix copy recursive 2020-05-25 21:07:17 -04:00
Krishna Vedala 0f9eb15ca3
fix syntaxes 2020-05-25 21:04:35 -04:00
Krishna Vedala 56cd2a3cac
Merge branch 'autodoc'
* autodoc:
  remove braces in env var for git commit
  copy recursively
2020-05-25 20:59:46 -04:00
Krishna Vedala f6909671c6
remove braces in env var for git commit 2020-05-25 20:59:18 -04:00
Krishna Vedala 21031c9d84
copy recursively 2020-05-25 20:57:04 -04:00
Krishna Vedala bfcd832635
added link for documentation 2020-05-25 20:48:26 -04:00
Krishna Vedala b8500097da
Merge pull request #4 from kvedala/autodoc
Automatic documentation build on commit to master
2020-05-25 20:43:51 -04:00
Krishna Vedala 4ac9addbf8
remove build docs on pull request 2020-05-25 20:43:00 -04:00
Krishna Vedala df4d0f3d33
document generation action to occur only on master 2020-05-25 20:27:26 -04:00
Krishna Vedala 9eb0640d02
fix push 2020-05-25 20:23:45 -04:00
Krishna Vedala 6e1da7f0cd
start commit 2020-05-25 20:20:04 -04:00
Krishna Vedala 225cc4e9ba
remanant folder deletes 2020-05-25 20:11:30 -04:00
Krishna Vedala 71e0c75224
added ls for debug purposes 2020-05-25 20:06:00 -04:00
Krishna Vedala fb2ab2be33
dont clean after checkout 2020-05-25 20:00:42 -04:00
Krishna Vedala 9275b6a97e
use actions checkout to checkout branch 2020-05-25 19:58:51 -04:00
Krishna Vedala 630f213118
compile, build doc and amke folder ready to commit 2020-05-25 19:55:14 -04:00
Krishna Vedala 4e37257e65
install graphviz instead of "dot" 2020-05-25 19:43:33 -04:00
Krishna Vedala d87a8824f6
corrected ninja-build package name 2020-05-25 19:42:15 -04:00
Krishna Vedala 8b9bac2513
added sudo command to install 2020-05-25 19:41:15 -04:00
Krishna Vedala 39a1c402c4
install requirements 2020-05-25 19:38:44 -04:00
Krishna Vedala 915bedddcb
docs build action 2020-05-25 19:33:27 -04:00
Krishna Vedala 64c7a54bbc
reorder text 2020-05-25 19:17:03 -04:00
Krishna Vedala 4d0d4e7987
optimize doxygen for C 2020-05-25 19:06:21 -04:00
github-actions 2d7af2923d updating DIRECTORY.md 2020-05-25 22:43:18 +00:00