memr5 / Algorithms

Various Algorithms
MIT License
26 stars 162 forks source link

Add Algorithms in any language #4

Closed memr5 closed 5 years ago

memr5 commented 5 years ago

This issue is for HACKTOBERFEST'19

Vishal260700 commented 5 years ago

@memr5 Added basic Mathematical Algorithms (GCD and LCM of Array elements) in python. Check #8

tiagopedutti commented 5 years ago

9 Added Heap Sort Algorithm in C++

anwaysomani commented 5 years ago

@memr5 ... #14 Bucket sort algorithm in Python added

prkhrv commented 5 years ago

Added Linear Search in python .

Ritesh-Ag commented 5 years ago

Added Bubble Sort in C #34

Ritesh-Ag commented 5 years ago

Added Binary Searching in C++ #35

Akshayy99 commented 5 years ago

@memr5 i added KMP algorithm for string matching in C++.

jasmaa commented 5 years ago

Added bubble sort in Python https://github.com/memr5/Algorithms/pull/43

jasmaa commented 5 years ago

Added coin change in Python https://github.com/memr5/Algorithms/pull/44

noob-programmer1 commented 5 years ago

I will Add Quick Sort in C

aemiralfath commented 5 years ago

I will add permutation of integer in java

noob-programmer1 commented 5 years ago

I will add Heap Sort in C Language

Kuljeet-123 commented 5 years ago

@memr5 please review my PR and merge into your repo and my PR id is #99

smdp2000 commented 5 years ago

@memr5 Added 2D array spiral order traversal #141 , review my pr

ghost commented 5 years ago

I will add Rabin Karp string matching using python

aditya2499 commented 5 years ago

I will add the Longest Increasing Subsequence in C++

Vanish-ka commented 5 years ago

@memr5 Added code for two sum problem #190

eric3119 commented 5 years ago

add ford fulkerson https://github.com/memr5/Algorithms/pull/191

akshayjain3450 commented 5 years ago

Hey @memr5 Added Astar Algorithm with implementation in Python. Review my pr #193

rak108 commented 5 years ago

hello, ive added algorithm in dynamic program to find nth catalan number. kindly check given PR https://github.com/memr5/Algorithms/pull/195

usman18 commented 5 years ago

I have added Bubble Sort in Dart language in folder Dart. Check #199

ghost commented 5 years ago

I will add Rabin Karp string matching using python

@memr5 , Added the corresponding code in the following commit - Adding rabin karp sting matching algo in python using dictionary #207

hackbansu commented 5 years ago

Add code for Tim Sort in JAVA #224

BakedScorpion commented 5 years ago

@memr5 Added Radix sort code:- #234