Commit Graph

1241 Commits

Author SHA1 Message Date
Krishna Vedala
d1df78e2c4
doxygen code formatting 2020-05-25 18:42:52 -04:00
Krishna Vedala
8b3b46f8cc
delete misplaced file 2020-05-25 18:42:40 -04:00
Krishna Vedala
e8caf31e0c
added doxygen documentation 2020-05-25 18:33:32 -04:00
Krishna Vedala
0a85cd0176
added stdlib.h for malloc 2020-05-25 18:27:41 -04:00
Krishna Vedala
0044830bbc
doxygen documentation 2020-05-25 18:26:18 -04:00
Krishna Vedala
b2632cdcad
update code documentation 2020-05-25 18:13:43 -04:00
Krishna Vedala
4e832b8e96
moved QR decomposition to a separate header file 2020-05-25 17:02:45 -04:00
Krishna Vedala
bf59ee7eff
include call graph when possible 2020-05-25 17:02:03 -04:00
Krishna Vedala
2d3d7bfc3f
syntax correction 2020-05-25 17:01:51 -04:00
Krishna Vedala
ec04754b66
added documentation 2020-05-25 16:36:24 -04:00
Krishna Vedala
f097a5d343
dont compile correct - only for MSVC 2020-05-25 16:30:34 -04:00
Krishna Vedala
b714a6c4f1
use const char* to ensure pointer validity 2020-05-25 16:30:10 -04:00
Krishna Vedala
5a4f592b87
added documentation and remove static matrix 2020-05-25 16:10:05 -04:00
Krishna Vedala
eea5188389
Merge commit '0538404f8652bb8f80d362eab2bf988a3eb545bd'
* commit '0538404f8652bb8f80d362eab2bf988a3eb545bd':
  added link to compile and run code online
  Gist to run and test the Durand-Kerner Algorithm online and view the roots convergence
  better formatting of root values
  updating DIRECTORY.md
  another shell-sort implementation
  updating DIRECTORY.md
  remove timing calculation
  compute real eigen values of a square matrix using shit and deflate QR decomposition algorithm
  QR decomposition of any matrix with real elements
  Durand Kramer method for roots of any polynomial

# Conflicts:
#	DIRECTORY.md
#	numerical_methods/durand_kerner_roots.c
#	numerical_methods/qr_decomposition.c
#	numerical_methods/qr_eigen_values.c
2020-05-25 11:42:12 -04:00
Stepfen Shawn
0538404f86
Merge pull request #524 from kvedala/numerical-methods
Numerical methods
2020-05-25 12:36:09 +08:00
Krishna Vedala
24c71d8dab
added doxygen documentation 2020-05-24 22:28:28 -04:00
Shubham Sah
2357e8bd69
Create MergeNR.c
Program to demonstrate Merge sort algorithm without recursion
2020-05-23 21:44:41 +05:30
Shubham Sah
9ed17fc3c9
Create Ascending Priority Queue
Code to implement Ascending Priority Queue
2020-05-23 21:29:54 +05:30
Shubham Sah
1494474db6
Delete APQ.C 2020-05-23 21:28:35 +05:30
Shubham Sah
8ac3f2a609
Create AscendingPriorityQueue.c 2020-05-23 21:28:16 +05:30
github-actions
c32e0d161e updating DIRECTORY.md 2020-05-23 01:06:32 +00:00
Krishna Vedala
6385b0223e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	.travis.yml
#	DIRECTORY.md
#	README.md
2020-05-22 21:06:10 -04:00
Krishna Vedala
a376316d82 fix openmp for MSVC 2020-05-22 20:35:03 -04:00
Krishna Vedala
d5014515cc skip C99 required files - complex.h for MSVC 2020-05-22 20:32:58 -04:00
github-actions
d1f6643355 updating DIRECTORY.md 2020-05-22 15:08:33 +00:00
Stepfen Shawn
418f0f55a4
Merge pull request #533 from shubhamsah/master
Circular Linked List
2020-05-22 23:08:15 +08:00
Stepfen Shawn
0de20fc555
Update README.md 2020-05-21 22:54:01 +08:00
Stepfen Shawn
25b6431351
Merge pull request #536 from ssram28/modified_factorials
Modified code of misc/Factorial.c to accomodate larger numbers.
2020-05-20 23:09:12 +08:00
Sai Sriram Kalavagunta
cf696ddc6d Modified code of misc/Factorial.c to accomodate larger numbers. 2020-05-20 15:40:14 +05:30
Stepfen Shawn
c873d21c0d
Merge pull request #531 from suraj95/patch-1
Spelling is incorrect
2020-05-19 22:27:52 +08:00
Sombit Bose
a477ec3e35
Merge pull request #534 from Open-Source-Manipal/dev
added heap to readme; missing in the master README
2020-05-19 11:18:23 +05:30
Sagnik Chatterjee
8e8e8df406 added heap to readme; missing in the master README 2020-05-18 19:13:28 +05:30
github-actions
bc3f26c141 updating DIRECTORY.md 2020-05-18 10:57:31 +00:00
Sombit Bose
a45a777702
Merge pull request #514 from sagnik-chatterjee/dev
added file for djikstars's in /greedy_approach
2020-05-18 16:27:15 +05:30
Shubham Sah
a3e1817738
Rename CLL.C to CircularLinkedList.C 2020-05-18 15:38:30 +05:30
Shubham Sah
104bf2cafc
Create Circular Linked List
Program to create Circular linked list with options to create, delete and traverse the list
2020-05-18 15:37:18 +05:30
Suraj Patil
15c2ced3ba
Fix spelling mistake 2020-05-17 20:37:48 +05:30
Stepfen Shawn
553b835163
Merge pull request #529 from prasadsawant7/patch-1
Added definition or meaning of "Sort Function".
2020-05-16 10:08:17 +08:00
Prasad Sawant
03d30ca97f
Added definition or meaning of "Sort Function". 2020-05-15 12:29:47 +05:30
github-actions
153b904429 updating DIRECTORY.md 2020-05-14 04:43:56 +00:00
Christian Clauss
9db647d615
Merge pull request #510 from ttuanho/more-graph-algos
added more graph algos & Makefile, fixed som return non-void func errors
2020-05-14 06:43:38 +02:00
github-actions
cf37f74248 updating DIRECTORY.md 2020-05-11 15:15:54 +00:00
Stepfen Shawn
07a74d7dac
Merge pull request #506 from orperes1/patch-1
Create 872.c
2020-05-11 23:15:34 +08:00
github-actions
93607e86f2 updating DIRECTORY.md 2020-05-09 16:39:10 +00:00
Wesllhey Holanda
629dbd757a
Merge pull request #527 from wesllhey/master
hash set data structure
2020-05-09 13:38:56 -03:00
Wesllhey Holanda
0db64d5db5 hash set data structure 2020-05-09 13:34:25 -03:00
Stepfen Shawn
ac13ada884
Create .travis.yml 2020-05-05 09:56:03 +08:00
github-actions
496a306135 updating DIRECTORY.md 2020-05-03 00:50:12 +00:00
Stepfen Shawn
7496eb09d7
Merge pull request #526 from LethargicLeprechaun/master
Octal to Decimal
2020-05-03 08:49:55 +08:00
LethargicLeprechaun
6f20588fdb Added octal to decimal 2020-05-02 17:52:26 +01:00