Commit Graph

690 Commits

Author SHA1 Message Date
github-actions
7c815b86b2 updating DIRECTORY.md 2020-06-11 15:26:23 +00:00
Ayaan Khan
d56652db39
Merge pull request #545 from amitnayakblr/master
Threaded binary tree
2020-06-11 20:56:05 +05:30
Amit
590173ec81 added ref 2020-06-11 20:17:13 +05:30
Amit
cf4e320726 added details 2020-06-11 20:13:45 +05:30
Amit
81d568da82 changed brief 2020-06-11 20:04:08 +05:30
Amit
522183b96c changed filename 2020-06-11 19:50:50 +05:30
Amit
e77581f788 filename and functionname updated 2020-06-11 19:47:53 +05:30
Amit
e63c806f25 updated documentation and format 2020-06-11 19:35:59 +05:30
Amit
93e1bfc1f9 added threaded binary tree 2020-06-11 14:23:07 +05:30
Sombit Bose
d609e03aea
Merge pull request #544 from TheAlgorithms/revert-542-master
Revert "improved library"
2020-06-08 22:39:30 +05:30
Sombit Bose
9a82905aa5
Revert "improved library" 2020-06-08 22:36:04 +05:30
Sombit Bose
743be6f53c
Merge pull request #542 from yyash01/master
improved library
2020-06-08 22:14:07 +05:30
yyash01
44ddbf3c4c improved library 2020-06-08 01:34:58 +05:30
Stepfen Shawn
773d9b21c6
Merge pull request #511 from lachgarlahcen/master
make strdup handle string alocation
2020-05-29 22:57:29 +08: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
Stepfen Shawn
0538404f86
Merge pull request #524 from kvedala/numerical-methods
Numerical methods
2020-05-25 12:36:09 +08: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
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