Commit Graph

915 Commits

Author SHA1 Message Date
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
github-actions
3b4e2868ce updating DIRECTORY.md 2020-04-28 22:30:04 +00:00
Krishna Vedala
f0465347ae
dynamically large factorial computation 2020-04-28 18:29:36 -04:00
Krishna Vedala
447b1160a4
read number from commandline & use long long unsigned integers 2020-04-28 17:03:10 -04:00
Krishna Vedala
b8e650d033
Merge branch 'master' of github.com:kvedala/C 2020-04-24 09:04:40 -04:00
Krishna Vedala
e4ac34d796
print message if OpenMP was found or not 2020-04-24 09:04:32 -04:00
Krishna Vedala
dbcd87abff
added link to compile and run code online 2020-04-24 07:50:47 -04:00
Krishna Vedala
d004f03438
added link to online google colab notebook 2020-04-24 07:49:02 -04:00
Krishna Vedala
38e0a2354c
warning free print uint64 2020-04-24 07:41:24 -04:00
Krishna Vedala
42f56b62ac
use signed int for openmp for loop 2020-04-23 20:59:02 -04:00
Krishna Vedala
9451beb977
more mallocs 2020-04-23 20:53:53 -04:00
Krishna Vedala
4b07f0f6fc
use malloc and free for dynamic variables 2020-04-23 20:45:45 -04:00
Krishna Vedala
dee56f7781
move openmp loop variable outside 2020-04-23 20:17:32 -04:00
Krishna Vedala
bf1c367a62
use pointer for dynamic memory allocation 2020-04-23 20:08:15 -04:00
Krishna Vedala
2bd049c73a
if msvc, disable deprecation C4996 2020-04-23 20:00:57 -04:00
Krishna Vedala
4077d2ea64
Gist to run and test the Durand-Kerner Algorithm online and view the roots convergence
(cherry picked from commit d4d1902c98)
2020-04-23 19:37:41 -04:00
Krishna Vedala
d4d1902c98
Gist to run and test the Durand-Kerner Algorithm online and view the roots convergence 2020-04-23 19:37:16 -04:00
Krishna Vedala
96f4ce0d40
better formatting of root values
(cherry picked from commit aab7a206cf)
2020-04-23 19:28:32 -04:00
Krishna Vedala
aab7a206cf
better formatting of root values 2020-04-23 19:26:31 -04:00
github-actions
658573e2f7 updating DIRECTORY.md 2020-04-23 21:00:06 +00:00
Krishna Vedala
83dddc940f
Merge branch 'master' of github.com:kvedala/C
* 'master' of github.com:kvedala/C:
  updating DIRECTORY.md
  change base_url of the workflows to "kvedala/C"

# Conflicts:
#	DIRECTORY.md
2020-04-23 16:59:40 -04:00
Krishna Vedala
5185ebaa03
Merge branch 'project_euler'
* project_euler:
  updating DIRECTORY.md
  +project euler problem 401

# Conflicts:
#	DIRECTORY.md
2020-04-23 16:57:45 -04:00
github-actions
4843e42a3a updating DIRECTORY.md 2020-04-23 20:56:21 +00:00
Krishna Vedala
d94681b5a4
change base_url of the workflows to "kvedala/C" 2020-04-23 16:56:04 -04:00
github-actions
ec53172306 updating DIRECTORY.md 2020-04-23 20:34:35 +00:00
Krishna Vedala
509454680e
+project euler problem 401 2020-04-23 16:31:59 -04:00
Krishna Vedala
18c79b203e
Merge commit '9d51b08a816693281b2890671e9b5fdcbded5b12'
* commit '9d51b08a816693281b2890671e9b5fdcbded5b12':
  Add return value in deque()
  Remove the white space
  Typo in variable name
  Add the return value in create _heap()
  updating DIRECTORY.md
  Fix #509
  Increased spead of Cocktail Sort
  Add new sorting algorithm (Cocktail Sort)
  Changed function name
  Add new sorting algorithm
  updating DIRECTORY.md
  dynamic array data structure
  Add syntax highlight
  index now starts from 1

# Conflicts:
#	client_server/client.c
#	sorting/Bubble_Sort_2.c
2020-04-22 08:19:16 -04:00