Commit Graph

651 Commits

Author SHA1 Message Date
Yoonseo Kim
00fbc7a690
I modified a link
The 'contribution guidelines' link is incorrectly linked, so I fixed it with the correct link.
2019-11-15 14:44:55 +09:00
Yang Libin
b1d7e5247e
Merge pull request #631 from bhaumikmistry/feat-add-readme-contribution-pr-template
Feat: Add/Format Readme.md Contribution.md and pull-request-template.md
2019-11-14 19:24:12 +08:00
Yang Libin
b0a97adb4a
docs: update README.md 2019-11-14 19:23:55 +08:00
bhaumikmistry
a968f90ea7 fix add fixes to latest contribution.md file 2019-11-13 12:34:12 -05:00
bhaumikmistry
b66f9a569c feat add pull request template for future contribution guide 2019-11-13 12:24:32 -05:00
bhaumikmistry
08ed2e21aa feat add contribution file with much more details 2019-11-13 12:23:59 -05:00
bhaumikmistry
c24422fd35 docs changes to readme files, reformat 2019-11-13 12:23:29 -05:00
Yang Libin
86b8e13dc1
Merge pull request #629 from bhaumikmistry/feature-add-issues-template
Add template for bug and feature as issue
2019-11-13 16:18:34 +08:00
joker123
cb4722e052
Add files via upload
add Pascal's Triangle Algorithm
2019-11-12 22:39:16 +09:00
MEDICACORP\bmistry
3cd8214e29 Add template for bug and feature as issue 2019-11-11 10:32:41 -05:00
Ashwek Swamy
55809ce5c5
Merge pull request #597 from Luisfueg/patch-1
Update Tree.cpp
2019-11-10 19:23:57 +05:30
Ashwek Swamy
c6714f0421
Merge pull request #137 from yashmunoth/master
Program for Huffman Coding in C++
2019-11-10 19:03:16 +05:30
Ashwek Swamy
85c3d5aaad
change header files 2019-11-10 19:02:54 +05:30
Ashwek Swamy
250030f15f
Merge pull request #628 from goodxodyd11/master
Create BeadSort.cpp
2019-11-08 20:31:42 +05:30
Jeong Tae Yong
913c0acf2f
Create BeadSort.cpp 2019-11-08 18:44:27 +09:00
Ashwek Swamy
7737662613
Rename imp_fun.cpp to Others/vector_important_functions.cpp 2019-11-07 00:19:34 +05:30
Ashwek Swamy
ca04fb44dd
Merge pull request #118 from piyushagru/master
add: sort technique using vectors
2019-11-07 00:18:50 +05:30
Ashwek Swamy
41a95c2989
Merge pull request #107 from nikhilarora068/master
added knight tour to backtracking and longest common string to dynamic
2019-11-07 00:15:34 +05:30
Pooja Gupta
0cf239a812
Created PigeonHole sorting algorithm 2019-11-05 21:28:23 +05:30
Riot
43cb4ad4eb playfair 2019-11-05 01:22:27 +01:00
aniakubik
56cfe3f041 added euler totient function 2019-10-29 22:26:55 +01:00
Yang Libin
2fcdf3032a
Merge pull request #592 from walter-ind/add-license-1
Added License to the repository and close #199
2019-10-27 10:57:06 +08:00
Luis Fuentes González
b0c0e8fcce
Upadate Tree.cpp
It " : " is unnecessary.
(I think)
2019-10-27 00:45:55 +02:00
walter-ind
566a509c34
Create LICENSE 2019-10-26 14:36:03 +05:30
aniakubik
f4e1f7f58a extended eucildean algorithm 2019-10-25 17:42:51 +02:00
Anup Kumar Panwar
6b6c09fd0e
Merge pull request #459 from codder-shivam/patch-1
Update Linked List.cpp
2019-10-09 16:30:59 +05:30
John Law
0d799f255c
Merge pull request #403 from rgkbitw/PR2
Added Binary Lifting O(nlogn) method to find Lowest Common Ancestor
2019-10-09 00:04:31 +08:00
John Law
ae701243c2
Update lca.cpp 2019-10-09 00:02:49 +08:00
John Law
dba806ca60
Update bit.cpp 2019-10-09 00:02:29 +08:00
John Law
883d9dc3a4
Update bit.cpp 2019-10-09 00:01:36 +08:00
John Law
1b3521d861
Update lca.cpp 2019-10-09 00:00:02 +08:00
John Law
eb6db42fac
Update Longest Increasing Subsequence (nlogn).cpp 2019-10-08 23:58:49 +08:00
Shivam Mishra
ddef541cfd
Update Linked List.cpp 2019-10-08 14:25:10 +05:30
rohan
c45683bb8c Added LCA binary Lifting O(nlogn) 2019-10-04 19:05:23 +05:30
rohan
4961000113 Added BIT 2019-10-04 18:55:54 +05:30
rohan
bae9ae7678 Added LIS O(nlogn) 2019-10-04 18:43:42 +05:30
Yang Libin
e685bed150
Merge pull request #350 from walter-ind/walter-ind-patch-1
Added Interpolation Search algorithm inside search folder
2019-10-02 17:03:35 +08:00
Yang Libin
b52b8c5c7a
Update Interpolation Search.cpp 2019-10-02 17:03:24 +08:00
walter-ind
de21114391
Add files via upload 2019-10-02 13:22:43 +05:30
Ashwek Swamy
08728c0481
Merge pull request #292 from PRITI1999/master
Update Bubble Sort.cpp
2019-09-20 16:46:44 +05:30
PRITI1999
c05fe43168
Update Bubble Sort.cpp
Removed unnecessary usage of break and restored the single entry and single exit mechanism
2019-09-17 21:49:29 +05:30
Yang Libin
641514acb4
Merge pull request #289 from shoaibrayeen/patch-1
Space Optimization for the code - Constant Space
2019-08-29 23:35:03 +08:00
Shoaib Rayeen
ded49a0016
Space Optimization for the code - Constant Space 2019-08-29 13:19:45 +05:30
Yang Libin
b7116581d5
Merge pull request #288 from jordan-matthews-98/master
fixed BFT, removed unneeded code
2019-08-28 09:09:45 +08:00
Jordan Matthews
9a5d8d9c6b
Merge branch 'master' into master 2019-08-27 10:33:04 -05:00
jordan-matthews-98
c09256f42d fixed BFT, removed unneeded code 2019-08-27 10:14:38 -05:00
yanglbme
69ddc9fc52 style: format code 2019-08-21 10:10:08 +08:00
Yang Libin
abc0d365de
Update Queue Using Linked List.cpp 2019-08-21 09:17:20 +08:00
Yang Libin
0ab4f5f89d
Merge pull request #286 from omkarkolate/patch-2
Update in Deque() fuction
2019-08-21 09:16:36 +08:00
Omkar Kolate
3631f6570e
Update in Deque() fuction
Because of earlier logic not going to deque the last element of the queue because at the last front == rear as per your logic which directly results in "Underflow".
2019-08-15 16:10:59 +05:30