Commit Graph

1657 Commits

Author SHA1 Message Date
Ashwek Swamy
bda3896851
Move file to Math directory 2019-02-10 10:59:47 +05:30
Ashwek Swamy
aaa4effa8b
Merge pull request #176 from ashwek/fix-LL
Fixed Linked List.cpp
2019-02-09 16:11:08 +05:30
Ashwek Swamy
b1d150ed69
Merge branch 'master' into fix-LL 2019-02-09 16:10:58 +05:30
Ashwek Swamy
d84aedd6fc
Merge pull request #169 from ashwek/fix-ParanthesisMatching
Update Paranthesis Matching.cpp
2019-02-09 16:08:35 +05:30
Ashwek Swamy
98f564f5aa
Merge pull request #166 from ashwek/CountingSort
Create Counting_Sort.cpp
2019-02-09 16:06:24 +05:30
Ashwek Swamy
1b470163d6
Merge pull request #148 from Ishmeet-Singh-Saggu/patch-1
Update README.md
2019-02-09 15:58:47 +05:30
Ashwek Swamy
28f2056b25
Merge branch 'master' into patch-1 2019-02-09 15:58:35 +05:30
Ashwek Swamy
9461beb77c
Merge pull request #146 from ashwek/master
Reduced Lines of code
2019-02-09 15:55:43 +05:30
Ashwek Swamy
1f638c9e3e
Merge branch 'master' into master 2019-02-09 15:53:03 +05:30
Ashwek Swamy
a378f472ee
Merge pull request #143 from rsenwar/patch-6
Update Happy_number.cpp
2019-02-09 15:49:47 +05:30
Ashwek Swamy
3f5920b1fb
Merge pull request #142 from rsenwar/patch-5
Update String Fibonacci.cpp
2019-02-09 15:49:02 +05:30
Ashwek Swamy
e05e5ae6fd
Merge pull request #140 from rsenwar/patch-3
Delete s[i]
2019-02-09 15:43:24 +05:30
Ashwek Swamy
87ba9d5fab
Merge pull request #121 from khanna98/master
Typo fix in README.md
2019-02-09 13:36:41 +05:30
Ashwek Swamy
9f027ac6ff
Merge pull request #117 from VARoDeK/master
Optimize bubble sort algorithm, solve run time error in insertion sort
2019-02-09 13:26:28 +05:30
Ashwek Swamy
e18fe9f740
Update Bubble Sort.cpp 2019-02-09 13:25:57 +05:30
Ashwek Swamy
31abf60bc6
Merge branch 'master' into master 2019-02-09 13:25:12 +05:30
Ashwek Swamy
7ae3aa3c1a
Merge pull request #105 from ManasKhosla/patch-1
Added EXIT option and some fine-tunings
2019-02-09 13:15:22 +05:30
Ashwek Swamy
e8754a1a5e
Merge pull request #103 from mrdogan7/patch-1
n is now taken as an input.
2019-02-09 12:59:16 +05:30
Ashwek Swamy
caacc6c991
Merge pull request #102 from crazymerlyn/fix-edit-distance
Fix bugs in edit distance implementation
2019-02-09 12:57:59 +05:30
Ashwek Swamy
90f12436b8
Merge pull request #97 from soulzstriker/master
add comment
2019-02-09 12:55:07 +05:30
Ashwek Swamy
e9dadc0148
Update Decimal To Binary.cpp 2019-02-09 12:54:49 +05:30
Ashwek Swamy
1e78677a77
Update Linked List.cpp 2019-01-09 20:31:55 +05:30
Libin Yang
dbf752821b
Merge pull request #172 from wgrigor/Bubble-Sort
Bubble Sort now uses vectors
2018-12-28 14:43:51 +08:00
William Grigor
672f9dc57f Bubble Sort now uses vectors 2018-12-21 23:01:52 -06:00
Abhishek Yadav
1d7cea86ec
Added Topological Sorting 2018-11-20 19:00:46 +05:30
Ashwek Swamy
ff41e4a60c
Update Paranthesis Matching.cpp 2018-11-13 22:32:40 +05:30
Md Rafi Akhtar
81867d8ce6 DP program: Catalan numbers 2018-11-11 00:09:53 +05:30
Ashwek Swamy
70d42cd072
Create Counting_Sort.cpp 2018-11-01 12:05:30 +05:30
Deepak-j-p
15315d6047
Implemented sort for string
Implemented a counting sort for string in cpp
2018-10-31 09:48:26 +05:30
Gopikrishnan Rajeev
227dcf0525
Added and algorithm to check if a number is palindrome
Added the algorithm to convert number to string and check if it's a palindrome.
2018-10-31 00:05:32 +05:30
Ashwek Swamy
62c1c5e956
Update Stack Using Array.cpp
dynamically allocating memory to `stack` according to size given by user as input
2018-10-27 21:18:51 +05:30
Ishmeet-Singh-Saggu
e8fd1df48f
Update README.md 2018-10-27 16:08:15 +05:30
Ashwek Swamy
14fd8c7821
Update Bubble Sort.cpp
reduced the number of iteration done be inner for loop used for sorting to improve efficiency.
2018-10-23 18:42:36 +05:30
Ashwek Swamy
7989930107
Added Proper Indentation
Added proper indentation and using shorthand.
2018-10-23 18:01:24 +05:30
Ashwek Swamy
73fa353b0a
Reduced Lines of code
Using a "HexValues" string to store the possible hex values(0-9 A-F).
Changed "void main" to "int main"
2018-10-23 17:47:43 +05:30
Space
68c93d8efb Added new Algorithms to compute power for such numbers whose answer is too big(For instance 1 followed by thousand zeroes).
Using old multiplicatiion method will render invalid result for such
huge numbers(To be presise one would get 0 in case of C++14).
2018-10-21 22:55:50 +05:30
Rakesh
540a2e494a
Update Happy_number.cpp 2018-10-16 18:18:48 +05:30
Rakesh
afe1ff3b6a
Update String Fibonacci.cpp 2018-10-16 18:16:37 +05:30
Rakesh
a874772229
Delete s[i]
Redundant file
2018-10-16 18:04:32 +05:30
yashmunoth
81561e6a74
Program for Huffman Coding in C++ 2018-10-15 23:04:45 +05:30
Mohit Sharma
16e1bcdb52
Merge pull request #135 from shrutisheoran/shrutisheoran/MorrisInorder_Binary_Tree
Add Morris Inorder Algorithm (Binary Tree)
2018-10-11 13:37:31 +05:30
Mohit Sharma
b204b5ecd5
Merge pull request #136 from shrutisheoran/AVLTree_shrutisheoran
Add deletion function
2018-10-11 13:37:11 +05:30
Shruti Sheoran
e34368fcb6 Add deletion function 2018-10-11 12:53:27 +05:30
Shruti Sheoran
62834c1432 Add Morris Inorder Algorithm (Binary Tree) 2018-10-11 11:54:29 +05:30
Mohit Sharma
8e924d7561
Merge pull request #134 from shrutisheoran/AVLTree_shrutisheoran
AVL Tree(Balanced BST)
2018-10-11 10:49:37 +05:30
Shruti Sheoran
7698ff7b91 AVL Tree(Balanced BST) 2018-10-11 10:45:50 +05:30
Mohit Sharma
f3f1536d74
Merge pull request #133 from shubhamguptaji/TrieTree
Trie Tree
2018-10-11 10:09:20 +05:30
shubhamguptaji
975cefb62b comments added 2018-10-11 09:57:49 +05:30
shubhamguptaji
cbef5275bb Trie Tree 2018-10-11 09:50:16 +05:30
ojas1234
f142e8c714 Binaryheap 2018-10-04 23:35:31 +05:30