till-tomorrow / Data-Structures-and-Algorithms

includes practices questions as well as algorithms
2 stars 32 forks source link

Add algorithms in any language you love! #1

Open till-tomorrow opened 7 years ago

till-tomorrow commented 7 years ago

Add new algorithms or data structures or practice questions(with solutions) in the language of your choice. Then make a pull request.

How to make a Pull Request?

RajatGarg97 commented 7 years ago

Hi, may I share Tower of Hanoi problem in C++ ? @till-tomorrow

till-tomorrow commented 7 years ago

yes..of course! @RajatGarg97

RajatGarg97 commented 7 years ago

Pl. review and merge the pull request #26

Shanmus4 commented 7 years ago

Can I share Kruskal's Algorithm?

ghost commented 7 years ago

Hello, may I share the Collatz conjecture ? It's in C

saurabh-ramola commented 7 years ago

Hi, I have shared sum of prime numbers upto n in python. Please review my pull request.

till-tomorrow commented 7 years ago

yes..you can! @Shanmus4

till-tomorrow commented 7 years ago

why not..go ahead!! @Bil152

eddyrene commented 7 years ago

Can I add bioinspired algorithms ?? Like Ant Colony System, ABC, etc.

till-tomorrow commented 7 years ago

@eddyrene I am making a separate repository for Bio-inspired computing..add them there.

till-tomorrow commented 7 years ago

https://github.com/till-tomorrow/Bio-inspired-computing

hot9cups commented 4 years ago

@till-tomorrow are you still accepting practice questions(and ofcourse their answers)? I'd like to contribute some questions with their solutions in Go, as well as Java(and/or Python)

till-tomorrow commented 4 years ago

Go ahead, @hot9cups !